Forum Replies Created
-
Author
-
minipantherParticipant
Thanks I managed to add it to the featured-content.php. It would be really elegant and light up my blog if this featured posts carousel could autoplay like members carosel. Is it possible to define?
minipantherParticipantDear Sharmstr
Could you also recommend a coding for putting a text like “featured post” before this carousel. I tried to add a seperator with text with the visual composer to the blog page but it did not work. Unfortunately I am not a developer. It seems that I cannot edit the layout of the blog page. It is not trivial for users that this carousel is for featured posts as visually there is not much difference.
Thanks a lot!minipantherParticipantHi
Thanks a lot it works, I copied the index.php into my child theme and added the membership level too in the coding (it is a capability in s2 member)
if (kleo_has_featured_posts() && is_user_logged_in() && current_user_can( ‘access_s2member_level2’ ) ) {minipantherParticipantThanks, I have to check this with the hidden groups. Maybe Kleo is not 100% compatible with Buddpress 2.2.1. Is it possible to add an authority check to disable the featured posts carousel for logged out members?
-
AuthorPosts