Forum Replies Created
-
Author
-
sharmstr
ModeratorThat’s what Paid Membership Pro is for. You dont need to actually charge people for it. You can set up a single level that’s free, then use the following solution to automatically add new members to that level upon registration
https://archived.seventhqueen.com/forums/topic/help-with-paidmembership-pro#post-52158Hi 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 the backend editor. VC frontend editor is garbage.
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
Moderatorchange the search settings to show events.
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
ModeratorWell, based on post format, I should say.
You can also target categories like this. Just change the ‘courses’ to your category name.
COPY CODE.masonry-listing .category-courses .post-title { border-left: 3px solid #fc604a !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
ModeratorKleo posts already show the category if you have it turned on in Theme Options > Blog > Meta
It doesnt appear you can do that with grid builder: https://wpbakery.atlassian.net/wiki/display/VC/Grid+Builder
The colors already change colors based on post type: http://seventhqueen.com/themes/kleo/pinterest/
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
ModeratorSo if you disable it, does the settings save correctly again?
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 19, 2015 at 15:34 in reply to: Having a lot of issues with this. Blank pages, odd behavior. About to Uninstall #73723sharmstr
ModeratorYour link doesnt work.
1 – Use the My Account link in the Kleo section of Appearance > Menus. If you dont see Kleo, then click on Screen Options in the upper right hand corner and enable it. https://archived.seventhqueen.com/documentation/kleo#menus
2 – Again, use the login in the Kleo section. That will launch the login modal.
3 – My advice is read the Kleo docs: https://archived.seventhqueen.com/documentation/kleo#memberships and the PMPro docs: http://www.paidmembershipspro.com/documentation/
3a – You can change the socket text in Theme Options > 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
sharmstr
ModeratorDont use that link. Try this in your functions.php file.
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );
But as the other topic indicated, it sounds more like a caching 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
ModeratorHave you determined that’s your 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
ModeratorThe portfolio archive utilizes the standard way of templating WP archive pages. https://codex.wordpress.org/Post_Type_Templates
So, given that, the portfolio archive uses /kleo/archive-portfolio.php. You can copy that page to your child theme and change the name to archive-event.php (or events, not sure what your CPT is called).
You will see that the code in that template is very portfolio specific. Helping you change it for Events is beyond the scope of support here. So you’ll have to do it yourself or hire someone to assist.
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 this css
COPY CODE.activity-timeline { border-right-width: 0px !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
ModeratorLooks like it working fine. I used this page: http://skisme.serv11.powerhosting.dk/home-pinterest/ since the link you gave us didnt have a search form.
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 try it? All it does is import users info, right? That has nothing to do with Kleo so it shouldnt be an 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
ModeratorNo idea. Provide a link and admin 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
sharmstr
ModeratorI saw something similar happen before and it turned out to be a conflict between VC and Yoast SEO.
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 cant reproduce it. It looked fine in all of my browsers.
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
ModeratorAdd a menu item. Then use your browsers inspector to get the item id #. Then use that item id number in the following css
COPY CODE.menu-item-262 a:before { content: url(http://seventhqueen.com/themes/kleo/wp-content/uploads/avatars/1/c0f2051c07d476ffa721119f235dad43-bpthumb.jpg); }
Obviously change the url to your image url.
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 > General > Quick 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
ModeratorDo you have zoom level turned up on that browser? Because even the menu font size is bigger in your attached images.
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 a CDN or caching 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
ModeratorSorry, I dont.
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 the top bar disabled on the home page? Bring up it up in page editor and scroll down to Theme General Settings > Display Settings > Top Bar Status
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. The FB registration is not a default BP function. It was created by Kleo. The fb registration function is in the file I’ve provided. The display name variable is set on line 217
Now, whether or not BP will throw an error when you pass a blank field is the question. You’ll have to ask the on the BP forums how to get past that if it does.
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 FB registration code is in /kleo-framework/function-facebook-login.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
ModeratorThe font weight on the demo is still 300, but its being overriden by the b, strong css in bootstrap which sets to bold. Try this in your quick css.
COPY CODEb, strong { font-weight: bold !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
ModeratorNot the case. Both show the logo at 176px tall.
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
ModeratorThat’s not handled by Kleo, but is a common WP question. Since I’d have to google to find a solution for you, you might as well google 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
ModeratorDoes it happen 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
ModeratorWp admin > Settings > Permalinks > Save
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 > General > quick 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
ModeratorOpen up your home page in the editor and scroll down to the Theme General Settings section. Since you have transparent main menu turned on, you have 2 color options. White or Black
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: https://archived.seventhqueen.com/forums/topic/php-error-pro-membership-and-rtmedia#post-72603
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 child theme’s functions.php file
COPY CODEadd_action( 'bp_before_directory_members','add_vc_stuff' ); function add_vc_stuff() { echo do_shortcode('[your vc shortcode here]'); }
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: https://archived.seventhqueen.com/forums/topic/woo-commerce-errors-regarding-templates-after-todays-update/#post-72635
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 resaving your permalinks
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 Clients cpt is registered in the /kleo/lib/post-types.php file.
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 developers made Kleo compatible with Sensei because its the best out there. Its not provided.
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 the page is built with VC you dont need to use a membership plugins. You can use the Content By User Type shortcode.
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
ModeratorYou can try adjusting the width of it with this css
COPY CODE.kleo-toggle-submenu { width: 400px !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 by design. Its only available on the main group listing. That’s buddypress, not Kleo. If you want to display an additional create group link, then ask the folks on the buddypress forum.
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