Forum Replies Created
-
Author
-
sharmstr
ModeratorTry this in your quick css
COPY CODE.wpcf7 input[type="submit"] { color: #000; border-color: #000; }
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 also shows up on the members directory. In any case, you’ll have to edit the buddypress templates. Ask on the buddypress forums.
Otherwise, if you want to hide it all together, you can use this css
COPY CODE#members-all, #activity-all { display: none; } #member-dir-count-top { display: none; } #member-dir-count-bottom { display: none; }
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
February 23, 2016 at 14:18 in reply to: How can I get sign up/ User Registration option on home page #105896sharmstr
ModeratorYou did do something. You set the login page to the Front Page in Settings > Reading. If you wish to keep it that way, then go to Appearance > Theme Options and set the login redirect page to something other than default.
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
ModeratorWhen you bump a topic, you are actually moving your topic further down our list since we respond by oldest date first. You should stop doing that.
Somehow the shortcode code was corrupt. I deleted it and readded it and it works.
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
ModeratorMoving because this isnt a bug.
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
ModeratorLink to demos is in the documentation: 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
Moderator1 – Can you be specific? There’s no difference in page and menu setup than there is with anything else really. There are some woo specific items in Theme Options. There’s a few demo pages that are built using VC which you can import by going to Appearance > Demo Data > Specific page.
2 – You’ll need to translate woo to change default labels. This isnt a function of 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
sharmstr
ModeratorTheme Options > Headers Options > Top Bar Darker.
There are several topics on this site that discuss changing the top bar color with custom 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
ModeratorI dont understand what you mean. Buddyrpess uses bbPress for their forum functionality. According to your source code, you have bbpress installed and running.
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
ModeratorWhy are you surprised? They are added by default. That’s how it works.
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
February 23, 2016 at 13:46 in reply to: How can I get sign up/ User Registration option on home page #105879sharmstr
ModeratorYou have “Default” set in Theme Options > Login Redirect. It says there that the “default” is the default WP behavior. The default WP behavior is to go to the home page (which again, you’ve set to the login page). That’s why you’re getting a redirect loop. Change the redirect to somewhere else.
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 added css in quick css to hide the title on the forum root. Check your CPT archive settings in Yoast to change the SEO title.
2 – Your community page is using VC right now. I didnt want to change that to see the difference you’re talking about so I did it on my site. I’m not seeing a difference. Can you create a test page (I didnt want to do this without your permission) without using VC so I can see the difference and provide some css to fix?
3 – Without details, I can only guess that the titles was the issue. I added some css into your quick css to adjust it. Let me know if there was something specific you wanted changed.
4 – Added css to change the search form to 50%
5 – You didnt have forum search enabled in Settings > Forums.
Note – Purposely added the css changes to quick css so you could see what I did. Feel free to move them to 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
ModeratorTurn off transparent main menu in Theme Options. Since you dont have Sticky Menu enabled, you’ll have to click “on” for that first, then you’ll see “transparent main menu”. Click off, then click off for sticky menu and save.
Only enable on pages that need it by editing the page and scrolling down to Theme General 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
February 23, 2016 at 12:24 in reply to: How can I get sign up/ User Registration option on home page #105864sharmstr
Moderator1 – The issue is that they recently added a check for the nonce field, but failed to add it to the ajax call. I’ll add a fix for this in the next update. In the meantime, go to /buddyapp/functions.php and comment out the nonce check. Around line 905 look for
COPY CODEcheck_ajax_referer( 'kleo-ajax-lost-pass-nonce', 'security-lost-pass' );
and change it to
COPY CODE//check_ajax_referer( 'kleo-ajax-lost-pass-nonce', 'security-lost-pass' );
2 – I dont understand the issue. Please explain.
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 uses the body font size. To override it, put this in your quick css
COPY CODE.news-focus .kleo-tabs .tabs-style-line li a { font-size: 20px; }
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 controlled by Kleo. Its controlled by WP and I believe you need to translate 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
ModeratorAfter you install the update, 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
February 23, 2016 at 04:23 in reply to: Unable to click ‘Add Friend’, ‘Public Message’ and ‘Private Message’ for buddypress members #105828sharmstr
ModeratorThat’s happens when there is no background image and you’re using the Buddypress version of the cover photo. That’s fixed in Kleo 4.0 which will be released shortly. In the meantime, enable “Replace BP 2.4 Functionality” in Settings > Buddypress > Settings to fix the issue.
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
ModeratorWp Admin> Apperance > Widgets > Main Sidebar. Delete the login widget.
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
February 22, 2016 at 18:33 in reply to: Can’t get the proper display of the woocommerce shop #105754sharmstr
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
February 22, 2016 at 14:54 in reply to: How can I get sign up/ User Registration option on home page #105700sharmstr
ModeratorYou’re not using Kleo. You opened this support topic in the Kleo forum so you can scratch my comment about register and login forms in my first respond.
The developers didnt add a logo to the registration page. I’ll get you a fix for that shortly.
Registration is always directed to a confirmation message, not the home page.
You add fields by creating them in Users > Profile fields. Its in the Buddypress documentation: https://codex.buddypress.org/administrator-guide/extended-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
ModeratorAll I know is that its coming out soon.
I dont have a suggestion 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
ModeratorDoes this css resolve that?
COPY CODE@media (max-width: 991px) { .seven-column { width: 100%; } .seven-column .vc_col-sm-1 { width: 14%; } }
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 really read the documentation: https://archived.seventhqueen.com/documentation/kleo#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
ModeratorThe background image is in the row settings. Click on the pencil icon on the top right of that row.
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 a better link to the documentation: 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
ModeratorCurrently the facebook login is part of the modal popup. You can add that to your menu or to a link/button your create: https://archived.seventhqueen.com/documentation/kleo
In Kleo 4.0, you’ll be able display the form on a page without using the modal.
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
ModeratorHard to say. It wouldnt hurt to reinstall buddypress since that’s the plugin you’re having problem with.
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 just tested it with the WP 2015 Theme enabled and it still doesnt work. That rules out Kleo as being the problem. With the fact that you had corrupted files in Kleo, I would be surprised if you had corrupted files elsewhere.
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 not a bug. Woo is not bundled with Kleo. You need to update woo just like you would BP or BBP
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 welcome 🙂
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 reupload seems to have fixed the many issues with your site. At this point, I’ve only enabled the Kleo suggested plugins. Please go to your site and make sure at this point (with all of your extra plugins disabled) that everything is working as it should. If so, then you can start enabling your extra plugins. Any issue you find at that point will be because of the extra 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
ModeratorNotes of the issues I’ve found so far….
– sidebars werent being generated because your /kleo/kleo-framework/lib/class-multiple-sidebars.php file was completely empty.
Because of that I decided to reupload all Kleo files. My thinking is that there are other files that are either empty or corrupt.
– In kleo-child/styles.css: You have //grupy ikony which is not the correct way to comment a css file. Anything below that line will not work. The correct way is /*grupy ikony*/
I’ll update you when after the reupload is complete.
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
Moderator@slawek247 – I see new post activities in your feed.
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 a red border.
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 seen this? http://www.paidmembershipspro.com/offer-check-payment-option-membership-level/
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
ModeratorAlso, take a backup of your site. I want to reupload kleo and some plugins. Let me know when you’ve created the backup and its okay for me to proceed.
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
ModeratorCan I get FTP credentials?
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
February 21, 2016 at 13:16 in reply to: Can’t get the proper display of the woocommerce shop #105470sharmstr
ModeratorThe first thing you should do is upgrade Kleo. The version of Kleo you’re running isnt compatible with the version of Woo that you’re running.
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 Site Tracking enabled in Wp Admin > Settings > 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
-
AuthorPosts