-
AuthorPosts
-
March 4, 2016 at 10:04 pm #593546
Hello,
I am creating a customer site which contains standard posts and link posts.
The customer has opted for the “blog post” component to display posts on various pages, with the layout : Title + Excerpt + Read More Link.
For link posts, the image and the title link to the external link, but the Read More text links to the post, which is useless as it has no content.
Is there a way to change this ?
Here is a link to a page, blog posts are at the bottom.
http://www.berangere-test.fr/Thanks,
Bérangère- This topic was modified 8 years, 8 months ago by caudebert.
March 8, 2016 at 10:48 pm #595216Hey caudebert!
then why using read more function? just use a custom link instead.
Regards,
AndyMarch 8, 2016 at 11:27 pm #595235Hi Andy,
I’m using Read More on customer request, because the blog also contains standard posts. For link posts, I was expecting Read More to behave like thumbnail and title links, eg open the post’s link and not the post itself. (I hope I’m clear !)
For link posts, I have tried to hide Read More with css but couldn’t make it because there is no selector available to target link posts only.
I would be very happy if you have a solution for that !
Bérangère
March 9, 2016 at 12:04 pm #595493Hi!
I don’t get the difference between the two different posts you are talking about. Can you send us precise links please? so it gets clear to us what you mean. We need to be able to inspect the elements. I think admin access would be helpful as well, post it here as private reply.
Cheers!
Andy- This reply was modified 8 years, 8 months ago by Andy.
March 9, 2016 at 4:37 pm #595665Hi Andy,
I have created a test page for you with a “blog post” component.
http://www.berangere-test.fr/test-page-for-kriesi-supprt/The 1st post is a link post. The others are standard posts.
On the link post, if you click on the thumbnail or the title, you are directed to the external link, which is the expected behaviour. If you click on the Read More text, you are directed to the post itself, which is not relevant for a link post.
So my question is : for link posts, can I remove the read more text (and only for those posts) or is there a way to have the read more text target the external link ?
I send you and admin code in the private area.
Cheers
Bérangère
March 10, 2016 at 3:57 pm #596326Hey!
hm every post has it’s own post-entry-id, which you can target via CSS. If you want to remove the read more link for your first post only use this code in Quick CSS field:
.post-entry-325 .read-more-link { display: none; }
Then you could add a manual link into it instead.
Cheers!
AndyMarch 10, 2016 at 7:14 pm #596508Hi Andy,
I can do that of course, but it will not be manageable for my customer when she creates new posts.
If I understand well, there is no other structural solution than removing the Read More text in blocks which contain link posts.
It would be “cleaner” if Read More was not displayed for link posts. Other themes handle it this way. I will raise a feature request !
Thanks anyway,
Bérangère- This reply was modified 8 years, 8 months ago by caudebert.
March 14, 2016 at 2:34 pm #597735Hi!
alright! feel free to make a feature request here: kriesi.at/support/enfold-feature-requests/
Open a new ticket if you have any more questions related to the theme. We are happy to support you.
Cheers!
Andy -
AuthorPosts
- The topic ‘Read More with Link Posts’ is closed to new replies.