Hi,
First of all, great theme. I love it.
I the smallest of problems, but it’s still a problem. If i have Page Transitions enabled, the page refreshes when you press ‘reply to comment’ on a blog post.
Is there a solution to this? If not, i will simply disable Page Transitions.
Hey untriel!
can we please give a look to your web site, so we can see the issue?
IS that from enfold, or might any other plugin interfeering?
Regards,
Basilis
Hey Basilis,
Thanks for the reply. I currently can’t link as i have disabled Page Transitions at the moment becouse of the issue. I had this issue on a clean install, no other plugins installed.
If you could replicate this problem on a fresh intall it would be much appreciated.
Browser Chrome, incase it matters.
Hey!
Thank you for the heads up. Please modify the js > avia.js file then look for this code around line 308:
exclude = " .no-transition, .mfp-iframe, .lightbox-added, .grid-links-ajax a, #menu-item-search a";
.. add the “.comment-reply-link” or replace it with:
exclude = " .no-transition, .mfp-iframe, .lightbox-added, .grid-links-ajax a, #menu-item-search a, .comment-reply-link";
Cheers!
Ismael