janjonas
Forum Replies Created
-
Returning a 500 error is the way WordPress handles comment form submits with invalid data (i.e. invalid email addresses or empty comments). So this does not have to be a problem.
Could you please send me a link to your site where I can reproduce the problem?
Best regards,
JanThanks for your comments.
Are these two buttons related to the comment feature? As far as I understand your page these two buttons should load the page content using the features of the “Ajaxify WordPress Site(AWS)” plugin. I do not see that these buttons do anything with my plugin nor that my plugin causes the page reload.
Have you contacted the developer of the “Ajaxify WordPress Site(AWS)” plugin?
Hope this helps…
JanAre you talking about this plugin https://www.ads-software.com/plugins/ajaxify-wordpress-site/?
Could you please send me a link to your site where I can reproduce the problem?Best regards,
JanThanks for your feedback. Great to hear that your problems are solved now.
Please think about making a small donation (https://blog.janjonas.net/donate) and/or writing a short review (https://www.ads-software.com/support/view/plugin-reviews/wp-ajaxify-comments).
The comments on the page https://pollysys.com/projects/nite/test-multi-comments/ under the section “Taj Lounge” does not match with the comments on the detail page of the “Tai Lounge” (https://pollysys.com/projects/nite/club-profile/taj-lounge/).
After plugin tries to load the new comments from the detail page and does not find the comment container. That is why the error is logged in the console. We could adjust the selectors, that the comments are alos found on the detailed page, but you first have to make sure, that the comments on the detail pages are the same like the comments on the “summary” page.Hope this helps,
JanHi,
please try to use the following “Post container selector” option
[id^='post-']
And there seems to be a JavaScript error (“SyntaxError: unlabeled break must be inside loop or switch”) in another script which might could also cause some problems.
Hope this helps,
JanCould you please send me a link to your “multi comment form” page?
Regards,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Can't use with HTTPS ?Thanks for your feedback. Great to hear that your problems are solved now.
Please think about making a small donation (https://blog.janjonas.net/donate) and/or writing a short review (https://www.ads-software.com/support/view/plugin-reviews/wp-ajaxify-comments).
Thanks for your feedback and the review ??
The genesis framework seems to be a professional (not free) extension so I’m not able to reproduce the problem.
The error message “[WP-Ajaxify-Comments] Search comment paging links (selector: ‘#pagination a’)… Not found” means, that you need to customize the “Comment paging links selector” option to a selector that matches the (comment) paging links. The genesis framework seems to use other CSS classes than the default WordPress themes.
If you can provide me a copy of your source code of your site I will take a closer look into the problem. You can send me a private message here https://blog.janjonas.net/contact.
Best regards,
JanForum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Can't use with HTTPS ?Thanks for the feedback.
I’ve updated the developer version 0.26.0. The title bug should be fixed.
Please download the updated version from here https://downloads.www.ads-software.com/plugin/wp-ajaxify-comments.zip.Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Can't use with HTTPS ?Please try out the new developer version 0.26.0 (from here https://downloads.www.ads-software.com/plugin/wp-ajaxify-comments.zip) and set the option “Base URL” (in the experts option section in the plugin settings) to the FQDN, your page is accessed on.
Hope this help…
Could you please check network console of your browser which URL is loaded after clicking the “Older Comments” button.
Than please copy and paste this URL into a new browser tab an make sure that the page that is loaded really shows the “older” comments.Hope this helps…
Forum: Plugins
In reply to: [Ajaxify Comments - Ajax and Lazy Loading Comments] Can't use with HTTPS ?Hi,
what do you mean by “because I’m using HTTPS on browser ( not on my web server )”? Do you use any kind of HTTPS offloading, i.e. do you have a proxy server or firewall that handles the HTTPS traffic and forward all request as HTTP requests to the web server?
In other words: If you do not configure WordPress to use HTTPS, how does the system renders the HTML code for you comment form, resp. how is the “https” added:
<form id=”commentform” class=”comment-form” method=”post” action=”https://www.nguyenanhmedia.com/wp-comments-post.php”>If you really use a HTTPS offloading configuration, that could cause the problem. Please take a look at my questions above and I will try to find a solution four you…
Thanks in advance,
JanJust try to add the HTML elements described here https://pixelflips.com/blog/anchor-links-with-a-fixed-header your theme. This should be much easier than using the plugin’s callback options.
If this does not help: Please send me a link to your page where I can reproduce the problem.
Hope this helps…