Arkantos
Forum Replies Created
-
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Slow server responseHi. I had the same problem and I solved it. Check if you have any extra scripts (besides Rotating Tweets) calling the Twitter api and delete it. In my case, the problem was a Twitter follow button script.
Forum: Plugins
In reply to: [Ad Blocker Notify Lite] Doesn’t work after updateNeither for me since the last update. I had to downgrade the plugin to make it work again.
PS: Could you add ublock to tackle that Firefox extension too?
Forum: Plugins
In reply to: [Logo Carousel] Showing bullet above horizontal carouselI solved it editing custom-styles.css this way:
FIND CLASS:
.bx-wrapper ul li img
ADD THIS LINE:
margin-top:-20px !important;
RESULT:
.bx-wrapper ul li img {
max-height:100%;
max-width:100%;
display:inline-block;
margin-top:-20px !important;
}
Since this trick only places the logo image over the bullet to hide it, it only works with solid background images.
Forum: Plugins
In reply to: [WP Fastest Cache] Cache Plugin loads mobile version on desktopHi, I’m having the same problem.
Yes, totally tested. The mobile version is not cached at all. You’re welcome, glad to help ??
For those having these kind of problems, this is the solution that worked for me:
– Deactivate and uninstall your current cache plugin.
– Download and activate WP Fastest Cache plugin from the official WP repository.
– Temporary CHMOD your htaccess file to 777.
– Go to WP Fatest Cache settings, enable cache and tick “Don’t show cached version for desktop to mobile devices”.
– Restore htaccess file permissions to 644.
Done! Now the desktop version will never be shown in mobile devices.
Having a similar problem. Wptouch works fine in most devices, but suddenly stopped working in Chrome for Android.
Forum: Plugins
In reply to: [My YouTube Channel] https://youtube.com/devicesupportThank you, master! I got it working with your 3.0alpha2 version and the guide you posted about YouTube Api Key.
Forum: Plugins
In reply to: [My YouTube Channel] DeviceSupport "bug" in v2.x (pre-3.0 announcement)Thank you for the heads up! Waiting for the next release.
Forum: Plugins
In reply to: [My YouTube Channel] https://youtube.com/devicesupportHi, yes, it was working again, but now it is not, it comes and goes: https://imageshack.com/a/img537/8081/hYSBPv.jpg
Forum: Plugins
In reply to: [WP Fastest Cache] CSS problemI mean “minify and combine css”. I have it not enabled, but sometimes happens what I mentioned in my previous message.
PS. Sorry for my bad English.
Forum: Plugins
In reply to: [WP Fastest Cache] Caching mobile versionHi Emre, thanks for your prompt reply. I updated your plugin to the latest version this very week, but I noticed that issue a couple of versions ago. It’s not a recurrent problem, but it happens every now and then only with one post at a time.
I saw one user reported an identical issue with another mobile plugin (https://www.ads-software.com/support/topic/wiziapp-mobile-pages-cached-for-desktop-browser). It’s exactly the same problem but with WP-Touch plugin.
I had to untick the cache option of Fastest Cache to prevent this to happen (leaving ticked almost all the other options).
Should I delete the plugin through FTP and upload and install again?
Forum: Plugins
In reply to: [My YouTube Channel] No items errorNow it’s working again. I think is some kind of issue related to the cache not caching properly. Instead of the “no items” error, the plugin should get its own cache of the YT feed to always show something there.
Forum: Plugins
In reply to: [My YouTube Channel] No items errorYes, it’s all public. Sometimes the widget works perfectly, and sometimes it shows the no items error. I tried ticking and unticking cache and other options, and nothing changes.
Forum: Plugins
In reply to: [My YouTube Channel] No items errorHi, I’m getting the same error every now and then (No Items), it’s very frustrating. Please dev, could you fix this error definitely once for all?