Tagged: x
-
AuthorPosts
-
June 7, 2016 at 10:40 am #1030118
turnkeydigitalParticipantI have seen many posts about this but I have not been able to get any to work. I have a private page setup for testing which you will need to be logged in to see, I will add the login in a private message following this. All I need is a read more after the title of the blog post but all snippets for the functions file have not worked at all.
June 7, 2016 at 10:40 am #1030120
turnkeydigitalParticipantThis reply has been marked as private.June 7, 2016 at 1:40 pm #1030394
RupokMemberHi there,
Thanks for writing in! Upon checking your page (after login) I am not sure where you exactly trying to add read more link. Would you clarify with a screenshot?
Cheers!
June 7, 2016 at 1:54 pm #1030413
turnkeydigitalParticipantAt the bottom of the page I added the link to.
June 7, 2016 at 11:54 pm #1031247
RupokMemberHi there,
Thanks for updating. Kindly use this solution – https://community.theme.co/forums/topic/adding-blog-text-and-read-more-link-to-recent-posts/#post-810125
I have tested this and it should work fine if you implement correctly.
Cheers!
June 8, 2016 at 10:28 am #1032057
turnkeydigitalParticipantI have used this snippet before on another site but for some reason it has no effect on this site.
June 8, 2016 at 11:53 am #1032228
turnkeydigitalParticipantDoes it have anything to do with the newest update? I checked another site I have this setup on and it is now only showing photo, title and date.
June 8, 2016 at 4:06 pm #1032680
LelyModeratorHi There,
Would you mind giving us FTP credentials on a private reply so we can check why the custom functions on your child theme is not working?
June 9, 2016 at 1:59 pm #1034491
turnkeydigitalParticipantThis reply has been marked as private.June 9, 2016 at 2:06 pm #1034501
turnkeydigitalParticipantThis reply has been marked as private.June 9, 2016 at 8:45 pm #1035105
RadModeratorHi there,
Please change this code,
function update_x_recent_posts_to_v2() { remove_shortcode( 'x_recent_posts' ); add_shortcode( 'x_recent_posts', 'x_shortcode_recent_posts_excerpt' ); }to this
function update_x_recent_posts_to_v2() { remove_shortcode( 'x_recent_posts' ); remove_shortcode( 'recent_posts' ); remove_shortcode( 'cs_recent_posts' ); add_shortcode( 'recent_posts', 'x_shortcode_recent_posts_excerpt' ); add_shortcode( 'x_recent_posts', 'x_shortcode_recent_posts_excerpt' ); add_shortcode( 'cs_recent_posts', 'x_shortcode_recent_posts_excerpt' ); }The custom code that you had is only applicable for standard shortcodes.
Thanks!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1030118 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
