echezuria
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO 14.0.2 freeze with CPU 100% on activationI just installed the plugin version 14.0.4 and during de indexing update the CPU was always on 100% usage, but at least this time the server did not freeze and the plugin did finish successfully the indexing update.
Right now the CPU usage is back to normal and everything seems to be working fine for the moment.
Thanks,
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] country or region ip banned@onesignal Actually I have access to Onesignal.com website from Venezuela. But I’m testing sending messages to my test user in Venezuela and the messages are not arriving. Is it possible that messages are still being blocked for users in Venezuela? Please could you double check that (and solve the issue if it’s still blocked) or tell me please why messages are not arriving to my test user using chrome browser in Venezuela.
Thanks for your help in this matter.
I just notice that this problem also breaks Disqus comments system.
Is there a fix for this issue?
Forum: Fixing WordPress
In reply to: WordPress now replaces the quotes ” ” with ? ?Hi Carlos,
I just find the solution. Just go to settings and change the wordpress language from Spanish to any other Spanish set. For example, use Spanish from Mexico or Spanish from any other country instead of the standard Spanish option.
I hope this helps you solve your problem.
Saludos!
Forum: Fixing WordPress
In reply to: WordPress now replaces the quotes ” ” with ? ?I’m experimenting the same issue in my website (www.nolapeles.com). How can we fix this issue? I don’t want wordpress to replace quotation marks with guillemets.
Forum: Plugins
In reply to: [WP Super Cache] “Rewrite rules must be updated” message on WordPress 4.9This bug is happening again in WordPress version 4.9.6 working with WP Super Cache version 1.6.1.
Anyone knows how to fix this issue?
Forum: Plugins
In reply to: [jQuery Image Lazy Load WP] Images aren't loading after updateI’m checking out the plugin BJ Lazy load, it had the option to disable the lazy load feature for wptouch mobile plugin.
Forum: Plugins
In reply to: [jQuery Image Lazy Load WP] Images aren't loading after updateIt still not working with wptouch. It is only showing grey images on mobile theme over wptouch. Please, could you fix this issue?
Thanks for your help on this matter.
Forum: Plugins
In reply to: [jQuery Image Lazy Load WP] Images aren't loading after updateImages are not loading with the mobile theme plugin wptouch. Please could you fix this issue? I had to go back and downgrade to v0.13.
Hi Guys,
Google adsense has made a change and now AdSense for Mobile shifts to AdSense for Content.
The mobile size is now include in the ads creation option of adsense for content.
So, how can we add our new ad adsense for content code into WPtouch settings panel? Adsense for mobile code is not working anymore.
Thanks for your help.
Forum: Plugins
In reply to: [Sharebar] [Plugin: Sharebar] A shortcode for post image thumbnailIt could work by just adding this update to your plugin source code (on sharebar_filter function):
function sharebar_filter($input){
global $post;
$code = array(‘[title]’,'[url]’,'[author]’,'[twitter]’,'[thumbnail]’);$thumb = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ‘large’ );
$urlThumb = $thumb[‘0’];$values = array($post->post_title,get_permalink(),get_the_author(),get_option(‘sharebar_twitter_username’),$urlThumb);
return str_replace($code,$values,$input);
}Forum: Plugins
In reply to: [LightPress Lightbox] [Plugin: WP jQuery Lightbox] Latest update doesn't workVersion 1.3.4.2 is working fine for me. Thanks a lot!
Forum: Plugins
In reply to: [LightPress Lightbox] [Plugin: WP jQuery Lightbox] Latest update doesn't workSame problem, WP jQuery Lightbox is not working since update 1.3.4.1
I’m running jquery-1.7.1.min.js
I just reverted WP jQuery Lightbox to 1.3.4
Is there any way to make work version 1.3.4.1?
Thanks for your help.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Delete Cache Button ProblemThanks a lot Donncha, I just download the dev version and it is working fine.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] Delete Cache Button Problem@pixeline, I just tried what you said with chmod command via ssh, but it is still not deleting the regular cache. Also I delete manually the old cache files, but it didn’t work anyway.