Hey Artem!
1- Can you please try de-activating all active plugins and check if that helps?
2- Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.children .gravatar {
left: -35px;
top: -10px;
}
Best regards,
Yigit
Hello, Yigit!
Thank you – the code added to Quick CSS helped with the lines’ alignment.
But de-activating plugins don’t work – the problem with page reloading remains.
Perhaprs, this can be due to https/SSL usage and I should add some code regarding it?
Best regards,
Artem
Hi Artem,
The problem is that the link attribute href has value and it’s a link, so the browser follows the link as it’s supposed to.
If you leave href empty, the problem disappears. You might want to check the javascript files, maybe there is still one loading from the deactivated plugin. Or if you you’re using some caching plugin, I would suggest you flush the cache.
Let us know if you have any more questions.
Best regards,
Victoria