Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1114922
    Anonymous

    How to insert a “read more” button/link?

    Why do I want to do that?

    Visitors come from google on the homepage and leave this right back because they can not click on a button.

    preview: https://benes.tel/screenshot-benes.tel-2019.07.01-16-29-30.png

    #1115078

    Hey MartinBenes66,

    Are you using the Blog Posts element? If not then please try doing so, there is an option to set to show a read more button in the Blog Content length option.

    Best regards,
    Rikard

    #1115176
    Anonymous

    Hey Rikard,

    Thanks, that helps with the design.

    But I have a problem with visitors coming through Google and a search term.
    I can not influence that here.
    https://benes.tel/tag/lr-5-in-1-beauty-elixir-erfahrungsberichte/

    Is there still a way to hide the “read more”?

    Thank you very much for your help
    Martin

    #1115369

    Hi Martin,

    Thanks for the update, do you want to add a read more button on the tag page which you linked to? Please note that both the image and the title link to the actual post.

    Best regards,
    Rikard

    #1115494
    Anonymous

    Hello Rikard,
    I always want a “read more” button available.

    The reason is that of 10 visitors only 1 click on the title to read more.
    That’s a rather bad evaluation

    greetings
    Martin

    #1115873

    Hi Martin,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1115932
    Anonymous

    Hello,

    Access was created!

    Thank you
    Martin

    #1116258
    #1116276
    Anonymous

    A good start. Thank you
    https://kriesi.at/support/topic/display-excerpt-and-read-more-link-on-archivecategorytype-pages/

    I still want to set the grid layout.
    What do I have to enter there?

    I think I have to change the last line
    $ layout = ‘single-small’;
    Weis but not on what.

    Thank you
    Martin

    #1116297
    Anonymous

    Hello,

    After some attempts, I have done it now. The hint helped me with this.

    For others who want to solve the problem.

    The following lines must be inserted in the php files.
    index.php, archive.php, tag.php

    Search:
    $atts = array(
    ‘type’ => ‘grid’,
    ‘items’ => get_option(‘posts_per_page’),
    ‘columns’ => 3,
    ‘class’ => ‘avia-builder-el-no-sibling’,
    ‘paginate’ => ‘yes’);

    and replace it
    $atts = array(
    ‘type’ => ‘grid’,
    ‘items’ => get_option(‘posts_per_page’),
    ‘columns’ => 3,
    ‘contents’ => ‘excerpt_read_more’,
    ‘class’ => ‘avia-builder-el-no-sibling’,
    ‘paginate’ => ‘yes’);

    The following line is crucial.
    ‘contents’ => ‘excerpt_read_more’,

    Thanks for your help!
    Martin

    #1116331

    Hi,
    Thank you for sharing your solution. We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘How to insert a "read more" button?’ is closed to new replies.