leftofcentre
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Show Posts] Image resizing / WP Show Posts issuesMy issue is similar. Is it possible to select the thumbnail or another size of image? On my install it it pulling in the full size featured image and these are overkill for the small thumbnails needed on the homepage.
Thanks Till for your reply.
I got the problem fixed by removing redis from the server and adding it again.
All seems ok now.
Also wpss_clear is the cron command to clear pages from cloudflare?
Forum: Fixing WordPress
In reply to: do_pings cron bloating my databaseDid you ever get a fix for this? I have the same problem with do ping filling up my cron.
Forum: Plugins
In reply to: [Disqus Comment System] High server load and dsq_sync_forum problemI had the same problem on our site. Basically you need to disable the comments sync completely. I contact disqus support several times over several months and got zero response. We had to use a direct command line command on the server to sync comments manually every few months.
Also use phpmyadmin to find the cron field and delete all the entries in it. You can use this sql command to find the field:
Select * from wp_options where Concat(option_name) like “%cron%”
I just delete everything in that field, wordpress seems to recreate the cron jobs it needs.
Forum: Plugins
In reply to: [Sunny] Getting Invalid token or emailActually when i tried it on another computer it now works.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Fatal error when trying to add checkout custom fieldI had this problem also, i had to roll back to 3.3.6
OK for me the conflict seems to be with this plugin:
https://plugins.righthere.com/white-label-branding/I will let the authors know.
Just to let you know I also get the same problem. NextGen causes the whole site to go blank. Everything was working fine. I will try turning other plugins off and on.
Forum: Plugins
In reply to: [Disqus Comment System] Not work v2.80Do you know if the comments not showing bug has been fixed in 2.81?
Forum: Plugins
In reply to: [Disqus Comment System] Not work v2.80Same here, comments do not work at all with the new version. Reverted back to previous version.
I see you changed the code. Just so users know the new way of doing it is to go to line 269 and remove the // from the start of the line:
//$imagen_src = str_replace(‘_s.’,’_n.’, $imagen_src); //Trae la imagen grande en vez del thumb
So it reads
$imagen_src = str_replace(‘_s.’,’_n.’, $imagen_src); //Trae la imagen grande en vez del thumbEtruel, would you mind adding a large image option to the settings screen to make it easier to activate this option? I am sure other users want big images as well. Keep up the good work ??
Hi I am getting the same problem as bertheymans, could it be a bug in the plugin?
I get the error:
Could not find /usr/local/pem/vhosts/159557/webspace/httpdocs/mysite.com/wp-content/uploads/201112In-Harness-50x50cm.jpgThe end part location should be: uploads/2011/12/In-Harness-50x50cm.jpg
It seems the plugin is missing some / in the filename?