Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Marcel Brinkkemper

    (@macbrink)

    Yes, add this to your child theme functions.php:
    It will move the thumbnails and slideshow link to below the description.

    function move_eazyest_actions() {
    	remove_action('eazyest_gallery_before_folder_content', 'ezg_slideshow_button', 9);
    	remove_action('eazyest_gallery_before_folder_content', 'ezg_folder', 10);
    	add_action('eazyest_gallery_after_folder_content', 'ezg_slideshow_button', 1);
    	add_action('eazyest_gallery_after_folder_content', 'ezg_folder', 2);
    }
    add_action( 'eazyest_gallery_ready', 'move_eazyest_actions' );

    Thread Starter crackedjar

    (@crackedjar)

    Just tried to do this and got an error, then I saw you had already done it, and now I can’t get into my blog at all. I get this error message.

    Fatal error: Cannot redeclare move_eazyest_actions() (previously declared in /home/this2671/public_html/wp-content/themes/eazyest-matala/functions.php:8) in /home/this2671/public_html/wp-content/themes/eazyest-matala/functions.php on line 20

    Plugin Author Marcel Brinkkemper

    (@macbrink)

    yes, it was already in your functions.php (see my mail)

    Thread Starter crackedjar

    (@crackedjar)

    Thanks. All fixed. ??

    Thanks for this tip. Worked like a charm on my site ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Folder Description Location’ is closed to new replies.