Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #725496

    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..

    1. Once on the main site, you’ll see the post I made – Christmas Comes Early – Tech Style.
    2. Note it has a Read More link.
    3. Click it, and when you see the full post, you’re taken to the top of the page, not to the section that was after the Read More link.
    #726816

    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

    #738641

    I forgot to respond to this – thank you very much! It works, so please close the issue.

    #738678

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Read More button/function not working correctly’ is closed to new replies.