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!
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!
Would be great if this were customizeable via admin, otherwise each theme upgrade breaks the change.
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.
Please login or Register to submit your answer