jgallo
asked 11 years ago

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

4 Answers
DominicStaff
answered 11 years ago

I sent and notified our technical team about problem. We are checking and fixing. We will inform you as soon as possible.

Regards,
Dominic

jgallo
replied 11 years ago

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.

DominicStaff
answered 11 years ago

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

Roberta
replied 10 years ago

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)

DominicStaff
answered 10 years ago

@ 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.

Roberta
replied 10 years ago

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.

DominicStaff
answered 10 years ago

@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';
Roberta
replied 10 years ago

Hi Dominic,
many thanks!

Powered by DW Question & Answer Pro