Forum Replies Created
-
Author
-
sharmstr
ModeratorThere isnt one. You can add a category widget to your sidebar.
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 export your settings from the Kleo and import them into Kleo Child. http://sharmstr.com/saving-importing-and-exporting-kleo-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
ModeratorPut this in your quick css. Change ‘red’ to whatever you want.
COPY CODE.sidebar.sidebar-main.col-sm-3.sidebar-right { background-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
ModeratorPut this in your quick css
COPY CODE.kleo-pop-title-wrap p { display: none !important; }
Or, if you aren’t allowing people to register, just turn it off in WP Admin > Settings > General
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 use a go pricing table. In each column, add button that will link to the checkout page with the appropriate level parameter.
example: http://seventhqueen.com/themes/kleo/membership-account/membership-checkout/?level=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
ModeratorWhat should be noted? That you cant combine kleo and 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
ModeratorIf it happens with other templates, then its not Kleo causing the problem. Have you googled your issue or asked on the buddypress forums?
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
ModeratorChromes developer console https://developers.google.com/web/tools/chrome-devtools/debug/console/console-ui?hl=en
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
ModeratorClear your cache. Your menu looks fine to me in Firefox.
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 see that you added the code I gave you.
And you still have invalid 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorBut you only want to show it to guest (non logged in users) right? You havent supplied the type.
[kleo_restrict type="guest"]
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
ModeratorAppearance > Menus > Location. Set you 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
Moderator1 – because you have ‘see-through’ in the class name
2 – As I mentioned, use the Content By Usertype shortcode. Add that shortcode, then put you button in 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
ModeratorThere’s this: https://wordpress.org/plugins/buddypress-custom-profile-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
ModeratorIts not working because that code was for their contact form. See these:
https://archived.seventhqueen.com/forums/topic/modal-window#post-44099
https://archived.seventhqueen.com/forums/topic/pop-up-modal-from-a-button#post-43654you can use the button within the content by user type shortcode in VC to only display to logged out users.
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
ModeratorNot with the built in shortcodes.
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 site is throwing jquery errors. Disable the extra plugins you have installed and see if that fixes it.
2 – The black bar at the top is the WP Admin bar. Its not showing the icons because of the jquery errors.
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
ModeratorSee these regarding fonts:
https://archived.seventhqueen.com/forums/topic/ability-to-add-custom-fonts-to-drop-down-menu
https://archived.seventhqueen.com/forums/topic/custom-webfonts
https://archived.seventhqueen.com/forums/topic/what-is-the-step-to-import-us-own-font#post-77178Use this to change the breadcrumb font size
COPY CODE.breadcrumb a, .breadcrumb .sep, .breadcrumb span { font-size: 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
sharmstr
ModeratorTo explain that a bit. Its firing the toggle twice since two versions of jquery are being loaded.
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 its because the main jquery script is being loaded twice. One of the extra plugins you have installed is probably causing it. Its the one that’s loading jquery from ajax.googleapis.com
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 debugging enabled in wp_config.php? If so, turn it 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
ModeratorIts not working because you put a ‘.’ instaed of ‘#’. Periods are for classes, hashes are for IDs, which new-personal-li is.
http://www.cssbasics.com/css-classes/
http://www.cssbasics.com/css-ids/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 20, 2015 at 15:05 in reply to: How to change font color of buddypress group description #88285sharmstr
ModeratorOn the group directory page
COPY CODE#buddypress #groups-list .item-desc { color: red !important; }
or within the group
COPY CODE.groups #buddypress #item-header #item-meta { 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 adding the testimonial shortcode to the banner area doesnt seem to work well at all. Even if you were to get it to work correctly, the carousel height will change its height depending on how much text the individual testimonial has. This will cause the content below to move up and down on the page when the carousel loads a new testimonial. This would be a nightmare for your users.
Go here and scroll down to Some Of Our Work: http://seventhqueen.com/themes/kleo/demo-agency/ You’ll see that section move up and down when the carousel height changes.
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 possible if you you want to spend hours coding it yourself. Its not something that we will do.
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 in the documentation: https://archived.seventhqueen.com/documentation/buddyapp Set it to default and use Peters Login Redirect plugin.
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 has been discussed a few times here
https://archived.seventhqueen.com/forums/topic/facebook-sharing-no-image#post-53356
and since you’ve already tried to share a few pages, you’ll have to reset them using the following link https://developers.facebook.com/tools/debug/og/object/
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
ModeratorThanks abe.
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
ModeratorUse a faster loading image.
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
ModeratorTheme Options > Buddypress
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 20, 2015 at 00:59 in reply to: Create group button/link missing in Buddypress Group pages #88224sharmstr
ModeratorLike I said 🙂
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
ModeratorDoes it work with the WP 2015 theme enabled?
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 19, 2015 at 23:01 in reply to: Create group button/link missing in Buddypress Group pages #88209sharmstr
ModeratorIt’s never been in the profile. Enable the WP 2015 theme. That’s the default BP theme. Let me know if you see a create groups button in the profile. I would do it but I’m on my phone.
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
Moderatorput .registration in front of it. .registration #main > section
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
ModeratorForgot to say that there is no registration popup.
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
ModeratorPlease search before posting. Its been discussed here many times and its in the documentation as well: https://archived.seventhqueen.com/documentation/kleo#login-redirect
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
ModeratorTheme Options > Header Options > Show Breadcrumb: 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 are on a really old version of Kleo
1 – Update Kleo. You’ll need to update via FTP: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme Be sure to update bundled plugins after updating Kleo by going to Appearance > Install Plugins.
2 – Update Buddypress to 2.3.5 (do not install 2.4) https://wordpress.org/plugins/buddypress/developers/
If that doesnt fix your issue, temporarily enable the WP 2015 theme and see if you still have the issue.
let me know.
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 19, 2015 at 15:20 in reply to: There is error message in Creation Groups in 7th setps #88110sharmstr
ModeratorYou can download from here. https://wordpress.org/plugins/buddypress/developers/
I dont have and ETA
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 will show a comment you’ve made, but not others. You should ask this on the buddyrpress forum to see if they have a solution 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
-
AuthorPosts