Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: "Read more" at Masonry Blog #592042

    Now (Enfold Version 3.4.7) you have change at config-templatebuilder > aviashortcodes > helper-masonry.php

    This (line 416):

    $this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '');

    To this:

    $this->loop[$key]['content'] = avia_backend_truncate($entry->post_content, apply_filters( 'avf_masonry_excerpt_length' , 60) , apply_filters( 'avf_masonry_excerpt_delimiter' , " "), "…", true, '') . "<br /><span class='masonry-more-link-arrow'>".__('Read more','avia_framework')."</span>";

    in reply to: "Read more" at Masonry Blog #410424

    Thank you! This works!

    in reply to: "Read more" at Masonry Blog #409750

    Thank you for the reply. The excerpt is now correct, but there is no “Read more” link…

    in reply to: Redirect Link Post Format #242410

    or is there a possibility with the “post format link” to make extern links in the search-results, rss-feeds… ?

    in reply to: Redirect Link Post Format #241582

    In the grid-view the links are ok, but in the search results and rss-feeds you come to the single-post. so a user have to click twice to come to the extern site…

    in reply to: Redirect Link Post Format #241265

    I have now added <meta http-equiv='refresh' content='0; URL=$link'> to includes/helper-post-format.php ($current_post['content']).

    Is it possible to add <meta http-equiv='refresh' content='0; URL=$link'> in the head?

    in reply to: post as a link #187701

    I have set up the post properly, but I want that the link appears on the category-page, frontpage…

    in reply to: post as a link #187688

    I want that the the post title and thumbnail links not to the post. It should link to the extern link…

    in reply to: post as a link #187456

    I have the same problem. Is there a solution?

Viewing 9 posts - 1 through 9 (of 9 total)