-
Author
Tagged: featured posts
-
June 23, 2015 at 19:21 #64556GandamParticipant
Hi,
I found the featured posts in blog homepage is not responsive on smartphone, how do I fix it? Thanks.June 23, 2015 at 19:43 #64563sharmstrModeratorI looked through the carousel documentation and there is no setting to reduce the number of item displayed for smaller screens. There is a responsive flag that is already set to true, but that is to scale the items down to fit, not to reduce the number of items.
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
June 23, 2015 at 19:47 #64566GandamParticipant@sharmstr – so there is no solution to resolve this according to your reply? 🙁
June 23, 2015 at 19:49 #64567sharmstrModeratorNot that I can see.
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
June 23, 2015 at 19:51 #64569sharmstrModeratorYou can change the featured display from a carousel to grid in theme options.
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
June 23, 2015 at 19:54 #64572GandamParticipantBTW is it easy to add a featured Post heading for featured posts in default blog page? Can you show me how or is there any similar topic for it?
June 23, 2015 at 20:03 #64573sharmstrModeratorCOPY CODEadd_action( 'kleo_featured_posts_before', 'add_featured_title' ); function add_featured_title() { echo "<h1>Featured Posts</h1>"; }
edit as necessary.
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
June 23, 2015 at 20:14 #64574GandamParticipant@sharmstr – Do i paste the code into quickCSS or which file exactly? I’ve pasted in in quickCSS but nothing has happened.
June 23, 2015 at 20:20 #64577sharmstrModeratorbecause its not css. its php code. put it in your childs functions.php file
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.