Forum Replies Created
-
Author
-
sharmstr
ModeratorThat’s correct and this isnt a bug. VC is just a bunch of shortcodes so there’s no way for WP to extract a excerpt. You’ll need to use the custom excerpt box. If you dont see the excerpt box when editing the post, click on screen options in the upper right and enable it.
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
sharmstr
ModeratorThat’s fixed in Kleo 4.0 due out any day now.
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
sharmstr
ModeratorThat’s not a home page, that’s a members profile: http://nemusic.co/members/admin/ To make the profile look like the link you provided, go to theme options > buddypress and change it to full width header.
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
sharmstr
ModeratorNo I dont. I copied into my file and it works perfectly. No errors. If you want to give me access I’ll have a look.
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
January 29, 2016 at 18:10 in reply to: K-Elements packaged with Kleo is outdated: where can I download it? #101207sharmstr
ModeratorYes I read it. It installs it from yourserver/wp-content/themes/kleo/lib/inc/k-elements.zip. Regardless, the k-elements.zip file in that location is the current one, so you can use that if you need to.
A new version of Kleo is coming out any day so I doubt they will update that k-elements in the download now. But I’ll be sure to tell them to make sure its in the new download. Thank you for pointing that out.
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
sharmstr
Moderator1 – Not sure what you mean.
2 – If you imported the new magazine, the ticker is there. You probably haven’t told it what to display by editing the shortcode and clicking on build query to select what you want displayed.
3 – See #2 🙂
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
January 29, 2016 at 17:59 in reply to: Unable to hide social icons from top menu when enabled #101202sharmstr
ModeratorStrange.
What files do you have in your child theme? I cant tell since you’ve disabled theme editor access. Do you have anything in your child theme’s functions.php file?You can always hide them with this css
COPY CODE.kleo-social-icons { display: none !important; }
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
sharmstr
ModeratorLooks like you either forgot the comma after $terms or when you copied the code, the quote marks got screwed up.
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
January 29, 2016 at 17:05 in reply to: Unable to hide social icons from top menu when enabled #101180sharmstr
ModeratorNeed access to see what’s going on.
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
sharmstr
ModeratorWhen I checked it, you had it set to Specific posts, but did specify any posts. There are two buttons there called ‘recent’ and ‘popular’. If you click on them, they will add posts for you. Otherwise you need to add them to the Specific Posts List box yourself.
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
sharmstr
ModeratorGreat!
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
sharmstr
ModeratorBy default its set to 93%. You can change it with
COPY CODE.sidebar { font-size: 93% !important; }
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
sharmstr
ModeratorThere may be a plugin for that though. You’ll have to search.
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
sharmstr
ModeratorNo.
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
January 29, 2016 at 16:18 in reply to: Present articles with thumb, title and short description on main articles page #101160sharmstr
ModeratorIf those posts were built using Visual Composer, you’ll have to add a custom excerpt to them. If you dont see the excerpt box when you edit a post, click on screen options in the upper right and enable it.
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.sharmstr
ModeratorMoving this because its not a bug.
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
sharmstr
ModeratorSee if this works…
Copy /kleo/page-parts/posts-related.php to your child theme (/kleo-child/page-parts/posts-related.php) and add the orderby date parameter to the argument list like…
replace
COPY CODE$args['tax_query'][] = array( 'taxonomy' => $tax, 'field' => 'id', 'terms' => $terms );
with this
COPY CODE$args['tax_query'][] = array( 'taxonomy' => $tax, 'field' => 'id', 'terms' => $terms, 'orderby' => 'date' );
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
January 29, 2016 at 15:46 in reply to: K-Elements packaged with Kleo is outdated: where can I download it? #101155sharmstr
ModeratorGo to appearance > install plugins and update from there.
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
January 29, 2016 at 15:42 in reply to: Making the Main Sidebar widgets fixed position on scroll #101154sharmstr
ModeratorInfo about that here: https://archived.seventhqueen.com/forums/topic/floating-sticky-sidebar
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
sharmstr
ModeratorYes, they are h1. If its an actual page, you can turn off titles by editing the page and scrolling down to Theme General Settings > Title section
If its a plugin/wp generated page (like when you set your homepage to display posts), you can use this css
COPY CODE.home-page .page-title { display: none !important; }
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
January 29, 2016 at 15:37 in reply to: How to remove tags, dates and user from Posts in NEWS Highlight #101152sharmstr
ModeratorYou can choose which meta to show in Theme Options > Blog. You can use this css class to change the meta font in the news shortcode (use the bigger-text method that I explained in your other topic)
COPY CODE.bigger-text .article-meta a { font-size: 15px; color: #fff; }
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
January 29, 2016 at 15:30 in reply to: Choosing Images to Appear for Posts in NEWS Highlight or Focus #101151sharmstr
Moderator3 – To change the text size, edit the shortcode and add bigger-text to the css box. Then click on the gear icon in vc and add this css (or you can put it in your quick css)
COPY CODE.bigger-text { font-size: 20px; }
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
January 29, 2016 at 15:27 in reply to: Choosing Images to Appear for Posts in NEWS Highlight or Focus #101149sharmstr
Moderator1 – If you dont want the images to be pulled from the text, then you need to set a featured image and the post format must be Standard or Image. You can put the text underneath by changing your shortcode settings so that the number of Featured posts to show big is equal to the number of posts you’re displaying (post count in build query).
2 – You can use this css to change the sidebar images
COPY CODE.news-widget-wrap img { width: 60px !important; height: 60px !important; }
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
sharmstr
ModeratorTheme Options > Woo > Menu Cart Location
Theme Options > Side Menu: Either disable it or remove it from the main menu.
or
To show a list of post, follow the instructions in the Before or After menu text and add a sidebar that has a post list.
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
January 29, 2016 at 15:04 in reply to: making a video my featured image that shows on a blog post #101145sharmstr
ModeratorTo get videos to show in your posts lists, you need to set the post format to video and provide a link to the video in Theme General Settings > Media. I can see it just fine on your ‘success is a choice’ post.
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
January 29, 2016 at 14:58 in reply to: Unable to hide social icons from top menu when enabled #101144sharmstr
ModeratorClear your server cache or cdn if you have one in place. If that doesnt solve the issue, try adding this to your child theme’s functions.php file and resave your Theme Options
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
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
sharmstr
ModeratorLooks like you’ve got the slider imported, but you have set it to Specific Posts but failed to specify any posts.
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
sharmstr
ModeratorPut this in your quick css
COPY CODE.home-page .page-title { display: none !important; }
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
sharmstr
ModeratorTry this
COPY CODE.bp_activity .item-list-tabs { margin-bottom: 15px !important; } #buddypress form#whats-new-form { border-bottom: 0px !important; }
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
sharmstr
ModeratorYou may want to read this again 🙂 http://sharmstr.com/displaying-social-links-in-members-profile/
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
sharmstr
ModeratorDo you have k-elements enabled?
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
sharmstr
ModeratorIts in Visual Composer
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.sharmstr
ModeratorUse Kleo Post shortcode. In the shortcode settings, change the layout to small left thumb.
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.sharmstr
ModeratorNo problem.
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
sharmstr
ModeratorSeems to be a conflict with whatever plugin you’re using to generate member types. This one works with Kleo: https://wordpress.org/plugins/bp-member-type-generator/
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
sharmstr
ModeratorSolution here: https://archived.seventhqueen.com/forums/topic/limiting-post-grid-text-count#post-51383
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
sharmstr
ModeratorSame code just change from ‘description’ to ‘name’.
https://developer.wordpress.org/reference/functions/get_bloginfo/
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
sharmstr
ModeratorSolution is in this topic: https://archived.seventhqueen.com/forums/topic/tagline
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
sharmstr
ModeratorThe activity image that you’ve posted is from the users profile, not the “site” activity. The “site activity restriction” settings is for the main activity feed normally located at http://www.yoursite.com/activity. It doesnt block them from their own activity.
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
sharmstr
ModeratorThis is correct: Copy /kleo/404.php to /kleo-child/404.php.
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