The first widget in a DW-Accordion is always expanded (active) unless you click on it. Is it possible to start with every widget collapsed (not active)?
Thanks a lot
I sent and notified our technical team about problem. We are checking and fixing. We will inform you as soon as possible.
Regards,
Dominic
What I ment is that whenever you insert a dw-accordion with, let’s say, 3 widgets, the first one always start expanded (green background title). I would like to know if it’s possible to start with the three of them collapsed (not expanded). Thanks again.
We are willing to support you for basic theme issues and bug fixes. However, unfortunately, this request is beyond that because our theme does not support this feature yet at the moment.
Regards,
Dominic
Hello Dominic,
There are no news for this problem? Also in "Focus" I wish that the opening of the site of the widget "categorie" were collapsed in DW Accordion sidebar as it is the widget "archivi"
(see: https://www.dropbox.com/s/845isz73bri6csx/collapsed%20widget%20open%20site.jpg) .
Thank you.
Roberta (my site: ilmondodipavia.it/wordpress)
@ Roberta !
I mostly believe that your issue which you mentioned before is not the theme’s bug. If you want to display the categories, yes, they will contain the sub-categories. That is our own design for the theme in order to help users to recognize the difference between the categories and sub-categories.
Hi Dominic,
for me it’s just a “graphic problem.” I think it is no nice to have open by default the widget categories. I would prefer it to be closed when you connect to the site, as it is the “Archives” for example. The user can then decide to open it and see the categories with its subcategories.
See:
https://www.dropbox.com/s/q1u3dxevi0zvp67/widget_category_open_default.jpg
Thanks as always for your time.
@robertaleone !
To resolve the issue of the DW Focus:Accordion widget in the site. you can open the dw-focus-accordion.php file in the folder path “\wp-content\themes\dw-focus\inc\widgets” find the line 26.
Please replace the following code:
$collapse = ( $i == 0 ) ? 'active' : 'collapsed';
With new code:
$collapse = ( $i == 0 ) ? 'collapsed' : 'collapsed';
Hi Dominic,
many thanks!
Please login or Register to submit your answer