Glamour Adda
asked 10 years ago

Hi, I am using DW Minon for my
All my posts are related to galleries…all my post images are displayed as Careasol fot, how to disable this?
 
Your reply is greatly appreciated. Than you!

2 Answers
Kido D
answered 10 years ago

Hi Glamour,
 
To disable carousel on gallery posts, you can open the extras.php file in wp-content/themes/dw-minion/inc folder
 
and change this code (around line 101):
 

 add_filter( 'post_gallery', 'dw_minion_post_gallery', 10, 2 );

to this:
 

 //add_filter( 'post_gallery', 'dw_minion_post_gallery', 10, 2 );

Hope that helps!

Danilo B
replied 10 years ago

Would be great if this were customizeable via admin, otherwise each theme upgrade breaks the change.

DominicStaff
answered 10 years ago

Hi Danilo !
Thanks for your suggest, we will discuss and consider update it in the next version.

If you don’t want to lost all changes that you customized, before updating the latest version, please mark and copy all files that you edited, then implement to update the version.
After finishing, you add all codes that you customized in the old files to your theme.

Powered by DW Question & Answer Pro