Eric
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] WP Offload Media – 404 for imagesHey @ianbutty
I looked over this and nothing jumps out at me as what might be going wrong. But it’s been a while since I needed to dig into this and I haven’t kept up with how that code has been updated in later versions. So, maybe there’s another function somewhere that is defining the link check process?
Perhaps @wpmudev-support8 could give some input?
Forum: Plugins
In reply to: [Broken Link Checker] WP Offload Media – 404 for images@ianbutty I haven’t looked at this in several months, so I don’t know what changes they may have made in the plugin function…but in my code example did you change the $mysiteurl variable to include your actual domain?
Forum: Plugins
In reply to: [Broken Link Checker] WP Offload Media – 404 for imagesHi @ianbutty – I have not re-implemented the fix; I only needed to do the scan for those files after a migration – so it was kind of a one-time (or very infrequent) need for me.
Forum: Plugins
In reply to: [Broken Link Checker] WP Offload Media – 404 for imagesI think a negative of just marking all of them as “not broken” is if one really was broken, then it would never get resolved/corrected.
Forum: Plugins
In reply to: [Broken Link Checker] WP Offload Media – 404 for imagesSweet!
Thanks for the support @wpmudevsupport12 and for the very helpful plugin.
Forum: Plugins
In reply to: [Broken Link Checker] WP Offload Media – 404 for imagesThanks for your reply. Unfortunately, the solution to exclude the path to the images from the check won’t work for me, because I am looking specifically for broken images.
I have come up with a solution by modifying the plugin.
In the file //broken-link-checker/core/core.php I added:$mysiteurl ="//mysite.com/wp-content/uploads/"; $amazons3url = "//mysitewp.s3.amazonaws.com/wp-content/uploads/"; $originallink = $link->url; $link->url = str_replace($mysiteurl,$amazons3url,$originallink);Add the above immediately before $link->chck( true ) in the work() function.
Now when I am running the broken link checker, I am getting 404 errors only on the images that are actually broken, as the URLs for the images moved by WP Offload Media are correctly passed to the checker.
I realize that this fix will not survive a plugin update. But in the short term, it seems to do the trick. If you see other issues with this solution, please let me know.
Thanks,
eric@markzahra The update worked and all seems well. Thanks!
@markzahra This solution worked. Thanks!
Having similar problem.
Plugin worked fine last week. Today, Instagram feeds are not displaying. In WP Dashboard, the Instagram Feeds menu choices (except “help” and “upgrade”) just display the “spotlight” logo slowly fading in and out.
Deactivating and reactivating plugin does not resolve the issue.
@initiator you can create custom shortcodes in MailPoet- https://kb.mailpoet.com/article/160-create-your-own-custom-shortcode
My thought is that you could potentially create a shortcode that pulls your data, and then render the shortcode in the newsletter.
Forum: Plugins
In reply to: [Download Manager] Can’t save settings@ivanatanasov I am a SiteGround customer as well, having the same issue.
Has there been any resolution to this?
Forum: Plugins
In reply to: [Slider by Soliloquy - Responsive Image Slider for WordPress] firefox issuesHi Thomas, thanks for your response.
I have cleared my cache and have restarted Firefox with all plugins disabled. The issue still persists.
I will take a screencast and upload it to the support ticket I opened at soliloquywp.com
Forum: Plugins
In reply to: [Slider by Soliloquy - Responsive Image Slider for WordPress] firefox issuesI am having the same issue as well with Soliloquy and Firefox.
The demo on the Soliloquy home page exhibits the same behavior. http://soliloquywp.com/ first slide displays, second does not, caption misaligned.
Displays correctly in Chrome, IE, Safari, Opera