Forum Replies Created
-
Author
-
sharmstr
ModeratorOh right.
.page-id-8558 .kleo-page.page-boxed, .page-id-8558 .container {
max-width: 100%;
}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
Moderator.sharedaddy, #jp-relatedposts {
padding-left: 20px !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
December 20, 2015 at 18:45 in reply to: comment_date , changing the way comment timestamp is displayed. #94438sharmstr
ModeratorCopy the kleo_custom_comments function from /kleo/functions.php (around line 675) to your child theme’s functions.php file.
You’ll see the comment date is using
COPY CODEhuman_time_diff( get_comment_time('U'), current_time('timestamp') ) . ' ' . __("ago", "kleo_framework")
Change that to whatever you want.
http://hitchhackerguide.com/2011/02/12/get_comment_time/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
ModeratorEdit the row settings and set inner container to no.
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
ModeratorIn VC split your row into 2 sections. In each section add a text block. Add links in the first block, the faq in the second.
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
ModeratorThey didnt change because you said your blog page, not your post pages.
COPY CODE.blog .kleo-page, .single-post .kleo-page { background-color: #fff !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
ModeratorIts been fixed in the next update. In the meantime, go to /kleo/lib/plugin-buddypress/config.php and around line 426, change
COPY CODEglobal $bp;
to this
COPY CODEif ( ! bp_group_use_cover_image_header() ) { return; } global $bp;
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
Moderator@beeverywhere Its been fixed in the next update. In the meantime, go to /kleo/lib/plugin-buddypress/config.php and around line 426, change
COPY CODEglobal $bp;
to this
COPY CODEif ( ! bp_group_use_cover_image_header() ) { return; } global $bp;
@corpor8chic I’ve already done this for you.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
December 20, 2015 at 18:20 in reply to: New Forum add from a User and i cant chance cover Photos #94427sharmstr
ModeratorIts been fixed in the next update. In the meantime, go to /kleo/lib/plugin-buddypress/config.php and around line 426, change
COPY CODEglobal $bp;
to this
COPY CODEif ( ! bp_group_use_cover_image_header() ) { return; } global $bp;
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
ModeratorWhatever plugin you’re using for that page is causing the issue.
put this in your css
COPY CODE.post-type-archive-product .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
ModeratorSorry, I was confused by your “default blog page” statement. I was thinking you meant that your home page was your blog page.
Change .home-page to .blog
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
Moderator@corpor8chic – I’m headed back into your site and connecting via FTP. If you see something strange, dont worry. Its just me.
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
ModeratorMe toooo! I had no idea they added a new 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
sharmstr
ModeratorAlso, you should remove all the test messages I’ve put in those two files. I left them there so you can see whats 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
Moderator#makessensenow2015!!!
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
ModeratorOh boy. So simple.
Turns out BP 2.4 introduced a new header template file. /buddypress/members/single/cover-image-header.php
So, depending on how you set things up, either cover-image-header.php or member-header.php will load
BP Cover Photo enabled & Replace BP 2.4 functionality enabled = member-header.php
BP Cover Photo enabled & Replace BP 2.4 functionality disabled and Allow registered members to upload cover images enabled. = cover-image-header.php
BP Cover Photo disabled and Allow registered members to upload cover images enabled. = cover-image-header.php
BP Cover Photo disabled and Allow registered members to upload cover images disabled. = member-header.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
sharmstr
Moderatorokay. doing it 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
ModeratorYes please.
I’m trying to get it to dump all of the template calls. I first tried it in members-header.php but since its not calling that page, it didnt work.
MAKES NO SENSE 2015!!!!
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
ModeratorA few options
Sets main container background to white, but leaves the image page background
COPY CODE.home-page .kleo-page { background-color: #fff !important; }
Sets the entire page background to white
COPY CODE.home-page { background-color: #fff !important; background-image: none !important; }
Put either in your quick css.
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
ModeratorRev Slider uses the posts Featured Image. Not video.
The visual composer post grid shortcode uses featured images as well.
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
ModeratorI blew up your site. Can you go into your child theme’s functions.php file and change
COPY CODE<?php var_dump(debug_backtrace()); ?>
to
COPY CODEvar_dump(debug_backtrace());
Sorry 🙁
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
ModeratorI’m going into your site to mess around with some things….
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
ModeratorAs I mentioned in the other topic, I cant even begin to help if you cant tell me what the 500 error says. You need to get that information from your server error logs. Let me know.
In other news… Did the buttons work out the way you wanted?
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 developers are already looking into this. I will let you know what the come up with as soon as they get back to me.
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
December 20, 2015 at 14:50 in reply to: Kleo Search doesn't show correct results when searching for products #94389sharmstr
Moderatormoving because this isnt 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
December 20, 2015 at 14:49 in reply to: Kleo Search doesn't show correct results when searching for products #94388sharmstr
ModeratorWoo itself doesnt search tags and neither does WP for that matter. Kloe’s search function merely stylizes the search interface and adds an ajax result list. It uses the built in search functions, so since woo and wp dont search tags, it wont either.
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
ModeratorBecause of the custom thumbnail code you are using. https://archived.seventhqueen.com/forums/topic/how-to-make-thumbnail-bigger
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
ModeratorIt looks like you have noreply@realtors.club set in Theme Options > Layout. It needs to be set to valid address.
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
Moderatormoving this topic since its not you are using Kleo, not Buddyapp
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
ModeratorWp Admin > Pages. Click on your shop all trends page to edit it. Scroll down to Theme General Setting and turn off the title.
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 profile picture is loading fine on your site. To set it up to look like the demo, enable Full width header in theme options > buddypress.
This is what this forum is using for private replies https://pippinsplugins.com/bbpress-private-replies-extension/
… moving this topic since 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
ModeratorIts an issue with your buddypress wall plugin. With it enabled @mentions dont work.
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 what when we use rev slider 🙂
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’ll have to code that yourself or find a plugin that will add them.
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
ModeratorGo into row settings and set inner container to no.
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’re running an old version of Kleo which doesnt have the newer version of Slider Revolution. Your version is so old in fact, that it doesnt work with Themeforest’s new code that tells you when there is a Kleo update. You’ll need to FTP the update to your server, then go to appearance > install plugins to get everything else up-to-date. On top of all of that, the slider revolution version 5 is totally different and you might have to fix your existing 4+ sliders to work with 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
Moderatormoving because this isnt 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
ModeratorIf you dont have one, create a new page, name it activate and save. Then go to Settings > Buddypress > Activate and assign that page.
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 for hiding the carets: https://archived.seventhqueen.com/forums/topic/how-to-delete-the-tiny-arrows-after-each-main-nav-link#post-80199
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
ModeratorSo, you were trying to put a form over an image carousel? That’s not possible. In any case, its possible to have a full width image carousel: http://seventhqueen.com/themes/kleo/portfolio/portfolio-carousel-images/
Lets talk about the rev slider issues you were having. Its possible to have a form within the slider. What problems did you have?
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