infosws
Forum Replies Created
-
Hi,
I agree with @howdy_mcgee, I am shocked that this hasn’t been resolved yet.
We have 150+ websites using AIO and going through all these to turn this setting off ( and then back on again once you’ve corrected it ) is time we don’t have to spend.
Can you just rush out a patch for this problem asap please?
- This reply was modified 8 years, 1 month ago by infosws.
Forum: Plugins
In reply to: [FaceBook Feed] Cannot Display Facebook FeedWe’re also seeing the same issue again on all the website we use it on.
What’s happening with this? It’s getting a bit silly now.
Hi all,
Had this issue myself, its specifically the “block all fake Googlebots” setting that causes the problem!
Hope this helps 🙂
Hi @mbrsolution,
Just want to add that I have too have just had this problem and its down to the block all fake Googlebots setting. I turn this off, test the sitemap and it works again.
Something the developers need to look at as its really damaging to websites!
Thanks
StevenForum: Plugins
In reply to: [FaceBook Feed] Cannot Display Facebook FeedHi Abhishek,
I thought it might be with all the rules Facebook has been changing.
I have 40 + websites with this issue, any eta please?
Thanks
StevenForum: Plugins
In reply to: [WP YouTube Lyte] YouTube API, Got Error: 1Hi both,
Sadly it didn’t want to play ball with me so in the end I gave it a rest. Even with checking the HTTP referrer it still didn’t want to play.
In the end I used some code, here is a quick way of doing it:
<iframe id=”iframe1″ src=”” width=”200″ height=”100″ border=”2″></iframe>
<script>
function setIframeSrc() {
var s = “YOUR YOUTUBE VIDEO HERE”;
var iframe1 = document.getElementById(‘iframe1’);
if ( -1 == navigator.userAgent.indexOf(“MSIE”) ) {
iframe1.src = s;
}
else {
iframe1.location = s;
}
}
setTimeout(setIframeSrc, 400);
</script>Alter the number 400 if you want it to delay a bit longer.
Hope this helps!
Steven
Hi Jeffrey,
Thank you! Its just one of those things 🙂
Cheers
SWSHi,
Any news on this please?
I love the plugin but this redirect is really a problem, can you please add a conditional to turn it off when you bulk reactivate plugins?
I can totally understand on single activation – makes sense, but not on the bulk activation.
Thanks
SWSHi @yehudah,
Just had a look at the latest version, filtering options are helpful 🙂
Unfortunately though, the message I am referring too is still there, please see below for a screenshot:
https://screenshots.firefox.com/j6FTZs0wLAJHXIDP/courtshipflooring.co.uk
I notice this does seem to stay there all the time, does it need too?
Would you be able to make it dismissible please?Thanks in advance!
SWSForum: Themes and Templates
In reply to: [Storefront] Structured Data hatom error – “Missing: author”Hi,
Just found your post researching, this should help you:
Forum: Plugins
In reply to: [CDN Enabler] SyntaxError within Chrome console after activating CDN EnablerHi Sebastiankro,
Will do, just had another one go down like it.
Thanks
Forum: Plugins
In reply to: [Index Autoload] Problem when trying to deactivateHi,
I deactivated all the plugins but yours and it still throws an error.
Some information for you:
Operating System: Linux
PHP Version: 7.1.10
MySQL Version: 5.5.5-10.2.9-MariaDB
CGI Version: CGI/1.1WordPress Info
Active Theme:
Modernize
Active Plugins:
accesspress-twitter-feed
autoptimize
black-studio-tinymce-widget
cache-performance
custom-upload-dir
display-widgets
enhanced-e-commerce-for-woocommerce-store
enhanced-media-library
host-analyticsjs-local
index-autoload-littlebizzy
magic-liquidizer-responsive-table
mappress-google-maps-for-wordpress
media-file-manager-advanced
news-announcement-scroll
nextend-smart-slider3-pro
page-list
paypal-for-woocommerce
real3d-flipbook
server-info
sws-custom-functions
sws-simple-faqs
tinymce-advanced
travelmap
watermark-reloaded-pro
woo-extra-product-options
woocommerce-table-rate-shipping
woocommerce
wordpress-seo
wp-disable
wp-image-compressionWordPress Memory Limit: 2048M
Edit:
I just tried the theme too, same result.Hope this helps.
- This reply was modified 8 years, 10 months ago by infosws.
Forum: Plugins
In reply to: [Index Autoload] Problem when trying to deactivateHi,
Sorry it was rather vague, I’ll look to get these details to you later today as I am working now.
I could give you access to the WP Install if you would like to inspect things yourself (Might be easier for you?).
Thanks
Forum: Plugins
In reply to: [Autoptimize] Autoptimize not working for WooCommerce product pageHi Frank,
Found it and it turns out I told Auto to not optimize that page 🙂
Sorry! I’ll mark as resolved.
Cheers
StevenHey Frank,
I know, its a shame Google is letting you down, I am sure its a really good plugin!
I’ve whipped up some code that’s sorted it now 🙂
Have a nice day yourself!
Steven