acroplex
Forum Replies Created
-
Forum: Plugins
In reply to: [Sweet Captcha] Sweetcapcha hacked and causing malicious popupsI can confirm that since yesterday I faced the same issue on two WP blogs, that served malware ads, exploits and ransomware pop-unders. All issues ended by deleting Sweet Captcha.
Forum: Plugins
In reply to: [Really Simple Share] no permissions to access this page?ReadyGraph should not be forced to be installed and then deleted, it should be optional – if at all.
The plugin is broken even with the latest release. When clicking the button to completely delete ReadyGraph the end result is this message instead of the posts:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘readygraph_infolinks_content’ not found or invalid function name in /home/***/public_html/wp-includes/plugin.php on line 213
Yeah see my response at https://wordpress.org/support/topic/dont-want-to-use-shortcodes?replies=4 😉
You have several great products, will be in touch.
You’re welcome. If I had something to ‘nitpick’ would be the option to change the double quotes to single quotes for the shortcode generator.
I think I will buy a couple of your add-ons, are they licensed per web site?
Forum: Plugins
In reply to: [WP-Polls] Visitors unable to voteI might as well state that with 4.1.1 things are looking good.
@michael.iresource
The reason it breaks your index.php file is because the shortcode contains double quotes. Either substitute all double quotes inside the brackets with single quotes or escape them with a backslash.
E.g. use (example of a built shortcode):
<?php echo do_shortcode("[ajax_load_more post_type='post' category='myposts' offset='15' posts_per_page='10' pause='true' scroll='false' button_label='View Older Posts']"); ?>or
<?php echo do_shortcode("[ajax_load_more post_type=\"post\" category=\"myposts\" offset=\"15\" posts_per_page=\"10\" pause=\"true\" scroll=\"false\" button_label=\"View Older Posts\"]"); ?>Forum: Plugins
In reply to: [WP-Polls] Visitors unable to voteHi Lester, since the WordPress update to 3.9.2 the poll lost its voting button for me as well.
Forum: Plugins
In reply to: [WP-Polls] wp-polls breaks visual editorNP, it’s a great plugin, thanks 😀
Forum: Plugins
In reply to: [WP-Polls] wp-polls breaks visual editorResolved ONLY after disabling, emptying the browser cache (Firefox 29.0.1) AND performing a cache purge at Cloudflare – before enabling the plugin again. If you’re using CDN services you will most likely need to purge cached data there too.
Forum: Fixing WordPress
In reply to: Download Failed SSL peer certificate or SSH remote key was not OKIf you are on shared hosting, there is not much you can do. Contact your web host to edit the nameservers from those of OpenDNS, to Google, or their own pair of nameservers.
If you’re hosted on a dedicated server or on a VPS where you have root access, you will most likely know already what to do 😀
Forum: Fixing WordPress
In reply to: Download Failed SSL peer certificate or SSH remote key was not OKdrdmitri: See response by n2servers above. You’ll need to SSH into your VPS or dedicated server and perform some changes. If you’re on a shared host plan, your host will have to make these changes for you.
Forum: Fixing WordPress
In reply to: Download Failed SSL peer certificate or SSH remote key was not OKn2servers – THANK YOU!
Pulled my hair all afternoon dealing with SSL when it was the OpenDNS servers as you mentioned. I can confirm your solution works (restart Bind/Apache after change.)
Forum: Plugins
In reply to: [WordPress Related Posts] Caching: Any way to turn it off?Hi Silvo, thanks for the code changes.
Unfortunately, this isn’t what I want (to simply regenerate the same thumbnails).
I want – for the same post – to generate different related thumbnails, because there are several thousand posts that would generate possible related posts. So if this code simply skips caching, then your plugin does not work for me.
As I said, the one I already use performs the task rather well, and has a caching on/off switch, but visually, yours is superior.
Perhaps, you could expand on the ‘intelligence’ of the plugin, so that for the same post – every time that it’s loaded with the cache mechanism turned off – a new set of related post thumbnails would be generated.
Forum: Plugins
In reply to: [WordPress Related Posts] Caching: Any way to turn it off?Hi Petra,
Thanks for the quick response. I would like to turn the caching as implemented by the plugin off, please. Let me know if there is a built in switch, or what I need to edit in the code.
Many thanks in advance!
Many thanks, Peter, I can confirm the glitch has been fixed. I deleted the plugin and reinstalled it; good to see it retained my settings as well 🙂
Kind regards,
Theo