gemba
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Conditonal FormattingHi, 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
In reply to: [WP Job Manager] Application formGreat thank you!
Forum: Plugins
In reply to: [The Events Calendar] Events Calendar not compatible with WP4.5I am also having an issue with this plug-in and WordPress 4.5. The calendar is now not showing on my site since upgrading.
Forum: Plugins
In reply to: [Secure Custom Fields] Relationship editor not working in WP 4.5I am also having this issue; does anyone have a solution?
Thanks! Really appreciate your help; that’s fixed it!! ??
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
Thanks for getting back to me!
The gallery can be found here, https://www.beverley-hotel.com/accomodation/rooms/
Forum: Plugins
In reply to: [Full Screen Background Images] Randomize imagesThanks, 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
In reply to: [Related Links] Highlight current pageI 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
In reply to: [TheThe Image Slider] Slider doesn't show imagesI 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
In reply to: [Event Organiser] Event DetailsThank you for the reply, I am using the default templates but the only information displaying is the event title and content – https://www.milsted-langdon.co.uk/events/event/bath-business-club-dinner/