Title: Folder Description Location
Last modified: August 20, 2016

---

# Folder Description Location

 *  Resolved [crackedjar](https://wordpress.org/support/users/crackedjar/)
 * (@crackedjar)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/folder-description-location/)
 * Sometimes I type a description for my folders. If using the built-in gallery 
   in WP, the description shows above the photo thumbnails, but in Eazyest Gallery,
   it shows below the thumbnails. Is there any way to change this?
 * [http://wordpress.org/extend/plugins/eazyest-gallery/](http://wordpress.org/extend/plugins/eazyest-gallery/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [Marcel Brinkkemper](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/folder-description-location/#post-3543401)
 * 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](https://wordpress.org/support/users/crackedjar/)
 * (@crackedjar)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/folder-description-location/#post-3543403)
 * 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](https://wordpress.org/support/users/macbrink/)
 * (@macbrink)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/folder-description-location/#post-3543408)
 * yes, it was already in your functions.php (see my mail)
 *  Thread Starter [crackedjar](https://wordpress.org/support/users/crackedjar/)
 * (@crackedjar)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/folder-description-location/#post-3543428)
 * Thanks. All fixed. 🙂
 *  [Vala Palmadottir](https://wordpress.org/support/users/valapalmadottir/)
 * (@valapalmadottir)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/folder-description-location/#post-3543555)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/eazyest-gallery_969cb1.svg)
 * [Eazyest Gallery](https://wordpress.org/plugins/eazyest-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/eazyest-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/eazyest-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/eazyest-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/eazyest-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/eazyest-gallery/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Vala Palmadottir](https://wordpress.org/support/users/valapalmadottir/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/folder-description-location/#post-3543555)
 * Status: resolved