Title: rhf's Replies | WordPress.org

---

# rhf

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

 *   [Profile](https://wordpress.org/support/users/rhf/)
 *   [Topics Started](https://wordpress.org/support/users/rhf/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rhf/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rhf/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rhf/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rhf/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rhf/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: [[The Events Calendar] Minor Glitch in Category Colors](https://wordpress.org/support/topic/minor-glitch-in-category-colors/)
 *  Thread Starter [rhf](https://wordpress.org/support/users/rhf/)
 * (@rhf)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/minor-glitch-in-category-colors/#post-18621667)
 * Sure, I understand.
 * It just seems more reasonable to apply the styling if there is an entry in **
   any** of the Category Colors: Primary Color, Background Color, or Text Color;
   but this is no big deal.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[My Calendar - Accessible Event Manager] Custom Stylesheets Not Showing](https://wordpress.org/support/topic/custom-stylesheets-not-showing/)
 *  Thread Starter [rhf](https://wordpress.org/support/users/rhf/)
 * (@rhf)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/custom-stylesheets-not-showing/#post-16025089)
 * I use Wampserver on a Windows 11 machine with all up-to-date programs and My 
   Calendar is the only plugin.
 * Actually, this is not a big deal to me. I duplicated your existing my-calendar.
   css in its my-calendar/styles folder and renamed it my_calendar_new.css. This
   new file shows up in the Select My Calendar Theme dropdown box, and I can use
   and modify it.
    I do hope it won’t get overwritten with a plugin update, but 
   I can deal with that if I have to.
 * Thanks,
    Bob
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Slideshow continues to next gallery](https://wordpress.org/support/topic/slideshow-continues-to-next-gallery/)
 *  Thread Starter [rhf](https://wordpress.org/support/users/rhf/)
 * (@rhf)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/slideshow-continues-to-next-gallery/#post-11357397)
 * I found the solution.
    When adding the first (and only at the time) gallery, 
   the shortcode was [ngg src=”galleries” display=”basic_thumbnail”]. Starting in
   the first gallery, the slideshow continued on into the next gallery.
 * The problem was solved when I changed the shortcode to
    [ngg src=”galleries” 
   ids=”1″ display=”basic_thumbnail”]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] Call to undefined function get_plugins()](https://wordpress.org/support/topic/call-to-undefined-function-get_plugins/)
 *  Thread Starter [rhf](https://wordpress.org/support/users/rhf/)
 * (@rhf)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/call-to-undefined-function-get_plugins/#post-8738395)
 * Great! Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postman SMTP Mailer/Email Log] Want to know everything that I know?](https://wordpress.org/support/topic/want-to-know-everything-that-i-know/)
 *  [rhf](https://wordpress.org/support/users/rhf/)
 * (@rhf)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/want-to-know-everything-that-i-know/#post-6748060)
 * Jason,
    I am very impressed with Postman SMTP and really appreciate your efforts
   with this program. Your ‘recent conversation with Jeff Starr’ was very enlightening;
   and I would like to read your ‘reply to an article’ by Quay Morgan but have not
   been able to find it. Do you have another link? Bob
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Duplicator - Backups & Migration Plugin - Cloud Backups, Scheduled Backups, & More] Awesome Plugin – a must have](https://wordpress.org/support/topic/awesome-plugin-a-must-have-1/)
 *  [rhf](https://wordpress.org/support/users/rhf/)
 * (@rhf)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/awesome-plugin-a-must-have-1/#post-7996670)
 * I can’t find it either. This is a wonderful plugin.
    Please tell me that it is
   still available.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Template file for galleries](https://wordpress.org/support/topic/template-file-for-galleries/)
 *  Thread Starter [rhf](https://wordpress.org/support/users/rhf/)
 * (@rhf)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/template-file-for-galleries/#post-5378460)
 * Tizz,
    Thank you very much for your suggestions. I had sort of given up on an
   easy solution, and your ideas encouraged me to try again. It turns out that $
   _SERVER[‘REQUEST_URI’] was what I needed to do the simple logic in my existing
   template file. That is, I set `$pos = strpos($_SERVER['REQUEST_URI'], 'nggallery');`
   If on the Album page, $pos is false; if one of the galleries is displayed, it
   is not false. I then use a simple conditional to display the link when a gallery
   is showing. I expect that your solution is much better than mine, but this simple
   logic is sufficient for my application. Again, I really appreciate your help.
   Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Template file for galleries](https://wordpress.org/support/topic/template-file-for-galleries/)
 *  Thread Starter [rhf](https://wordpress.org/support/users/rhf/)
 * (@rhf)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/template-file-for-galleries/#post-5378454)
 * Thanks, tizz.
    I did a poor job of describing my problem. I have an album on 
   a page that consists of several galleries. The page uses a special temple which
   does what I want. When one of the galleries is selected, it opens on the same
   page with the same template as the album. This is not too bad, however a link
   on the gallery page back to the album page would be very desirable. I thought
   I could do this with some simple logic, but both the album page and the gallery
   page have the same title and the same permalink, so I don’t know what to test
   for.

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