Title: Flar's Replies | WordPress.org

---

# Flar

  [  ](https://wordpress.org/support/users/flar/)

 *   [Profile](https://wordpress.org/support/users/flar/)
 *   [Topics Started](https://wordpress.org/support/users/flar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/flar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/flar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/flar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/flar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/flar/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Likebuttons (Facebook, Google+, Twitter, ...)] [Plugin: Simple Likebuttons (Facebook, Google , Twitter)] Disable pages or posts](https://wordpress.org/support/topic/plugin-simple-likebuttons-facebook-google-twitter-disable-pages-or-posts/)
 *  Thread Starter [Flar](https://wordpress.org/support/users/flar/)
 * (@flar)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-simple-likebuttons-facebook-google-twitter-disable-pages-or-posts/#post-2695053)
 * I think I got it, with this code I can disable the buttons on post ids 3600, 
   post id 7580 and on all pages:
 *     ```
       //Add icons method
       function add_simple_likebuttons($strContent) {
   
         //Only show at a single post / page the extended (if configurated) view
   
       if(is_single('3600') or is_single('7580') or is_page()){
           return $strContent;
         } else {
           return $strContent . getLikeButtonsHtmlCode();
         }
   
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Post Expirator – not working properly](https://wordpress.org/support/topic/post-expirator-not-working-properly/)
 *  Thread Starter [Flar](https://wordpress.org/support/users/flar/)
 * (@flar)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/post-expirator-not-working-properly/#post-2633979)
 * I tried everything. I even disabled and re-activated it. It’s not working anymore.
   
   Now I downgraded to the earlier version (1.4.3) and it’s working again.
 * What could be the reason that it did not work?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow won't display](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-wont-display/)
 *  [Flar](https://wordpress.org/support/users/flar/)
 * (@flar)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-wont-display/#post-2028093)
 * Hmm, if the gallery works and shows the pictures, the slideshow should either.
 * When you clicked the button to add the slideshow or gallery, did you choose the
   gallery in the popup? It’s a drop-down menu above the three options you can click.
 * Last time I didn’t recognize it and wondered why the slideshow doesn’t appear,
   but the picture gallery did – without these adjustments.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow won't display](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-wont-display/)
 *  [Flar](https://wordpress.org/support/users/flar/)
 * (@flar)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-wont-display/#post-2028060)
 * At first you have to go to Options, then choose the last folder, it’s called “
   Slider” or “Slider show”. It’s at the very beginning. “Using flash is available”.
   After clicking I got a message that I have to install the Imagerotator, a link
   to the download is nearby.
 * So I downloaded it, unpack the zip, and uploaded the whole folder into the mentioned
   folder on my server. Then I clicked on Find Search, but it didn’t worked right
   now. But when I uploaded only the imagerotator.swf into that folder and clicked
   search, it worked.
 * Hope, I could help you.
    🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow isn't loading… may have code incorrect](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-isnt-loading-may-have-code-incorrect/)
 *  [Flar](https://wordpress.org/support/users/flar/)
 * (@flar)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-isnt-loading-may-have-code-incorrect/#post-2018298)
 * Found out. It works when I clicked in “options” on “using flash if available”–
   then I downloaded the imagerotator to the upload folder.
 * That’s it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow won't display](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-wont-display/)
 *  [Flar](https://wordpress.org/support/users/flar/)
 * (@flar)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-wont-display/#post-2027929)
 * Found out. It works when I clicked in “options” on “using flash if available”–
   then I downloaded the imagerotator to the upload folder.
 * That’s it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow won't display](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-wont-display/)
 *  [Flar](https://wordpress.org/support/users/flar/)
 * (@flar)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-wont-display/#post-2027927)
 * Have the same problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] Slideshow isn't loading… may have code incorrect](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-isnt-loading-may-have-code-incorrect/)
 *  [Flar](https://wordpress.org/support/users/flar/)
 * (@flar)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-slideshow-isnt-loading-may-have-code-incorrect/#post-2018297)
 * I have the same problem. Image gallery works but the slideshow does not load.
   No matter if I use Firefox or Safari.
 * Thanks

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