Hi, hope you are well!
For a while now, the Read More control when making posts isn’t working correctly.
I’ve included the site info below. Posts created with a read more function do not jump to the read more location in the full post when the Read More link is clicked. Instead it just loads the post and you start at the top of the page instead of in the text..
Hey!
Sorry for the late reply! Please add following code to Functions.php file in Appearance > Editor
function avia_remove_more_jump_link($link)
{
$offset = strpos($link, '#more-');
if ($offset)
{
$end = strpos($link, '"',$offset);
}
return $link;
}
Best regards,
Yigitk
I forgot to respond to this – thank you very much! It works, so please close the issue.
Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit