Forum Replies Created
-
Author
-
sharmstr
ModeratorEvery wp page type as a body class that has the type. So try this
COPY CODE.single-post .wp-caption p.wp-caption-text { float: left; margin-top: 15px; margin-left: 20px; border-left: 1px solid #e7e7e7; font-size: 13px; line-height: 18px; text-align: left; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThere’s a stick topic for that: https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons#post-15756
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTry this css. Adjust the color as you want.
#rtmedia_album_name {
border-color: #000 !important;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThere isnt a switcher in the theme. There’s one on the demo because they dont allow users to access the backend to change the colors. You need to use theme options to change the theme colors.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI’m guessing you mean login redirect. If so, use Peter Login Redirect plugin. He’s has a [variable]username[/variable] variable that you can use.
COPY CODEhttp://yoursite.com/members/[variable]username[/variable]/profileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorrespond privately with a link and admin credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorDont do that. Update to Kleo 3.0.7
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIt doesnt go in that file. It either goes in your child theme style.css file or in Theme Options > General > Quick CSS.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorWO-man. Whoop.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIt was a css issue, not a a jquery issue. Your site isnt throwing errors.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTry this
COPY CODE.shop-actions { display: none; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThe developers have been notified. https://archived.seventhqueen.com/forums/topic/facing-style-issue-in-fancy-list
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorRespond privately with a link and admin credentials.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThe containers are already transparent, but you cant tell since the background is set on the main container.
COPY CODE.container-wrap.main-color { background-color: transparent; }Then set a background on the left and right containers 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorYou need at least 128mb. http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorenable one by one to find the issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorkleo doesnt call jquery-migrate.js. Its coming from a plugin. Disable plugins one by one to find it. Or you can temporarily enable the WP 2015 Theme to see if you still have the issue and rule out a theme issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTry putting this in your child themes functions.php file.
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 solutionsharmstr
ModeratorRegarding the image. So, are we thinking its a css issue now? In other words, you can actually edit it, you just cant see it because of the text color?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorCouple of other things to check
1 – Did you purge any cache or cdn you have in place?
2 – Do you have any old kleo files and/or functions in your child theme? You can check this by enabling the kleo parent theme.
3 – I didnt see that you have verified if its a plugin issue by disabling everything except what comes with Kleo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorKleo doesnt handle that. The plugin does. Check out the Position selector in the plugin settings.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
Moderatorkleo doesnt use them. however you can create them. all the information you need is in the wp codex
https://codex.wordpress.org/Author_Templates
https://codex.wordpress.org/Category_TemplatesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI had a site running WP 4.3, Kleo 3.0.7, Woo 2.4.4. I could edit the descriptions. I updated to Woo 2.4.5 and could still edit the descriptions.
What happens when you temporarily enable the WP 2015 theme. Do you still have issues?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIn the meantime, look for other plugin conflicts please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorGot it. Let me see if I can reproduce. Hold tight.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorSo, you upgraded to Kleo 3.0.7 which came out about 3 hours ago. It was working fine, then within the last 3 hours you upgraded WP and Woo and now its not?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorTurn off debugging in wp_config.php https://codex.wordpress.org/WP_DEBUG
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI dont think so. Its been discussed. Search for more info.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorHave you upgraded to Kleo 3.0.7?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorThat is handled by buddypress, not kleo. They have information on how to create “screens” (thats what they call them) in their online documentation. If you need further assistance you can ask on their forum.
https://codex.buddypress.org/developer/deprecated/bp_core_add_nav_item/
https://codex.buddypress.org/developer/deprecated/bp_core_add_subnav_item/
https://codex.buddypress.org/plugindev/taking-benefits-from-buddypress-settings-to-add-your-plugins-options/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorJust a quick note to let you know the developers are aware of this and are working to get it resolved. It was due to the latest WP update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorPlease search before posting.
Adding images to Kleo’s version of mega menu is not possible.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorEvery wp page has a body class that has a selector for the type of page which makes it easy to apply css to a page type.
COPY CODE.single-product .container-full { padding: 30px; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorPut it in theme options > general > quick css or in kleo-child/style.css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIts in the documentation: https://archived.seventhqueen.com/documentation/kleo#install-from-admin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorIf the same thing exists, then its not Kleo screwing it up. Perhaps you have another plugin causing the issue. Maybe ask on the Types forum.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorDid you keep the directory structure? i.e. /kleo-child/page-parts/general-header-section.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorRight. Well, I’m almost 46, female, 5′ 10″. I lost 10 lbs in the first week with little effort beyond cutting out my daily sugar intake (pie, cake, ice cream). I’ve been holding steady at 160 lbs for about 2 weeks now. I was trying to keep my calories under 1200, but now trying to get in around 1500. My workouts feel intense for me, but probably because I didnt work out for years. I’m definitely sore and out of breath when I’m done. I’ve gone from a 36″ waist to about a 32″. I’m happy with that, but now just trying to get rid of the muffin top and some of the residual fat on my arms, neck and thighs. Up until a few years ago, I was always in decent shape and rarely ate deserts. I just let myself go over the last few years. I dont feel like this is a temporary change and even with the recent depression, overall I feel great. I’m also not discouraged by the fact that I havent lost any lbs for the last few weeks. I think I’ve set reasonable expectations and I only see the 1500 calories a day as temporary until I reach my goal, then I’ll adjust to maintain. You might be right about the “crashing”. I’m doing the 50% protein because I’ve read that its the best way to lose fat and build muscle, but perhaps I should try adjusting to see if it helps the mood. Thank you for the advice. Its really helpful.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorI’m a developer and an amateur at working out 🙂 Anyhow, been working out for about 6 weeks now. I’ve lost about 25 lbs and 4″ from my waist. Workouts for the first month were cardio but started lifting weights about 2 weeks ago (3 times a week). I find I feel great all day after cardio workouts, but I’m really depressed all day after weight lifting workouts. I changed my diet over the last 2 weeks as well. I’ve added around 300 to 500 calories a day since starting lifting and trying to do a 50% lean protein, 30% carb, 20% fat food ratio. Does the depression make sense? I’ve talked to my friends that work out and they have never experienced this. Any tips or ideas? 🙂
(I’ll delete all of this later)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionsharmstr
ModeratorDo you have your child theme enabled? 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 solution -
AuthorPosts