Forum Replies Created
-
Author
-
sharmstr
ModeratorVisual Composer is way out of date. Please update to 4.4.3 located in latest kleo download.
2015 is not Kleo. I mean WP 2015 theme. By enabling that, we can rule out a Kleo issue and help pinpoint where the problem is.
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 didnt answer my questions.
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. or in your child theme’s style.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
ModeratorHmmm. I seem to be having the same issue on my site. Let me get back to you on this. Need to dig through the code changes that the devs made.
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
ModeratorTo remove the circle add this to your css
COPY CODE.pagination>li>a, .pagination>li>span { border: 0px; } .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span { border-radius: 0px; }
From there you can add any styling you want.
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 know what you mean 🙂 What I mean is that without any more information its impossible to help. Here’s why. By default, iPhone users have no issues viewing Kleo. So. What’s different on your site? What have you done to troubleshoot? Have you cleared your server cache? Have you disabled extra plugins? Have to tried viewing from an iPhone yourself and looked for any error messages?
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
ModeratorDid you also update VC? Did you clear your cache?
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
April 22, 2015 at 00:10 in reply to: New registered users unable to login. incorrect password #55488sharmstr
ModeratorLet us know. Again, I havent seen this issue mentioned before. At least not here.
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
April 22, 2015 at 00:08 in reply to: How do I increase the number of featured post display in carousel mode? #55485sharmstr
ModeratorCopy /kleo/featured-content.php to your child and change data-max-items to whatever you want
COPY CODE<div class="kleo-carousel-items kleo-carousel-post" data-min-items="3" data-max-items="3">
@abe – How come the max-carousel-items are set to 3 now? Was there an issue with the carousel?
The blog page uses /kleo/index.php. Copy it to your child theme and edit this line
COPY CODE<div class="row responsive-cols kleo-masonry per-row-<?php echo sq_option( 'blog_columns', 3 );?>">
to this
COPY CODE<div class="row responsive-cols kleo-masonry per-row-5">
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 a very old version of VC. Please upgrade it.
After you do that, respond privately with info from Theme Options > Sys info.
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
ModeratorCant see it without a login.
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
April 21, 2015 at 23:51 in reply to: New registered users unable to login. incorrect password #55475sharmstr
ModeratorHavent heard or seen this issue. Have you asked the Buddypress team?
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
ModeratorHave you tried with with 2015 Theme? Have you disabled any extra plugins? Have you cleared your cache?
Respond privately with info from Theme Options > Sys Info
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 probably just needed to open the shortcode settings and resave.
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 latest version of kleo comes with 4.4.3, not 4.4.2. Perhaps you navigated to the wrong download when you tried to install. (btw – I just re-downloaded from themeforest and it for sure has 4.4.3.)
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
Moderatorhttps://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
Hard to guess what your iphone issue is. You’re not giving us much to go 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
ModeratorThe amount of column per row is set in /kleo/paid-memebership-pro/pages/levels.php. It determines the amount of columns per row using “12 / how many levels”. 5 isn’t evenly divided into 12, so it puts a level on the second row.
Anyhow, you can put all 5 on one row, but you’ll have a bit of a gap on the side. Put this in your functions file
COPY CODEadd_filter('kleo_pmpro_level_columns','custom_levels_per_row'); function custom_levels_per_row() { return $level_cols = 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
sharmstr
ModeratorLooks like you updated Kleo to 2.4.2, but you didnt update VC to 4.4.3. Update and see if that fixes it.
https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
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
ModeratorCool.
Btw – I like the card designs. Very nice.
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
ModeratorDid you upgrade VC as well? https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
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
ModeratorTo answer you question though, this css will control it unless you end up turning off transparent main menu
COPY CODE.navbar-transparent .kleo-toggle-menu .cart-items.has-products { color: black; }
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
ModeratorBut your header bg isn’t white. Its transparent. Sorry if I wasnt clear, but when I said I wondered why you have transparent menu turned on, I mean at the site level. Theme Options > Header Options > Transparent Main Menu.
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 you asked for.
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
ModeratorVisual Composer. Its what you used to build that page.
https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
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
ModeratorWrap the title in
COPY CODE<em></em>
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 actually work in general: http://pandaplus.biz/tag/odoo/
So, looks like the shortcode is having issues. Did you update VC when you updated 2.4.2? Did you clear your cache?
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 only other hook is woocommerce_after_shop_loop_item.
If you need to put it somewhere else beside the hooks woo gives you, you need to ask them or you need to edit /kleo/woocommerce/content-product.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
ModeratorYou might be able to do something with css, but more than likely you’d have to edit the template pages.
You can try playing with this
COPY CODE.activity .template-page.col-sm-9.tpl-right { max-height: 1000px; overflow: scroll; }
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’s no square there to turn black. Do a search here. Someone posted some custom css to put a dropshadow on the text so it stood out more.
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 touching Kleo code, so I havent tried this. But you can see this part “woocommerce_before_shop_loop_item_title”. Try changing it to “woocommerce_after_shop_loop_item_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
ModeratorI can see the image before the post on your single pages.
I dont see them in your post listings. If you want to display them there, go to theme options > blog and turn on “get featured image from content”
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 kleo issue. You can disable the display of warnings by turning them off in wp-config.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
ModeratorRespond privately with info from theme options > system info.
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 have your header as transparent which displays as white. The full cart icon used for transparent headers is also white.
I dont understand why you have set the header to transparent. I dont see a single page on your site that needs a transparent 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
ModeratorFound your site. Its transparent because you’ve set it to be transparent in theme options > styling options > header > background color.
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 you can see on the demo site, it doesnt do that by default. More than likely a plugin has put an override on the css for that. Disable any extra plugins and clear your cache. If that fixes it, enabled the extra plugin one by one to find the culprit.
If that doesnt solve it, respond with a link.
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
ModeratorBut did you disable breadcrumbs on the page that you turned transparent menu on? That’s the key. Any time you have transparent menu ON and breadcrumbs ON, you’ll get that condition.
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 put it in functions.php. It doesnt break my site. Maybe you copied it wrong. I dont understand your second question. Perhaps you’re better off asking over on the woocommerce forum since you wont be touching any kleo code to add 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
ModeratorThose have nothing to do with Kleo.
First error: bbp_setup_current_user is called from the bbpress plugin
Second error: is called from both bbpress and buddypress
Third error: Shows you where its being called from which is bbpress.You can hide them by turning off debugging in wp-config.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
ModeratorYou can safely ignore that. Its been fixed in the next update.
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