Forum Replies Created
-
Author
-
sharmstr
ModeratorFrom what I remember when I installed it, I had to edit the html on the oneall side.
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 functions.php
COPY CODE/* Add social login to Kleo login modal */ add_action( 'kleo_before_login_form','add_social_to_login_modal' ); function add_social_to_login_modal() { do_action('oa_social_login'); }
You can also insert your image with that if you want.
If you dont want to do it that way, then edit /page-parts/general-popups.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
ModeratorI dont understand why you’d have to make a bunch of changes. All you’re looking to get is the userid of the author. Once you have that, you can use it in any buddypress function call.
So instead of $bp->displayed_user->id, use get_the_author_meta( ‘ID’ );
If you look at the Kleo author meta functions, it uses get_the_author_meta( ‘ID’ ) to call buddypress functions as well. That’s because you cant use $bp->displayed_user->id to get the author id.
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 use bp_displayed_user_id to return the author id from a post because as I said before, you’re not in a buddypress profile.. You need to use https://codex.wordpress.org/Function_Reference/the_author_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
April 9, 2015 at 16:42 in reply to: Custom Portfolio page as parent page – child pages create 404 error #53779sharmstr
ModeratorYou can do that. Just dont make them children of the main portfolio 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
ModeratorWait. bp_displayed_user_id is for use within a profile. Basically its what user is being displayed. Do you need something like logged in user instead?
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 declared
global $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
April 9, 2015 at 15:55 in reply to: Custom Portfolio page as parent page – child pages create 404 error #53770sharmstr
Moderator@abe – Am I right?
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
April 9, 2015 at 15:51 in reply to: Custom Portfolio page as parent page – child pages create 404 error #53769sharmstr
ModeratorSorry, I thought you were saying that your portfolios were throwing 404 errors. Anyhow, that’s an expected response. Anything within your custom slug for the portfolio must be a portfolio post type.
What’s your need for having a child page? Just trying to understand.
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
April 9, 2015 at 15:00 in reply to: Custom Portfolio page as parent page – child pages create 404 error #53766sharmstr
ModeratorSure.
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 in the theme, nor should it be. Look for a plugin or hire someone to code it 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
April 9, 2015 at 14:45 in reply to: Custom Portfolio page as parent page – child pages create 404 error #53762sharmstr
ModeratorDid you also resave your permalinks? Theme Options > Settings > Permalinks > click 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
ModeratorIf you have the skills to do it, you can edit /kleo/page-parts/general-header-section.php. Make sure you copy it to your child theme first.
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
ModeratorClick on the pencil icon in the upper right of that row. The video is the background of the 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
April 9, 2015 at 14:09 in reply to: Blue line highlight above home and other menu choice option #53758sharmstr
ModeratorIt shows two because Home points to http://rotocurve.com/ and so does DFS Tools. Its working as designed. If you want DFS Tools to be a parent menu item and not go anywhere, change the URL to “#”. No more highlight.
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
ModeratorIs it hidden under the +/- tab? Is it there if you enable the WP 2014 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
April 9, 2015 at 01:38 in reply to: Blue line highlight above home and other menu choice option #53719sharmstr
ModeratorWhat about it? It shows you where you’re at.
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 to do on Kleos end. The plugin says it already has Buddypress Profile integration.
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 know how to explain this any other way. You dont NEED a page called shop because its using “Home Shop”. You have your shop page to show products which its doing.
If it makes you feel better, create a page called Shop. Then go back into woo settings and assign your Shop Page to “shop”.
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 responded in the wrong topic.
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
ModeratorWoo will call Home Shop “Shop” since that’s what you have set. You could have a page called “This is not my shop page” and woo will call it “Shop” if that’s what you have set there.
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 do you have set at Woo > Settings > Products > Display?
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
ModeratorIts not that it doesnt work with Kleo, its that it doesnt work with Extended user profile fields which are controlled by Buddypress, not WordPress.
Ask over on the Buddypress forum since its their 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
ModeratorDid you verify your page settings? http://docs.woothemes.com/document/configuring-woocommerce-settings/#section-3
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
ModeratorCommon issue with rtMedia. So much so they have a page dedicated to it. In the future, you should go directly to the plugin support site when you have issues with a plugin: http://docs.rtcamp.com/rtmedia/troubleshooting/solve-404-page-not-found-error-media-tab-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
April 8, 2015 at 18:05 in reply to: insert login box on a page and rearrange profile menu tabs #53682sharmstr
ModeratorDid you look at widgetised sidebars? Dont be fooled by the name.
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
ModeratorWorks for me.
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
ModeratorBecause I’m running a clean version of Kleo, probably. I only brought abe in on this to contact VC if that was indeed 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
ModeratorLogin doesnt work. Next time reply privately.
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 fix has nothing to do with that. It has to do with NOT being able to post.
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. Please read the link I sent 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 a rtMedia Pro thing. The demo site isnt running Pro. I dont know of a way to turn that off. Ask 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
ModeratorIts always going to say up to date because it cant get update info from the dev since its bundled with Kleo. The current Kleo version is 4.4.2 https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-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
ModeratorIts uses the page.php template. Do have an old version of that file in your child theme? Have you disabled plugins? Have you switched to the Kelo parent theme temporarily to make sure that its nothing in your child theme that’s causing it? Is Kleo up to date?
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 what I told you? I am using rtMedia and so is Kleo demo site. Click on the X in the upper right. Problem solved.
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
Moderatormaybe 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
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorVisual Composer
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 verified that its not a Kleo issue. Kleo writes your color settings to /wp-content/uploads/custom_styles/dynamic.css. You can see in the image that the correct color is there. But you site is still loading an old version of dynamic.css which has a background color of white.
I cant assist anymore with this.
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.April 7, 2015 at 19:27 in reply to: insert login box on a page and rearrange profile menu tabs #53532sharmstr
ModeratorAssuming you’re using the fullwidth page, you can create a sidebar with only the login form on it. Then use the widgetised sidebar shortcode in VC to add it to your homepage.
You can use this to rearrange profile tabs
COPY CODEfunction my_change_profile_tab_order() { global $bp; $bp->bp_nav['settings']['position'] = 10; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['blogs']['position'] = 50; $bp->bp_nav['messages']['position'] = 60; $bp->bp_nav['profile']['position'] = 70; } add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
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 your site is free, why are you using PM Pro?
COPY CODEspan.label.radius.pmpro_label { 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
-
AuthorPosts