janjonas
Forum Replies Created
-
Hi,
unfortunately, I’m not able to reproduce the problem in my new/clean Hebrew WordPress environment.
Could you please send me the login data to your dashboard and send me the text/Hebrew characters you would like to save on the settings page. You can send me a private message here http://blog.janjonas.net/contact.
Btw.: Which browser are you using? I tried FF, Chrome and IE10 without problems.
Hi,
do you use a localized version of WordPress? Could you please send me a download link to that version?
Can you reproduce the problem with a new/clean WordPress environment?Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Plugin conflictSorry for the confusion… You can copy & paste the code in the ‘OnAfterUpdateComments’ callback settings which you can on the WP-Ajaxify-Comments plugin settings page (in the admin panel under “Settings > WP-Ajaxify-Comments”).
Thanks for your comment. This bug should be fixed in the new release 0.14.1.
Best Regards,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Plugin conflictThanks for your comment.
As far as I understand the wp-ajax-edit-comments plugin you can use the following ‘OnAfterUpdateComments’ callback settings:
//After the deadline $j = jQuery; $j('textarea#comment').before("<div id='aec_edit_options'></div>"); if (aec_frontend.atd == 'true') { AtD.rpc_css_lang = aec_frontend.atdlang; $j('textarea#comment').addProofreader(); $j("#submit").click(function() { $j(".AtD_edit_button").trigger("click"); }); var spellcheck = $j("#AtD_0").clone(true); $j("#AtD_0").remove(); $j("#aec_edit_options").append(spellcheck); } if (aec_frontend.expand == 'true') { //Don't show this option on a mobile device try { var uagent = navigator.userAgent.toLowerCase(); if (uagent.search('iphone') > -1) { return true; } if (uagent.search('ipod') > -1) { return true; } if (uagent.search('webkit') > -1) { if (uagent.search('series60') > -1) { if (uagent.search('symbian') > -1) { return true; } } } if (uagent.search('android') > -1) { return true; } if (uagent.search('windows ce') > -1) { return true; } if (uagent.search('blackberry') > -1) { return true; } if (uagent.search('palm') > -1) { return true; } } catch(err) { } //AEC Expand Comment Option $j("#aec_edit_options").append("<span class='aec_expand'></span>"); $j(".aec_expand").colorbox({title: aec_frontend.title,iframe: true,href: aec_frontend.url, width:"90%", height:"90%", opacity: 0.6, onOpen: function() {$j(".AtD_edit_button").trigger("click");}}); } $j.ajaxeditcomments.init();Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Problem with fontHi Jim,
do you use a localized version of WordPress? Could you please send me a download link to that version?
Can you reproduce the problem with a new/clean WordPress environment?Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Problem with fontHi Jim,
Thanks for your comment. Could you send me a link to your page where I can reproduce the problem? If your site is not public, you can send me a private message here http://blog.janjonas.net/contact.
Best regards,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Threshold not workingThanks for your comment.
Could you please enable the debug mode and send me the debug output of the plugin or could you send me a link to your page where I can reproduce the problem? If your site is not public, you can send me a private message here http://blog.janjonas.net/contact.
I do not understand your “hide/show comments or replies” question? Why would you like to hide the content? Could you please send me a link to the other plugin, that you are using?
Best regards,
JanHi,
are you sure that the plugin is activated and enabled? Your page is not loading the required WP-Ajaxify-Comments JavaScript file. If you have any caching plugin activated please try to clear the cache or temporarily disable them to see if this fixes your problem.
Hope this helps…
Problem seems to be fixed. Please feel free to reopen the thread if you need further assistance…
Problem seems to be fixed. Please feel free to reopen the thread if you need further assistance…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Plugin slow performanceProblem seems to be fixed. Please feel free to reopen the thread if you need further assistance…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] QueryProblem seems to be fixed. Please feel free to reopen the thread if you need further assistance…
Resolved…
Problem seems to be fixed. Please feel free to reopen the thread if you need further assistance…