dsided
Forum Replies Created
-
Thank you very much!
Forum: Plugins
In reply to: Contact Form 7 jquery.form.min.js error for some users not othersThis seems to be a problem with jQuery, I ended up loading a previous version via adding the following to my functions.php and it worked.
function my_scripts_method() { wp_deregister_script( 'jquery' ); wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'); wp_enqueue_script( 'jquery' ); } add_action('wp_enqueue_scripts', 'my_scripts_method');
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Accessibility+1 for me to keep the error messages there, until a user clicks into the problem field. I have a long form and by the time the user scrolls to the top the error has faded away.
Forum: Plugins
In reply to: Cleeng 2.2.18 plugin – The plugin does not have a valid header errorThis was a clean, default wordpress install. You can probably test this yourself by installing https://www.wampserver.com/en/
Forum: Plugins
In reply to: Cleeng 2.2.18 plugin – The plugin does not have a valid header errorI’m getting the same error – working locally via WAMPSERVER on Windows
Yes I would happily pay for this plugin, this would then allow better updates and support.
@ichabod1799 the gpp slideshow worked for me, however I couldn’t see the thumbnails. Do you see them?
Forum: Plugins
In reply to: [GD Star Rating] GD Star Rating and ThesisThanks arcab4 that code worked for me, but I put it into one of my custom page templates, not the functions file:
<?php if (function_exists('wp_gdsr_render_article')) { wp_gdsr_render_article($read_only=true);} ?>
I also have a problem with the following:
/httpdocs/wp-content/plugins/backwpup/pages/page_backwpupsettings.php: Atomicorp.honeypot.hex.base64.inject.unclassed.6.UNOFFICIAL FOUND
/httpdocs/wp-content/plugins/backwpup/pages/func_backwpupeditjob.php: Atomicorp.honeypot.hex.base64.inject.unclassed.6.UNOFFICIAL FOUND
The site also showed up with a warning “… contains content from acstonga.osa.pl, a site know to distribute malware.”
Any ideas why this should happen?
Forum: Plugins
In reply to: [Plugin: Shortcodes Pro] Not compatible with Download monitorAlso not compatible with Contact Form 7.
It seems that any [shortcodes] added within Shortcodes Pro [do action=”foo”] do not work.
Hi shidouhikari – any news on this please? Been 8 months now, many thanks!
Forum: Fixing WordPress
In reply to: Edit Post Icons Missing in WordPress 3.1I had the same problem. Turned out it was “Scissors for v2.9”
https://dev.huiz.net/2010/01/03/wordpress-plugin-scissors-for-v2-9/Forum: Fixing WordPress
In reply to: Truncating imported RSS Feeds.Thank you very much!
Found another user with a similar issue, but when clicking the ‘hide’ not ‘edit’ link:
https://www.ads-software.com/support/topic/plugin-pagemash-gt-page-management-pagemash-bug-child-pages-assigned-when-not-wanted?replies=3I’ve tested it in Firefox and it looks like this is a Chrome specific bug.
Thanks Matt, one issue I’ve found with really big sites is sometimes when you click on the ‘edit’ button next to a page, it moves that page into the sub-section above! Luckily it doesn’t save this change unless you click ‘update’ at the bottom, but it’s a bit odd.
Has anyone else experience this?