• Resolved Lucrezia33

    (@lucrezia33)


    Have a blogpage setup and in WP set to display full text.

    Problem is that with every post the: Read more button is visible. Even with posts less then 55 words (to become a excerpt). Why is this happening and more important, how to disable this that the button only is visible for post excerpt

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi there,

    Thanks for writing in,

    It could be a CSS conflict and can be fixed by a custom CSS so first I would require you to provide us with your website URL so we take a closer look into your setup and provide you a detailed thorough response.

    Thanks.

    Thread Starter Lucrezia33

    (@lucrezia33)

    Was thinking about that, but it has been to long for me to understand. Strange thing is, is have this problem with more themes.
    But for this theme the website URL

    Thanks in advance

    Hi there,

    It is a default functionality of WordPress for every post and we can do that by custom CSS but for that we require singly every post read more button to make disable.

    Here I’ve disabled your read more button from post-29 which is the first post on your front page probably.

    https://prntscr.com/75g0e1

    Go to the: Administration > Appearance > Theme Options > Custom CSS and insert the following code up there:

    #post-29 .read-more a {
      display: none;
    }

    Hope this helps!

    Thanks.

    Thread Starter Lucrezia33

    (@lucrezia33)

    Hi,

    Thanks for the fast reply!
    I did found this code but only to disable it completely. The code works indeed but this would mean that for every small post I need to insert this CSS..

    Is it a default? It is set to show full text not the summary.

    If you look a my sandbox you don’t see the read more (only in the post that I inserted the read more) the rest of the posts are not affected. This is a themes without settings for the excerpt (just as evolve)

    Don’t understand this behaviour with this theme.

    Hi there,

    It is default theme settings and most of the themes don’t provide such option to choose manually and if you need to hide the button you must have to do it this way until the next update come across.

    For now take a look whether you are using latest updated version of evolve because there are less chances of bugs and second is being added with more better additional options most of the issues can be resolved just by using latest version.

    https://www.ads-software.com/themes/download/evolve.3.3.0.zip?nostats=1

    Thanks.

    Thread Starter Lucrezia33

    (@lucrezia33)

    Thanks for you help and support. Just going to try and try :o)

    You’re welcome! Good luck.

    Hi there, a related question. I am trying to add the read more function/button to regular page for Evolve (not the blog post). How should I go about doing that?

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Read more button’ is closed to new replies.