Home › Forums › Pro Support › remove "read more" button & feature request
- This topic has 11 replies, 3 voices, and was last updated 5 years, 5 months ago by
horst.
-
AuthorPosts
-
March 7, 2018 at 10:28 am #3800
horst
Participanthello to the forum,
thanks tom, wpsp pro together with gp pro is a really powerful combo. i am learning more every day!
i am sorry, if it is a quite simple or obvious question, but i did not find a way to deactivate the “read more” button. on some archives i would like to use only text. thanks for your help.
and perhaps a feature request, which (as i read) could be implemented in the next version: the title in the middle of the image on mouseover would be a great addition, i think.
you posted some custom css here link, but it does not work for me. (on a post image the title appears way below the image and on a custom post type image (portfolio) i cant see it at all. as i am developing locally, i cannot provide a link at this point, sorry!
thanks for your help!
March 7, 2018 at 10:52 pm #3809Tom
KeymasterHi there,
You should just be able to leave the “Read more” option empty in the list settings, and it won’t display a button. Is that not working?
We’re working on an overlay feature π
March 8, 2018 at 3:35 am #3814horst
Participantthanks tom,
great to hear, that the overlay feature is on your list!
and right, i can leave the “read more” option emtpy, than no button appears. but i would like to have a linkable text “read more” but just not in form of a button. is that achieveable?
thanks!
March 8, 2018 at 10:07 pm #3818Tom
KeymasterAh gotcha.
Try this function:
add_filter( 'wpsp_read_more_output', 'tu_alter_read_more' ); function tu_alter_read_more() { printf( '<div class="wpsp-read-more"><a title="%1$s" href="%2$s">%3$s</a></div>', the_title_attribute( 'echo=0' ), esc_url( get_permalink() ), 'Read more' ); }
March 9, 2018 at 12:16 am #3822horst
Participantperfect tom,
thanks a lot, thatΒ΄s it! now i am sure i can style the text to be displayed right after the excerpt, not in another paragraph, right?do you have a time window, when approx. the next version of wpsp will be released? (regarding overlay feature π
thanks again, these forums (gp/wpsp) are such a great archive of knowledge!
March 9, 2018 at 10:39 pm #3832Tom
KeymasterAh, doing that may need a different method. Can you link me to the page as it is now possibly?
No time window now, but aiming for April.
March 10, 2018 at 12:16 pm #3839horst
Participantthanks tom,
i will send you the link, as soon, as the site is online. (developing locally at the moment.)
best, horst (looking forward to the next version of wpsp!)
April 26, 2018 at 2:26 am #4322horst
Participanthi tom,
any news regarding the overlay feature?
best, horstMay 4, 2018 at 4:21 pm #4395Tom
KeymasterNo news yet, but still a high priority.
June 12, 2018 at 11:26 am #4891Scott
ParticipantJust waving my hand as someone else who came to the forums looking for an overlay option for post titles as well. π
June 12, 2018 at 7:56 pm #4900Tom
KeymasterWe’ve started development on this π
June 15, 2018 at 7:24 am #4937horst
Participantgreat to hear! (but your post means, that it is not implemented in the recent update, right?)
-
AuthorPosts
- You must be logged in to reply to this topic.