Forum Replies Created
-
Author
-
sharmstr
ModeratorThanks for the info!
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 unresponsive, at least from my end, so I cant troubleshoot it. I’ll check back in a bit to see if I can access it. In the meantime, if you can access it can you test for a plugin conflict? The icons are there, but the animate when almost visible arent being fired.
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 refer to this topic: https://archived.seventhqueen.com/forums/topic/tagline#post-73911
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 put the code in your Quick css located in Theme Options > 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
February 8, 2016 at 14:56 in reply to: PHP error after wordpress 4.4.2 update with rtMedia active #102643sharmstr
ModeratorThank you for the update. Very useful info.
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 8, 2016 at 14:55 in reply to: How do i charge user for membership while creating account #102642sharmstr
ModeratorFirst you should read the Kleo documentation: https://archived.seventhqueen.com/documentation/kleo#memberships
Then sign up for a free account on their website and read the documentation: http://www.paidmembershipspro.com/documentation/initial-plugin-setup/
After you’ve read their docs and set up the plugin, you should read the many posts we have in this forum about PMPro
https://archived.seventhqueen.com/forums/topic/users-vs-members#post-96828
https://archived.seventhqueen.com/forums/topic/general-questions-blocking-restricting-access#post-82846
https://archived.seventhqueen.com/forums/topic/registration-and-membership#post-80389Hi 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 8, 2016 at 01:11 in reply to: How do i charge user for membership while creating account #102597sharmstr
ModeratorHard to help when I dont know what plugin you decided to use.
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
ModeratorThen Kleo isnt causing the issue so I cant assist. Since you cant get it to work with the default WP theme, the people you bought it from should assist 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
February 7, 2016 at 23:08 in reply to: How do i charge user for membership while creating account #102565sharmstr
ModeratorYou need a plugin. There a few out there. Paid Membership Pro is one of them.
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
sharmstr
ModeratorDid you install 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
February 7, 2016 at 18:38 in reply to: WooCommerce Checkout Country, State and City field not working as expected #102530sharmstr
ModeratorKleo isnt doing this.
Woo auto hides the state field for countries that dont need it. Look at linke 59 here for a list of those countries: https://docs.woothemes.com/wc-apidocs/source-class-WC_Countries.html#7-963
Further down in their code, they change the field positions depending on country selected (starting on line 352).
Enable the WP 2015 theme and you’ll see the exact same behavior with the state and town/city fields.
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
Moderatorregister.php
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
ModeratorAgain, you’ll be able to do that in Kleo 4.0
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
ModeratorBuddypress uses php templates to display the page. This all happens in the background, not using standard WP pages. So at this time, you cant customize it, beyond adding extra registration fields, unless you know php and wp templates. Kleo 4.0 will give you a shortcode that you can put on any page. to display the register form. Kleo 4.0 will be released soon.
To remove the sidebar from the registration page, change the page layout in Theme 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
sharmstr
ModeratorYou cant “move” them. You can create links to different sections of the profile using ##profile_link## as detailed in the Kleo documentation.
You can hide the BP navigation tabs using this css
COPY CODE.bp-user #buddypress #item-nav { display: none !important; }
Keep in mind that you’ll have to remember to add new link to the main menu if you install a plugin that adds a bp profile tab.
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
ModeratorOne of two reasons
1 – You need to clear your server cache or purge your cdn if you have those in place.
2 – You need to put this in your child theme’s functions.php file and resave your theme options
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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThey are still working on it. No eta, but soon.
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 does support levels. Add this to your quick css
COPY CODE#header .navbar-nav li .caret:after { color: #fff !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
ModeratorThose aren’t social sharing (just to be clear). Not sure why you want to change the icons to black since you wont be able to see them. But in any case, try this.
COPY CODE#footer .kleo-social-icons li { display: inline; font-size: 40px; padding-right: 20px; } #footer .kleo-social-icons i { color: #000 !important; } #footer .kleo-social-icons i:hover { color: orange !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
ModeratorThis is fixed in Kleo 4.0. In the meantime, go to kleo/kleo-framework/lib/class-multiple-sidebars.php and change the h5s to h4s on line 70 and 71.
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
ModeratorTry this css
COPY CODE@media (max-width: 991px) { .small-listing .post-image { 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
ModeratorHere’s your options: 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
ModeratorI did a bunch of test. The issue seems to be only with urls that have a domain name ending in gov.au. I thought that perhaps it was an issue with the Kleo Button shortcode, but its not. I copied your page code to my site and I can change from https to http without issue. I then created a test page (support test) on your site and used the classic editor to add a link with a gov.au domain and it changed it to https. That rules out visual composer and kleo as being the issue. Do you have a pluin or custom code that’s changing all gov.au to https? Perhaps this was done to force https on your site with some sort of wildcard? I tested some plugins that may have caused it, but didnt find any. You should do a proper plugin conflict test.
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 put the styles from dynamic.css unless you have enabled transparent main menu, in which case your options are black or white and its pulled from apps.min.css. That option is located in the page editor down in 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 7, 2016 at 14:16 in reply to: making a video my featured image that shows on a blog post #102491sharmstr
ModeratorBecause those are VC post grids, not Kleo post grids.
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 no top bar in that demo.
Use my second suggestion by creating a blank 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’m assuming you mean 4.9 and not 9.0.
VC 4.9.2 will be in Kleo 4.0 which will be available very soon.
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 done at the page level, not the site level. On pages that use visual composer, you make the row have a video background. Just edit the row and select video for background style. You’ll probably want to scroll down to theme general settings and set the main menu to transparent, hide the title, breadcrumb and info sections.
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
ModeratorNope – that doesnt involve kleo. Its still BP.
I havent tried it, but there is a plugin to make a member type a profile field: http://buddydev.com/buddypress/using-buddypress-member-type-as-profile-field-introducing-bp-xprofile-member-type-field-plugin/
I’m sure there is code out on the web that will help you in forcing users to fill out profile fields.
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 top one where the image is 🙂
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 fb registration in theme options. If their fb account email address matches the email address they use when they register with your site, the account will sync.
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
ModeratorThey look fine to me. See attached.
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
ModeratorEdit the row and change background to image and select one.
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 hasnt been done, so no suggestions.
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 added the page refresh, not the redirect. You can use Peters Login Redirect plugin to set a redirect on logout to whatever page 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
sharmstr
ModeratorFor the menu, you might want to do this instead
Go to appearance > menus and create a new menu. Dont add any items to it. Then when you edit the page, find the custom main menu box on the side, select it. That way your main menu will show up on the rest of the site, but not on the home 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 need to set those up.
Go to appearance > menus > manage locations. Unassign the primary menu and select a menu for the side menu.
Edit the page and scroll down to theme general settings. Enabled transparent main menu, hide the top bar, hide the title, hide the breadcrumb and hide information.
Finally go to theme options and enable the side menu. Set whatever options you want for 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
ModeratorHi 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