Support for Envato Buyers Forums Samsara The "read more" in the posts

Viewing 14 reply threads
  • Author
    Posts
    • #5390
      bouris
      Member

      My first six posts are with full text. The last two are with “read more”.
      I haven’t change something as far as I remember. Anyway the checkmark in the settings-reading still in full text.
      What am I missing? Is it a theme setting somewhere? or a wordpress setting I change without notice it?
      page at http://melya.com.au/posts/

      thanks in advance for your time

    • #5395

      Hi

      Have you inserted truncate symbol in first six posts? Or set the excerpt for those posts?
      Or can you tell me your login details with private reply?

      Thanks

    • #5398
      bouris
      Member
      This reply has been marked as private.
    • #5402
      bouris
      Member
      This reply has been marked as private.
    • #5411

      Hi

      Edit those posts which has “read more” link, you will find there are some text in the “Excerpt” field (Below the editor and SEO setting metabox), just remove the text, then the post will show the full content.

      Thanks

    • #5417
      bouris
      Member
      This reply has been marked as private.
    • #5422

      Strictly speaking, it’s a customization issue.

      Yes, in samsara, when the excerpt text exist, it will show read more link, it’s different from the other theme, so I think we have to change the php code if you don’t want that.

      I don’t have permission to edit the theme in backend, so you should do it by yourself.

      Edit loop-default.php file, change the following code:

      <?php
      			   if(has_post_thumbnail() && isset($post_thumbnail_archive) && $post_thumbnail_archive=='Yes'){
      				  if($post->post_excerpt){
      			        echo get_the_excerpt();
      			      }else{
      				    echo '<p>'.van_truncate(strip_tags(van_content(false,true)),500).'</p>';
      			      }
      				   echo '<a href="'.get_permalink().'" class="more-link">'.__('Read More &raquo;','Samsara').'</a>';
      			   }else{	
      				  if( $post->post_excerpt  ) {
      				    echo get_the_excerpt();
      					echo '<a href="'.get_permalink().'" class="more-link">'.__('Read More &raquo;','Samsara').'</a>';
      				  }else{
      				      van_content(true,true);
      			      }
      			   }
      			   ?>

      To

      <?php    van_content(true,true);?>

      Thanks

    • #5429
      bouris
      Member

      Thank you very much BadJohnny, the fix works just fine.
      I was expecting that the header (right above the image) link saying “See on Scoop.it – Coffee Junkies” will come back as well.
      Is another fix needed for this?

      Thanks again

    • #5440

      It seems those text wasn’t imported into wordpress, but I’m not sure how you import tumblr into wordpress, I’m so sorry to say that maybe it’s a third-party issue which is not included in the support.

      Now I only have one stupid solution is that add it manually 🙁

      Thanks

    • #5455

      So sorry.

      I think since the content has been already imported, it’s nothing to do with the plugin actived or disactived, because the content is exist in the database.
      I’m not sure why some post will lose those text when import the data.

    • #5472

      Did you mean you have published the content on tumblr first, and then sync the content to wordpress? Or use the third-party tool to publish the content to both tumblr and wordpress at the same time?

      The other question, is the header text a part of the content?

    • #5498

      Yes, it’s really strange, but it seems nothing to do with the theme or wordpress, just guess it’s the third party tool’s issue, because you said the header is not part of the content, I think we should know why this tool can’t combine the header with the content, does the developer of this tool has support service?

    • #5511

      Could you tell me the name of the third party tool, the only way is that I need to test it by my self.

    • #5514
      bouris
      Member
      This reply has been marked as private.
    • #5520

      After I find the reason, I will let you know.

      Temporary not sure now.

    • #5448
      bouris
      Member

      Yes, I understand…

      the first six are ok, then the rest of them with no header… I disabled all plugins, and the problem persists…
      I have to figure it out by myself…

      Thanks you so much anyway you help was extremely valuable.

      Kind regards

    • #5469
      bouris
      Member

      You’re right… I don’t really try to make it appear in the existing posts, because it’s not there anyway. I just change things and import new posts with the same way as I always do to see if I can fix it. In simultaneous publications, In tumblr everything looks fine, in wordpress the header is cut… 🙂

      Thanks again

    • #5481
      bouris
      Member

      1. Nope. The third party tool publishes the content to both tumblr and wordpress at the same time.

      2. No again. The header is not part of the content. It is a link to the third party and connects directly to my account over there (that’s why it is needed).

      The question is why wordpress stopped publishing these headers after the six first posts!

      thanks.

    • #5506
      bouris
      Member

      Don’t forget that wordpress published already six posts before changing behaviour. So most probably it’s not a problem of the third party tool.

Viewing 14 reply threads
  • You must be logged in to reply to this topic.