Forum Replies Created
-
Author
-
sharmstr
ModeratorPut this in your quick css. Change 5 whatever you want.
COPY CODE#buddypress div#item-nav ul li a:before{font-size:5em;}
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 class for the forum
COPY CODE#bbpress-forums .hentry div.bbp-reply-content:before, #bbpress-forums .hentry div.bbp-topic-content:before { background: #333 !important; border-color: #B39F83 !important; }
I dont know what dropdown menu that is. Can you translate?
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
ModeratorHow old are the buddypress-functions.php files in your child theme? Try enabling kleo parent temporarily to see if the types show up on the directory.
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 lied !
COPY CODE.open .caret:after { color: red !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
ModeratorBut…. That’s only going to work if you hover over the caret. You’d need some sort of javascript to change the caret color when you hover over the text (i.e. community)
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
.navbar-nav .caret:hover:after {
color: #00b9f7 !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
ModeratorNeed access please.
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 template to edit is /page-parts/post-content-carousel.php. Cant really answer your question about reusing the templates.
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
ModeratorYour site is taking way too long to load so I cant check for myself. But you set the to email address in theme options > layout.
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 way to do that in css. I think you can do what you want by building two rows. One that will have a grid and one that will have an image carousel and controlling which one is displayed to each device using the Response visibility in the row settings.
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 putting this in your child theme functions.php file, then save your theme options again
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
If that doesnt work, clear your cache and/or purge your cdn if you have one in place.
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
ModeratorAll the jquery scripts are being blocked. If you’ve recently switch to ssl, you probably need to flush your cache/cdn.
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
ModeratorIts in the rtMedia settings.
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 allow upload in activity stream set to off
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
ModeratorWe need 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
August 4, 2015 at 20:26 in reply to: php do_action('kleo_show_love') Can we put a Kleo_show_do_not_love ? #71564sharmstr
ModeratorNo there is not.
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
August 4, 2015 at 20:11 in reply to: Problem on one server only – can't make activity comments #71562sharmstr
ModeratorThat’s old code and its been updated to work with newer versions of BP. Please see the Kleo documentation: https://archived.seventhqueen.com/documentation/kleo#wp-engine
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’ve done extensive testing on your site. It still happens with the WP 2015 Theme enabled, so its not Kleo. I created a test account page called kleo-test that will show the woo account page. The issue seems to be when woo wants to take over the my-account slug because if I change the setting in woo to use kleo-test, then the redirect happens again. Maybe try reinstalling woo? Have you asked woo about 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
ModeratorKleo doesnt do any blocking. You can test this by temporarily enabling the 2015 theme and trying to log in. Maybe you have a plugin that’s doing that like Limit Login Attempts.
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
ModeratorHere’s the fix https://archived.seventhqueen.com/forums/topic/button-not-clickable-with-galaxy-particles#post-68410
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 to assign this to someone from 7th queen. I’m pretty sure I’m correct in thinking its a caching issue, but I cant convince you of that. Perhaps someone else can figure it 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
ModeratorThere is a kleo_contact_form function in /kleo/lib/theme-functions.php. You can copy that to your child theme and wrap the output in an @is_page conditional check: https://codex.wordpress.org/Function_Reference/is_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
ModeratorYou’re page threw 2700+ errors when I went to 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
ModeratorIn looking at the code, the interval is 5 minutes. In your picture, Bob was active 11 minutes ago. So, its correct.
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 common mistake is trying to install using the full zip file from theme forest. You must first unpack the zip file, then use the kleo.zip file located in the wordpress folder.
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 integration code is in /kleo/lib/plugin-woocommerce/config.php starting around line 1428. It doesnt display the woo my account page. It displays sections of it. It uses bp_setup_nav to create the profile tab and submenus and bp_template_content to output the results of wc_get_template calls. The templates that are called are
myaccount/my-orders.php
myaccount/my-downloads.php
myaccount/form-edit-address.php
myaccount/form-edit-account.phpI’m guessing the plugin injects its code using an action that is in the default woo my account page. You could build another submenu with the profile and call their code, similar to how I did the integration.
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 think it has something to do with the member types changes that were added. Will let you know once we figure it 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
ModeratorThe tabs will display automatically on the members directory if when you registered the type you also specified that it will have a directory. If that’s not happening for you, open a new support topic. Lets keep this topic for change log entries.
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
August 4, 2015 at 15:35 in reply to: Cannot access /wp-admin after updating BuddyPress and bbPress #71501sharmstr
ModeratorDid you try deleting the Kleo folder so it loads a different 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
Moderator1 – I didnt do anything.
2 – greatDepends on what you mean by ‘conflict’.
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
ModeratorIt only shows up on the main blog page. Not archive pages.
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 need to unpack that zip file. Step 1 of the install 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator1 – I dont see title, footer or socket on the page
2 – Did you look for a plugin conflict like I have suggested? Have you ruled out any of your customization? The comments is controlled by buddypress.js which it appears you have customized in your child 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
ModeratorDo you have VC enabled for Portfolios??? Wp Admin > VC
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
ModeratorAhhh. Kleo can tell difference when you use light text or dark text. Its a new thing that I forgot about. Since changing it to white text it changes the css class from .on-dark-bg to .on-light.bg. So, try this instead for the second bit of code I gave you.
COPY CODE.navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled .navbar-nav>li>a, .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled .navbar-nav .caret:after { color: #000 !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
ModeratorThat’s an accordion. Use the VC accordion shortcode: https://wpbakery.atlassian.net/wiki/display/VC/Content+Elements#ContentElements-Accordion
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 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
ModeratorHmmm. Did you change the text color using theme options or custom css?
Respond privately with a link please.
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 changed the animation direction and put “px” on your padding. Check 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
-
AuthorPosts