Hudson Phillips
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Warning after the upgrade to WP 4.4The problem isn’t related to one specific theme; many users, using various themes are reporting the same issue after upgrading to WordPress 4.4
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Invalid token and something else?Thanks MihChe, everything seems to be working fine for now. I’ll circle back if there is an issue.
Great job on this
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Invalid token and something else?Ahhh, got it now.
Thanks
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] Invalid token and something else?I’m having the same issue as well – the captcha doesn’t seem to appear on the Jetpack form even though I have it selected.
Forum: Plugins
In reply to: [SimpleMap Store Locator] Disable Scroll ZoomDidn’t get a reply on this, but kept thinking of a work around. It’s not elegant, but here’s what worked.
=========
I added a div around the simplemap shortcode and gave it a class of ‘mapOverlay’. To my stylesheet, I added the following:
.mapOverlay {pointer-events: none;}
Then I added a script to enable pointer events once the user clicks on the map (actually the surrounding div) once again
jQuery('.mapOverlay').click(function () { jQuery('.mapOverlay #simplemap').css("pointer-events", "auto"); });
Forum: Plugins
In reply to: [Redirection] CapabilityI’m curious about this as well
Same issue as well
More specifically:
get_the_term_list( $post->ID, 'actor', 'Actor: ', '', '' );
Try get_the_term_list. Use strip_tags if you don’t want it to be a link.
$terms = get_the_term_list( $post->ID, 'taxonomyname' ); $terms = strip_tags( $terms );
Were you able to figure this out?
In the WordPress Admin (left navigation menu), go to Types > Settings
Choose to not show the help box and disable all messages about other Toolset Components
Forum: Plugins
In reply to: [Cr3ativ Conference] Speaker LoopOkay thanks!
Forum: Plugins
In reply to: [Cr3ativ Conference] Speaker LoopUnderstood. My question was about the widget.
Forum: Plugins
In reply to: [Our Team by WooThemes] How to link the image to the URLCan’t this be done by working with a filter?
Got it. It might just be time for the user to upgrade. Thanks for responding