DowntownRob
Forum Replies Created
-
Try logging out, and then log back in fresh?
If that doesn’t work, clear your browser cookies for that site.
The plugin doesn’t do anything as far as permissions go, it should work if you’re logged in as the Administrator role.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] No images in sub-directory feedHi Joel,
I see images in the blog feed, seems to be working ok now?
https://www.casterconcepts.com/blog/feed/
I also see images working for the latest-news feed too:
https://www.casterconcepts.com/latest-news/feed/So all seems ok from what I see. Let me know if you still have any issues?
Forum: Plugins
In reply to: [Advanced Automatic Updates] Plugin updates are not workingI’m having the same issue on a multisite installation, plugin updates are not working. I now have 17 plugins needing updates over a few months. Not sure what the problem is. I don’t have Better WP Security active, I’ve checked other threads and can’t find anything else, and checked the background updater:
PASS: Your WordPress install can communicate with www.ads-software.com securely.
PASS: No version control systems were detected.
PASS: Your installation of WordPress doesn’t require FTP credentials to perform updates.
PASS: All of your WordPress files are writable.This site is able to apply these updates automatically. Cool!
Help?
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] No Images in Feedburner EmailsHi there,
So the images are included in the RSS feed… the plugin functionality sort of stops there. Whatever feedburner does with the feed is on the feedburner end, you’d have to ask them why the images aren’t being included. I’d assume it could be they remove images from feeds to save bandwidth, the images are too big or their file size is too big, etc.
I did a search for some poosible solutions, and found these:
https://gloria-jean.net/feedburner.html
https://en.forums.wordpress.com/topic/feedburner-feed-not-displaying-photo-with-each-new-entry
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not appearing on pageYeah the images are being output in the RSS, so the plugin is working great, and even Feedburner shows the images too, so it must be a limitation in the BuzzBoost script.
Perhaps try these plugins instead of BuzzBoost?
https://www.ads-software.com/plugins/wp-rss-multi-importer/
https://www.ads-software.com/plugins/hungryfeed/
But really, using RSS is kind of unreliable, I’d just output your own posts using a shortcode:
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not appearing on pageHiya, this plugin adds your post’s Featured Image to RSS Feeds, which you see. The list of posts on your homepage is normally not an RSS feed, it is output by your theme. If your theme doesn’t have an option for showing the images on the homepage, you may need to customize it’s code or try a different theme that better shows the posts the way you want.
However your site is using a Feedburner URL as the source for that list:
https://feeds.feedburner.com/PacBlueConcepts2
and the images are showing up there, so it is working fine.
You may need to adjust whatever code that is being used to output the Feedburner feed:
https://support.google.com/feedburner/topic/13240?hl=en&ref_topic=13091I’d still recommend using the theme’s method of outputting posts, similar to how it’s showing the images here:
https://pacblueconcepts.com/recent-posts/It should include a way to output posts on the home page… again if there’s no built in option then custom code or a different theme may be needed.
Interesting use case, glad you found Yahoo Pipes works out.
Just delete the other plugin… it’s confusing. It’s also out of date, and it also inserted (or may still insert) Google Analytics tracking without user consent.
I found out the theme required jquery to be loaded in before the homepage slider would work, so I just changed it to:
<?php if ( is_home() || is_front_page() ) { ?> <script src="https://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> <?php } ?>
and that resolved both problems, the home page slider still works, and the events page isn’t loading jquery twice it seems, so it works now too.
Hey so I figured out that the custom theme they had developed was hard-coded to use an old version of Google’s jquery libs:
<script language=”javascript” type=”text/javascript” src=”https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js”></script>
and once I noticed that, I removed that line, and it solved the problem. Imagine that. ??
So FYI for anyone else out there having javascript/ajax issues, make sure your theme is using the built-in WordPress jquery libraries, not hard-coded to an old or even then-current but soon to be old version.
Forum: Plugins
In reply to: [Featured Images in RSS for Mailchimp & More] Images not showing up in feedTry switching for a minute to the TwentyFourteen theme, and see if it works then. If it does, it’s a theme issue, conflicting with the way the featured images are being set perhaps.
If not, then there’s an issue with the RSS feeds, be sure to deactivate any RSS redirection plugins, it could be a plugin causing a conflict.
If you’re still having issues, use the Contact Us form on the plugin option page to email me, and create an admin user/pass for me to log in and check it out further.
Forum: Plugins
In reply to: [Advanced Automatic Updates] Request: Log UpdatesI second this effort, a log of updates would be invaluable. I have clients that I send maintenance update reports to, and during a major update it didn’t send me details of the plugins that were all updated (creating a separate thread for that), so a log would have helped recover that information.
Forum: Plugins
In reply to: [Member Approval] Username etc in emailMy pleasure. The author replied that he’ll be updating this plugin to resolve this shortly as well.
Forum: Plugins
In reply to: [Member Approval] Plugin settings page doesnt saveAny word on multisite use? It’d be even more amazing once you get that working.
Forum: Plugins
In reply to: [Member Approval] Approved Email has a bug in replacing names etcMy pleasure. Loving the plugin, I use it for accepting new contributors, and the approval email now includes next steps for updating their profile and bio, and editorial guidelines for new posts.
I’ve tried a few other plugins that approve new users, and they either don’t work or don’t have approval emails.
I’ve sent in a donation for your efforts, and encourage others to do the same. ??