-
Author
Tagged: Featured content
-
October 18, 2014 at 05:40 #32087GideonLupineParticipant
I am trying to get Featured content display type Carousel to work.
I can’t seem to turn it on. I am not really sure what it should look like when in effect. Is there a demo of this feature anywhere?
I have set the tag featured. Is it case sensitive? My tag is name feature and slug featured.
I have also set the tag featured in Theme Options, and also checked don’t display tag on front end.
The don’t display seems to work.
/tag/featured/ url works also.
Is there a minimum number of posts for the Featured content Carousel to work?
October 21, 2014 at 01:00 #32338sharmstrModerator1 – Set the WP Admin -> Appearance -> Customize -> Featured Content “Tag Name” to featured.
2 – Tag your post with featured, not feature as you indicated in your question.
3 – Set carousel in Theme Options
4 – Navigate to your blog page. You will see them at the top.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.November 4, 2014 at 01:24 #33926GideonLupineParticipantIt is working. The issue was the Carousel is hard to see. It looks exactly like the item beneath it.
What is the most efficient way to make it standout?
Attachments:
You must be logged in to view attached files.November 4, 2014 at 02:48 #33931sharmstrModeratorWhat I did on my site was put a header above the carousel called “Featured Posts” and then one above the rest of them called “Recent Posts”.
copy kleo/featured-posts.php into your child theme and edit the carousel div code
COPY CODE$before_featured = '<h2>Featured Posts</h2><div class="kleo-carousel-container"> <div class="kleo-carousel-items kleo-carousel-post" data-min-items="3" data-max-items="3"> <ul class="kleo-carousel">'; $after_featured = '</ul></div>'; $after_featured .= '<div class="carousel-arrow"> <a href="#"><i class="icon-angle-left"></i></a> <a href="#"><i class="icon-angle-right"></i></a> </div> '; $after_featured .= '</div>'; $after_featured .= '<h2>Recent Posts</h2>';
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.