SforSteph
Forum Replies Created
-
I’m happy to use checkboxes, especially with the designs you offer in the plugin (so they don’t look like boring normal checkboxes). Thanks again!
Thanks so much for all your help – I changed the filters to checkbox not radio, and it seems to work now!!
Hi, any ideas on when I can get this working? Or how I can completely delete the plugin from the site, so I can reinstall it fresh to see if that fixes it?
Thanks!
Sorry, I thought I had turned off maintenance mode. Should work now!
The filters are on the Shop page.
- This reply was modified 5 years, 8 months ago by SforSteph.
Hi, it’s a client’s site and I warn you there are NSFW adult-content products in the store!!!
Forum: Plugins
In reply to: [WP Recipe Maker] Zero Minutes Cook Time?Works perfectly – thanks so much ??
Forum: Plugins
In reply to: [WP Recipe Maker] Zero Minutes Cook Time?That’s very helpful, thank you.
I have my custom template set up – however I can’t find where the check for 0 is?
<?php if ( $recipe->cook_time() ) : ?> <div class="wprm-recipe-time-container"> <meta itemprop="cookTime" content="PT<?php echo $recipe->cook_time(); ?>M" /> <div class="wprm-recipe-time-header"><?php _e( 'Cook Time', 'wp-recipe-maker' ); ?></div> <div class="wprm-recipe-time"><?php echo $recipe->cook_time_formatted( true ); ?></div> </div> <?php endif; // Cook time. ?>
Can you point me in the right direction?
Forum: Plugins
In reply to: [WP Responsive Menu] Change menu position to below the headerNot sure if this will help you, but I was trying to find a responsive menu that allowed me to choose the positioning of the menu and I found this plugin allows you to prepend the responsive navigation by element:
https://en-gb.www.ads-software.com/plugins/responsive-navigation/
I also have this issue on multiple clients’ sites! Please advise?
Forum: Plugins
In reply to: [Slideshow] [Tutorial] How to get Lightbox to work with SlideshowWow, I can’t believe I figured it out – hope this helps someone else!
For the second step, copy the following instead:
Find:
// If image is available
Place Above:
$anchorTagAttributes = ' rel="lightbox" href="'.htmlspecialchars($imageSrc) . '" ' . (!empty($urlTarget) ? ' target="' . $urlTarget . '" ' : '') . $noFollow; $anchorTag = '<a ' . $anchorTagAttributes . '>'; $endAnchorTag = '</a>';
Note the addition of
$anchorTag = '<a ' . $anchorTagAttributes . '>';
Cheers!
Forum: Plugins
In reply to: [Slideshow] [Tutorial] How to get Lightbox to work with SlideshowHi Ricky,
I followed your instructions (thank you!) but unfortunately it doesn’t work… is it still working for you?
Cheers!
Forum: Plugins
In reply to: [jQuery Masonry Image Gallery] Thumbnails OverlappingWill was very helpful with working out the issue – in case it helps anyone else, there was a conflict with WP Retina 2x plugin. I changed the method to Retina.js (from Picturefill) and everything works great now.
Thanks Will! 5 ★★★★★
Any chance this will be fixed? I just installed your plugin, and couldn’t find any way to actually create a map. Checking the Support forum for your plugin, I saw this thread. When I de-activate Contact Form 7, the Google Maps menu is suddenly added to the dashboard menu.
I’m keeping Contact Form 7, which means unfortunately I can’t use your plugin, which I’d like to! ??
Forum: Plugins
In reply to: [Blogger To WordPress] No Verify Configuration Button?I had installed a different plugin, and when I used this one it worked perfectly!
Was also helped very quickly by the guys over at https://rtcamp.com/support/ – thank you! ??
Forum: Plugins
In reply to: [WP-EMail] Click then comes a "Page not found"Try resetting permalinks.