DowntownRob
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Abandonment Tracking for Google Analytics GA4] Gravity FormsShould be compatible with any forms, just be sure they have a form ID set.
Hmm, not sure, I’ll see if I can spot anything.
I’ll need to update it ASAP.
Forum: Plugins
In reply to: [Job Manager] Breaks Visual ComposerGotcha, no worries. If I can find the time I’ll def look into seeing what the problem is and how to fix it.
It’s just weird because no other plugin I’ve ever used, and I’ve used a lot, has problems with it, so there must be something very different about it’s implementation. ??
I may write a companion plugin for this, but here’s the code to add to your footer.php file that piggy-backs off the GA code this plugin already adds. Edit the CSS in the code (the “.main-menu ul li a”) as needed to match the containers of your anchor links.
[Attribution moderated]
<script type="text/javascript"> jQuery(document).ready(function () { jQuery('.main-menu ul li a').click(function(){ var match = jQuery(this).attr('href').match(/#\S+/); __gaTracker('send', 'pageview', location.pathname + match[0]); }); }); </script>
Forum: Plugins
In reply to: [Job Manager] Breaks Visual ComposerCan you fix the plugin so that it works with Visual Composer? It’s one of the most widely used drag/drop page builders out there, and is also included in hundreds of premium themes.
Forum: Plugins
In reply to: [WPCore Plugin Manager] Insufficient Permissions ErrorGotcha, ok thanks so much, good to know about the X theme.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] This plugin and getresponseAre the images showing up in the raw mixed feed ok? If so, the images might be getting stripped out by Get Response? If they aren’t, then probably getting stripped out by the mixing service.
Send me a mixed feed to look into if you like.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Title Below ImageHi Melissa,
Sorry, displaying the image below the text isn’t yet supported, only the positions in the drop-down work right now. I’ll look into adding support for that as soon as I can find the time.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image in combined feedYep I see the full URL in the IMG SRC:
<img width=”150″ height=”150″ src=”https://race-calendar.com/wp-content/uploads/2015/06/new-150×150.png?52bcba” alt=”new”>
That URL works fine:
https://race-calendar.com/wp-content/uploads/2015/06/new-150×150.png?52bcbaSome posts don’t seem to have a Featured Image set, so no image is showing up, like the first 3 posts right now.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image in combined feedIf it’s not a full URL, then yes, that’s a problem… it’d work on your domain, but externally it doesn’t know where it’s loading from.
I think that’s caused by Cloudflare settings, protecting images I think?
What’s your feed, and what are you using for caching, and do you have Cloudflare or other CDN on it?
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Image in combined feedYes, if they are in the feed, then the combined feed will show them as well. Enjoy!
Forum: Reviews
In reply to: [Featured Images in RSS for Mailchimp & More] 100% WorksThank you for your rating. ??
Thanks so much. It’s reviews like yours that make the work put into coding this worth it. ??
If you’d like to send a few bucks over my way, even better!:
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R4SE22RQ4CB2EThanks!
RobDo you have the Featured Image set on posts? It must be set, more than just adding a photo to the body of the post.
If it’s set, it should pull it in.