Forum Replies Created
-
Author
-
sharmstr
ModeratorThey havent released a Kleo version that’s compatible with BP 2.4 yet. I’ll assign this to one of the devs so they can ensure this is included when its released.
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 dont. I get a 404 on the link you supplied, but not on the one I gave 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorLooks like the Kleo Posts shortcode is missing completely so that’s why you cant get into the settings. Try reinstalling k-elements.
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 guessing you want this: https://archived.seventhqueen.com/forums/topic/change-buddypress-navigation-menu-icons
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
sharmstr
Moderator1 – Your information is not public 🙂
2 – Install k-elements which is required for Kleo. Go to Appearance > Install Plugins.
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 the db its the ‘_item_likes’ post meta
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 completely customized the templates. You’ve probably broken the functionality of 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
ModeratorIf you mean the top bar, try this in your quick css
COPY CODE.social-header .container { max-width: 100% !important; }
If you mean the top menu inside the top bar, you can try this
COPY CODE@media (min-width: 992px) { .top-menu.col-md-7 { width: 100% !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’s nothing in Kleo that will allow you to do that. You’d have to custom code that 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
ModeratorYou can download them from here: http://revolution.themepunch.com/examples/
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
ModeratorFor the post issue, did you clear your server cache/cdn after upgrading Kleo and K-elements? Have you looked for plugin conflicts?
For the transparent menu issue, do not turn it on in theme options (site-wide). Only enable it for pages that need it by bringing up the page in page editor, scrolling down to the theme general settings section and checking 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
ModeratorI see a few issues.
1 – You have upgraded to Kleo 3.1.1, but you’re still running Visual Composer 4.7.4. You need to upgrade VC to 4.8.1.
2 – Looks like you dont have k-elements enabled. You should have version 3.1.1 installed and enabled.
3 – You’ve upgraded buddypress to 2.4. A version of Kleo that is BP 2.4 compatible has not been released yet. Downgrade 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
November 16, 2015 at 16:24 in reply to: Is it possible to make the icon for attachments smaller? #87490sharmstr
ModeratorPlease respond with credentials so we can see the page you’ve referenced and we can give you the css to resolve.
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 are different search forms in Kleo. Which one? The Kleo ajax search (in the menu) or the search form on the forum 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
ModeratorThe link I gave you adds buddypress fields to the pmpro registration/checkout. If you want to go that route, then dont send people to the buddypress registration page.
Alternatively, there is code out there (google it) that will auto assign a PMPro level to a user who has registered via the Buddypress registration routine. But it really sounds like you just need to stick with the PMPro registration/checkout.
Please search before asking questions. The activation/confirmation question has been asked and answered several times. To fix issues with your host not sending emails, use a plugin like WP Mail SMTP
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 standard way of changing text is to translate it. https://archived.seventhqueen.com/documentation/kleo#translation
But as I said before, the login modal is located in /page-parts/general-popups.php. You can copy that to your child theme and change it to whatever 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
November 15, 2015 at 23:04 in reply to: Kleo Buttons: I’ve changed the color, but how do I style the text? #87423sharmstr
Moderatorfont-style isnt valid either. its font-weight. and you shouldnt have quotes around bold. This should help: http://www.w3schools.com/cssref/
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
November 15, 2015 at 22:25 in reply to: pinterest style search box not clickable when background is set to a video #87408sharmstr
Moderatorplease search before posting. Its been asked and answered a few times. Here’s one: https://archived.seventhqueen.com/forums/topic/links-not-clickable-in-video-background-header#post-37807
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
November 15, 2015 at 22:20 in reply to: Kleo Buttons: I’ve changed the color, but how do I style the text? #87407sharmstr
ModeratorIts gray because you have set the color to gray color: #cccccc !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 should ask on the bp forum: https://buddypress.org/support/
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
November 15, 2015 at 19:13 in reply to: Add search by members profile fields to STYLISH WOOCOMMERCE #87373sharmstr
ModeratorYou can add the BP Profile Search form you’ve created by adding the bps_display shortcode to a text field. If you need an example, import one of the “connected” demo pages and see how its done.
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
November 15, 2015 at 16:53 in reply to: Latest Buddypress 2.4.0 and KLEO theme: Does it work ok for everyone? #87363sharmstr
ModeratorDowngrade BP. In the future, do not update plugins until you confirm your current version of Kleo is compatible. BP 2.4 was just released. Kleo doesnt support it yet. I dont have an ETA 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
sharmstr
ModeratorThat’s not your bp registration page though. You’re confusing PMPro registration with BP registration.
PMPro has information on their site that will allow you to add BP extended profile fields to their form. http://www.paidmembershipspro.com/2015/02/update-buddypress-profile-additional-user-information-registration/
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 built a form? https://archived.seventhqueen.com/video-tutorials/import-and-configure-the-kleo-get-connected-demo-page.html
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
ModeratorEnable facebook in Theme Options > Misc.
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
ModeratorMake sure you have buddypress cover photo installed, and enable full with profile in Theme Options > Buddypress.
You can use the particles shortcode in the profiles.
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
ModeratorFor the menu issue: Go to Appearance > Menus. Then click on screen options and enable bp and kleo. This is in the documentation.
Have you enabled registration? Are you trying to access it while you’re logged in, because you cant.
The ‘fancy login’ will work once you add the kleo login link to the menu.
Again, this is in the documentation: https://archived.seventhqueen.com/documentation/kleo
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
November 15, 2015 at 14:40 in reply to: remove quick contact form from JUST homepage, or move it to menu #87347sharmstr
ModeratorTo remove it from your homepage, put this in your quick css
COPY CODE.home-page .kleo-quick-contact-wrapper { 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
ModeratorrtMedia has addons that will allow you to do most of that. Check out sitewide gallery. https://rtcamp.com/products/category/rtmedia/
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 nothing built into kleo that will do this. The build it members VC shortcodes dont have options to filter by user type.
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
November 15, 2015 at 14:27 in reply to: How to change the search text color – without changing the design elsewhere? #87344sharmstr
ModeratorTry this
COPY CODE.current-menu-item a { 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
Moderatorsame place
https://archived.seventhqueen.com/video-tutorials
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
ModeratorBasically all it said was rename your old 4.x sliders and import the 5.x sliders. https://archived.seventhqueen.com/documentation/kleo#revslider
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 working now. Ultimately it was an issue with the attributes themselves. I had to go into each one uncheck “enable archives”, save, re-check “enable archives” and save. Probably has something to do with one of the product plugins you installed. I’m moving this topic since this had nothing to do with kleo.
I’ve added variations to the Seam Midi Dress. Please remember to edit 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
November 15, 2015 at 13:42 in reply to: Kleo Buttons: I’ve changed the color, but how do I style the text? #87331sharmstr
ModeratorYou only needed to remove the period in the shortcode. You need it in the 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
ModeratorYou updated Kleo to 3.1.1 without updating k-elements and VC. I’m doing that for you now. I will let you know if that fixes 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
ModeratorDid you look for plugin conflicts?
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
November 15, 2015 at 02:22 in reply to: Kleo Buttons: I’ve changed the color, but how do I style the text? #87302sharmstr
ModeratorI guess you missed this part?
Looks like you’ve added .btn-default to the button class. You need to remove the period.
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
ModeratorLook for a plugin conflict that’s breaking the attribute selection field.
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. -
AuthorPosts