eliz82
Forum Replies Created
-
Forum: Plugins
In reply to: [Captcha] Error-Please select a value that is not less then 10I’m using Captcha 4.3.1 with WordPress 3.9.19 . I have site path something like that http://www.site.com/blog . I’m using WP Super Cache plugin.
When I enable “Advanced Protection – Enable to display captcha when the website page is loaded.” my users and me see sometimes an javascript error alert box.When we click in wordpress a link that goes to main page , an javascript alert box appear with message “0” . After closing that alert box another alert box popup that don’t show any value (null).
I disable “Advanced Protection” in your plugin option and that error alert box don’t appear anymore.
Forum: Plugins
In reply to: [Facebook Comments Sync] Comments not being synced@casbboy I just tested your patch downloaded from github on my production site (wordpress 3.4.2 , PHP 5.4) .
Comments sync NOT working (im refering the realtime FB comment sync, not the one from the Admin panel)
The annoying thing is that the other plugin that does the same thing https://ww.wp.xz.cn/support/topic/syncing-to-wordpress-not-working is also unmaintained like this one.
I don’t understand developers. They are making 1,2 plugins but they are not using it? Developing for 1-2 years then abandon’it.I’m seriously thinking to switch to Disqus comments.
https://ww.wp.xz.cn/plugins/disqus-comment-system/
That plugin is officially supported by Disqus and you can use facebook account to login in Disqus.I have switched to https://ww.wp.xz.cn/plugins/facebook-comments-sync/
But I only have simple FB comments.
The database synchronisation not working.Maybe the PRO version of this?
https://ww.wp.xz.cn/plugins/fb-comments-importer/
The free version only does manual synchronisation.
I have not tested this yet.Forum: Plugins
In reply to: [Facebook Comments Sync] Syncing to WordPress not workingYes, I have the same problem.
Facebook comments system is working ok , but is not automatically syncing facebook comments with the wordpress comments (into database).Maybe is has something to do with the FB Api 2.0 deprecation that has been activated this days.
Forum: Plugins
In reply to: [SEO Facebook Comment] comments don't appear in Dashboard or comments pageindeed it seems that FB upgraded API on 30 Apr to 2.0 and from 30 May to 2.1
https://developers.facebook.com/docs/apps/versionsForum: Plugins
In reply to: [SEO Facebook Comment] comments don't appear in Dashboard or comments pageI have the same problem. Facebook comments are not anymore copied in WordPress comments
Forum: Plugins
In reply to: [BJ Lazy Load] [Solution] Disable BJLL on specific pages/specific browsersremove blank line between those two
add_action('wp_print_scripts','remove_BJLL_script'); function remove_BJLL_filter(){it may cause errors.
Forum: Plugins
In reply to: [BJ Lazy Load] future requestbased of this example
http://ww.wp.xz.cn/support/topic/solution-disable-bjll-on-specific-pagesspecific-browsers
I made this code for disabling BJ Lazy Load for Internet Explorer browser.add this in theme’s functions.php
<?php /* * Disable BJ Lazy Load for Internet Explorer browser */ function BJLL_detect_ie() { if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) return true; else return false; } if (BJLL_detect_ie()){ function remove_BJLL_script(){ wp_deregister_script('BJLL'); } add_action('wp_print_scripts','remove_BJLL_script'); function remove_BJLL_filter(){ $bjll = BJLL::singleton(); remove_filter('the_content',array($bjll, 'filter'),200); } add_filter('wp','remove_BJLL_filter'); } ?>I have tested with IE, Firefox & Chrome and it seems to work correctly
Forum: Plugins
In reply to: [BJ Lazy Load] [Solution] Disable BJLL on specific pages/specific browsersthanks.
I have use this code for IE detect for Internet Explorer.add this in theme’s functions.php
<?php /* * Disable BJ Lazy Load for Internet Explorer browser */ function BJLL_detect_ie() { if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) return true; else return false; } if (BJLL_detect_ie()){ function remove_BJLL_script(){ wp_deregister_script('BJLL'); } add_action('wp_print_scripts','remove_BJLL_script'); function remove_BJLL_filter(){ $bjll = BJLL::singleton(); remove_filter('the_content',array($bjll, 'filter'),200); } add_filter('wp','remove_BJLL_filter'); } ?>I have tested with IE, Firefox & Chrome and it seems to work correctly
Forum: Themes and Templates
In reply to: [suffusion theme] page layout distorted on earlier IE versionsyou can use a plugin, for example this one
http://ww.wp.xz.cn/extend/plugins/no-ie-welcome/
or a similar oneto announce IE6, IE7 users that they use a browser that do not show correctly your site design, and recommend them to make an upgrade.
Forum: Fixing WordPress
In reply to: comparation slideshow – javascriptplease move to WordPress › Support » Miscellaneous
i posted this from mistake in this sectionForum: Plugins
In reply to: html in the sidebar – visual ?5 stars rating, and congratulation from me. i’m using this theme from version 2.0.2
before i have previewed like 200 themes, and tested like 30. Suffusion seems to be the most powerful.it has more options that (superstars) premium themes like Thesis or Aperture.
it’s highly customizable using a graphical interface, easy to save or load config, with explanation and FAQ to each setting, custom CSS using graphical interface, external javascript loader, floating sidebars, dhtml menus … and many more.