Home › Forums › Pro Support › Read More text / Entry Meta Layout / Meta Color Hover
- This topic has 5 replies, 2 voices, and was last updated 2 years, 8 months ago by
elvin.
-
AuthorPosts
-
January 5, 2021 at 4:15 pm #25018
vikingruler
ParticipantHello there,
I am using WP Show Posts Pro with GeneratePress Pro.
I have 3 x questions:
1) I changed the read more button to read more text link, as seen in your Pro Support ticket (Read more link instead of button dated August 1, 2019 at 2:26).
– How do I target the ‘Read more’ text to apply css to that element alone?2) I prefer the layout / look of the entry-meta for WP Show Posts to the layout / look of the entry-meta for posts from GeneratePress Pro (for example no ‘by’ in the entry-meta of WP Show Posts Pro).
– Can you let me have the php code for WP Show Posts so that I can replace ‘ | ‘ with ‘ , ‘ if I so decide.
– Can you let me have the php code, converted from the WP Show Posts layout, that I can then use in GeneratePress Pro.3) The ‘Meta color hover’ setting is not working. No matter what I colour I enter in this setting, it does not work. I have entered css that is forcing it to work, but would prefer to know why this is not working.
Thank you.
Kallad
January 6, 2021 at 2:46 am #25046elvin
Moderator1) Here’s the CSS selector:
#wpsp-123 a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited
Where
123
on#wpsp-123
is the list id of your WPSP list.2) I’m not sure I get what you mean.
If you need all of the files for WP Show Posts plugin, you can find it here:
https://github.com/tomusborne/wp-show-posts/Most of the things you need are in
inc/functions.php
andwp-show-posts.php
GeneratePress’s blog post list uses different hooks and filters. Please open a new topic on GP’s support forum regarding this. Include the page you want to replicate and the team should be able to provide you the PHP(for arrangement, separator, icon change etc) and CSS required to replicate the WP Show Posts layout.
3) this is a known bug. For know, see Tom’s workaround found here:
https://wpshowposts.com/support/topic/meta-colour-hover-does-not-work/#post-24272January 6, 2021 at 6:12 am #25055vikingruler
ParticipantThank you for getting back to me.
1) No, I have replaced the ‘Read More’ button, with ‘Read More’ text only (as seen in your support ticket: Read more link instead of button dated August 1, 2019 at 2:26).
So I need to know how to target this ‘Read More’ text. Curretly, if I target that text, it changes the header also. I only want to target the ‘Read More’ text.2) Sorted.
3) Sorted.
Kallad
January 6, 2021 at 3:55 pm #25073vikingruler
ParticipantHello there,
1) This is what worked for me:
.wp-show-posts-entry-summary a {Thank you.
January 6, 2021 at 3:56 pm #25075vikingruler
Participant.
January 6, 2021 at 4:36 pm #25077elvin
Moderator1) This is what worked for me:
.wp-show-posts-entry-summary a {Nice one. Glad you got it sorted. 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.