Title: gemba's Replies | WordPress.org

---

# gemba

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Conditonal Formatting](https://wordpress.org/support/topic/conditonal-formatting/)
 *  Thread Starter [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/conditonal-formatting/#post-12056572)
 * Hi, thanks for the response.
 * I have tried this plugin but it doesn’t work with the Applications plugin which
   is a shame as it would be a really useful feature
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Application form](https://wordpress.org/support/topic/application-form-6/)
 *  Thread Starter [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/application-form-6/#post-12053701)
 * Great thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Events Calendar not compatible with WP4.5](https://wordpress.org/support/topic/events-calendar-not-compatible-with-wp45/)
 *  [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/events-calendar-not-compatible-with-wp45/#post-7269584)
 * I am also having an issue with this plug-in and WordPress 4.5. The calendar is
   now not showing on my site since upgrading.
 * [https://www.clarkewillmott.com/events/](https://www.clarkewillmott.com/events/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] Relationship editor not working in WP 4.5](https://wordpress.org/support/topic/relationship-editor-not-working-in-wp-45/)
 *  [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/relationship-editor-not-working-in-wp-45/#post-7267559)
 * I am also having this issue; does anyone have a solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Lightbox not working](https://wordpress.org/support/topic/lightbox-not-working-51/)
 *  Thread Starter [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/lightbox-not-working-51/#post-5307634)
 * Thanks! Really appreciate your help; that’s fixed it!! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Lightbox not working](https://wordpress.org/support/topic/lightbox-not-working-51/)
 *  Thread Starter [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/lightbox-not-working-51/#post-5307625)
 * Thanks Cais, I have tried uploading via FTP but the issue is still there.
 * The Chrome console is showing the lightbox pointing to the test site (which no
   longer exists). I have tried to update this in ‘Other options’ but it does not
   seem to be taking effect
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Lightbox not working](https://wordpress.org/support/topic/lightbox-not-working-51/)
 *  Thread Starter [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/lightbox-not-working-51/#post-5307593)
 * Thanks for getting back to me!
 * The gallery can be found here, [http://www.beverley-hotel.com/accomodation/rooms/](http://www.beverley-hotel.com/accomodation/rooms/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Full Screen Background Images] Randomize images](https://wordpress.org/support/topic/randomize-images-1/)
 *  Thread Starter [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [12 years ago](https://wordpress.org/support/topic/randomize-images-1/#post-4982445)
 * Thanks, that works great! (Just missing a comma in the code if anyone else needs
   this)
 *     ```
       $args = array(
       	'orderby' => 'rand',
       	'post_type' => 'cpt_background',
       	'posts_per_page' => -1,
       	'update_post_term_cache' => false, // don't retrieve post terms
       	'update_post_meta_cache' => false, // don't retrieve post meta
       );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Links] Highlight current page](https://wordpress.org/support/topic/highlight-current-page-3/)
 *  Thread Starter [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/highlight-current-page-3/#post-4862003)
 * I have found the below code in the plugin which I want to change to be something
   like, if on the current page add a ‘active’ class but all other links on this
   page not show this class.
 *     ```
       if ( !function_exists( 'related_links' ) ) {
       function related_links()
       {
       	$related_links = get_related_links(); ?>
       	<?php if ( !empty( $related_links ) ) : ?>
       	<ul class="related-links-list">
       	<?php foreach ( $related_links as $link ): ?>
       		<li><a href="<?php echo $link['url']; ?>"><?php echo $link['title']; ?></a></li>
       	<?php endforeach; ?>
       	</ul>
       	<?php endif; ?>
       	<?php
       }
       }
   
       ?>
       ```
   
 * I have amended the code to the below, but it shows a class for all links, can
   anyone help in only showing the class for the link of the page I am currently
   on
 *     ```
       if ( !function_exists( 'related_links' ) ) {
       function related_links()
       {
       	$related_links = get_related_links(); ?>
       	<?php if ( !empty( $related_links ) ) : ?>
       	<ul class="related-links-list">
       	<?php foreach ( $related_links as $link ): ?>
               <li><a href="<?php echo $link['url']; ?>" class="<?php if (is_page( basename(get_permalink()) )) echo 'active'; ?>" ><?php echo $link['title']; ?></a></li>
       	<?php endforeach; ?>
       	</ul>
       	<?php endif; ?>
       	<?php
       }
       }
   
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TheThe Image Slider] Slider doesn't show images](https://wordpress.org/support/topic/slider-doesnt-show-images/)
 *  [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/slider-doesnt-show-images/#post-3439457)
 * I have the same problem and have tried changing the permissons but this doesn’t
   seem to work.
 * The slider just looks like it is loading but nothing else happens
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Event Organiser] Event Details](https://wordpress.org/support/topic/event-details/)
 *  Thread Starter [gemba](https://wordpress.org/support/users/gemba/)
 * (@gemba)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/event-details/#post-3495531)
 * Thank you for the reply, I am using the default templates but the only information
   displaying is the event title and content – [http://www.milsted-langdon.co.uk/events/event/bath-business-club-dinner/](http://www.milsted-langdon.co.uk/events/event/bath-business-club-dinner/)

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