Mike Smith
Forum Replies Created
-
Forum: Plugins
In reply to: [Page Links To] Plugin breaks the Wp editorI noticed this too… were you able to hack together a fix?
Thx
Hi Rob – Just sent over an email to review and then another email with some background of what you’re looking at.
Let me know if any of that helps to make the images more compatible with Gmail for iPhone app.
Thx!
Perfect – thanks Rob!
Found the email with the Premium version of the plugin, installed and working fine.
I am currently just on a 14 day trial – what happens if I want to drop back to the free version after that?
Cheers! Thx
That sounds exactly right. I think the issue stems from trying to install the premium version – after upgrading to the trial, I clicked on the link to install the premium version and got the white screen and then have got the white screen every time after. Where should I go to download the premium version? (And does this mean I can’t ever downgrade back to free?)
Thx!
Hi Rob – thanks for the quick reply.
Here is the error I get when I debug:
Warning: require_once(/nas/content/live/mysubdomain/wp-content/plugins/featured-images-for-rss-feeds/includes/premium/premium.php): failed to open stream: No such file or directory in /nas/content/live/mysubdomain/wp-content/plugins/featured-images-for-rss-feeds/featured_images_in_rss.php on line 104
Fatal error: require_once(): Failed opening required ‘/nas/content/live/mysubdomain/wp-content/plugins/featured-images-for-rss-feeds/includes/premium/premium.php’ (include_path=’.:/usr/share/php:/usr/share/pear’) in /nas/content/live/mysubdomain/wp-content/plugins/featured-images-for-rss-feeds/featured_images_in_rss.php on line 104
As for the list of active plugins on the site, here are the others:
Akismet
Facebook Conversion Pixel
Gravity Forms
Gravity Forms ActiveCampaign Add-On
Smart Podcast Player
SumoMe
tagDiv Social Counter
WordPress MU Domain Mapping
WP User Avatar
WPBakery Visual Composer
Yoast SEOAny assistance appreciated.
Is there a way to revert back to the free version?
I’ve tested this and Outlook ignores the sizing in the style= section…
For example, here is the html that gets inserted into the feed:
<img width="150" height="150" src="https://abc.com/wp-content/uploads/sites/2/2015/12/Pandora-150x150.jpg" class="attachment-thumbnail wp-post-image" alt="Pandora" style="max-height: 65px; max-width: 65px; float: left; margin-right: 10px; margin-top: 5px;" />
Outlook is showing the original 150×150 image.
Is there a way to replace those original width=”150″ height=”150″ with something else OR remove them altogether?
Forum: Hacks
In reply to: How to re-order RSS Items into custom feed – plugin?Thanks for your attention to this Geoff. If I find something better, I’ll be sure to follow up. Marking as closed.
Forum: Hacks
In reply to: How to re-order RSS Items into custom feed – plugin?Thanks @bcworkz – I’m not overly technical so instead of customizing the rss output to be used to push an email newsletter, I’ve decided to go with multiple tag-specific RSS feeds which get me to the same goal.
https://www.example.com/tag/tagname/feed
So my emailnewsletter will look like this
https://www.example.com/tag/email1/feed
https://www.example.com/tag/email2/feed
https://www.example.com/tag/email3/feed
EtcAnd I can choose the order of articles by managing the email1, email2, email3, etc tags from the posts dashboard. Not perfect but works well and allows the flexibility I want…
If this doesn’t work, I’ll be back here looking for freelance developers for a custom plugin that does just this ??
Forum: Hacks
In reply to: How to re-order RSS Items into custom feed – plugin?It’s only kind of been resolved. There was a plugin that was referenced on that post (https://www.nsp-code.com/wordpress-plugins/post-types-order/) that will re-order the RSS but that isn’t the main function, more of a by-product.
Ultimately, I’d prefer something that is focused entirely on the RSS and only the RSS.
Any suggestions?
Thx
Forum: Plugins
In reply to: [Post Types Order] Re-Order Posts in RSS but not on WebsiteOh wait, I was wrong – AUTO SORT does need to be checked in order to effect the RSS feed… meaning this won’t work on my live site… but perhaps if I ingest the Titles + Excerpts over to a dummy site and then simply use this plugin to rearrange the articles, I can ‘MacGyver’ my way to a solution. ??
Forum: Plugins
In reply to: [Nobs ? Share Buttons] How to Remove Bullets before Buttons?Thank Geoffrey – your suggestion worked:
.various-content ul > li.juiz_sps_item:before {
display: none;
}Forum: Plugins
In reply to: [Nobs ? Share Buttons] How to edit / customize Email TextI’m a goof – it’s right before my eyes at the bottom of the settings ??
Potential unrelated but I’m also seeing this error in my console view:
Uncaught TypeError: undefined is not a function
https://abc.com/wp-content/plugins/popup-maker/assets/scripts//TweenMax.min.js?ver=1.15.1
I’ve activated the plugin now. Let me know your thoughts.