Support for Envato Buyers › Forums › Samsara › The "read more" in the posts
- This topic has 18 replies, 2 voices, and was last updated 10 years, 5 months ago by FocuxTheme Support.
-
AuthorPosts
-
-
June 22, 2014 at 9:46 pm #5390bourisMember
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
-
June 23, 2014 at 1:46 pm #5395FocuxTheme SupportKeymaster
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
-
June 23, 2014 at 6:00 pm #5398bourisMemberThis reply has been marked as private.
-
June 24, 2014 at 9:54 am #5402bourisMemberThis reply has been marked as private.
-
June 24, 2014 at 7:18 pm #5411FocuxTheme SupportKeymaster
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
-
June 25, 2014 at 4:51 pm #5417bourisMemberThis reply has been marked as private.
-
June 25, 2014 at 8:44 pm #5422FocuxTheme SupportKeymaster
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 »','Samsara').'</a>'; }else{ if( $post->post_excerpt ) { echo get_the_excerpt(); echo '<a href="'.get_permalink().'" class="more-link">'.__('Read More »','Samsara').'</a>'; }else{ van_content(true,true); } } ?>
To
<?php van_content(true,true);?>
Thanks
-
June 26, 2014 at 8:18 pm #5429bourisMember
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
-
June 27, 2014 at 12:38 am #5440FocuxTheme SupportKeymaster
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
-
June 28, 2014 at 11:37 pm #5455FocuxTheme SupportKeymaster
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. -
June 30, 2014 at 9:16 pm #5472FocuxTheme SupportKeymaster
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?
-
July 3, 2014 at 12:25 am #5498FocuxTheme SupportKeymaster
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?
-
July 3, 2014 at 11:18 pm #5511FocuxTheme SupportKeymaster
Could you tell me the name of the third party tool, the only way is that I need to test it by my self.
-
July 4, 2014 at 12:09 am #5514bourisMemberThis reply has been marked as private.
-
July 5, 2014 at 2:37 am #5520FocuxTheme SupportKeymaster
After I find the reason, I will let you know.
Temporary not sure now.
-
June 28, 2014 at 12:45 am #5448bourisMember
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
-
June 30, 2014 at 7:56 pm #5469bourisMember
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
-
July 1, 2014 at 3:49 pm #5481bourisMember
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.
-
July 3, 2014 at 6:54 pm #5506bourisMember
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.
-
-
AuthorPosts
- You must be logged in to reply to this topic.