Forum Replies Created

Viewing 40 posts - 7,721 through 7,760 (of 11,328 total)
  • Author
  • in reply to: customizing Pop Up Login Box #53824
     sharmstr
    Moderator

    From 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: customizing Pop Up Login Box #53818
     sharmstr
    Moderator

    put 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress in child theme template #53788
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress in child theme template #53780
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress in child theme template #53776
     sharmstr
    Moderator

    Wait. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Buddypress in child theme template #53775
     sharmstr
    Moderator

    have 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Sorry, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Sure.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: KLEO – Features Requests #53765
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Help with placing the TopBar UNDER the Header? #53760
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Video brakground header #53759
     sharmstr
    Moderator

    Click 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    It 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: sabai directory #53756
     sharmstr
    Moderator

    Is 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    What 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: sabai directory #53701
     sharmstr
    Moderator

    There’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I cant find the page "Shop" #53700
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Support Needed for Visual Composer #53698
     sharmstr
    Moderator

    Sorry, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I cant find the page "Shop" #53696
     sharmstr
    Moderator

    Woo 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I cant find the page "Shop" #53692
     sharmstr
    Moderator

    What 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 solution

    This 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.
    in reply to: Locking extended profile fields #53690
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: I cant find the page "Shop" #53685
     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: cant upload media and media tab 404 error #53683
     sharmstr
    Moderator

    Common 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Did 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: BuddyPress Like v.0.1.9 #53658
     sharmstr
    Moderator

    Works for me.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Support Needed for Visual Composer #53637
     sharmstr
    Moderator

    Because 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Membership Page Not Taking Full Width Template #53589
     sharmstr
    Moderator

    Login 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Activity Stream does not work #53577
     sharmstr
    Moderator

    The 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    No. 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: youtube videos activity feed #53571
     sharmstr
    Moderator

    That’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Membership Page Not Taking Full Width Template #53567
     sharmstr
    Moderator

    Its 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: youtube videos activity feed #53559
     sharmstr
    Moderator

    Did 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 solution

    This 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.
    in reply to: Membership Page Not Taking Full Width Template #53554
     sharmstr
    Moderator

    maybe a caching issue?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This 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
    Moderator

    Visual Composer

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: text is light #53539
     sharmstr
    Moderator

    I 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 solution

    This 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
    Moderator

    Assuming 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 CODE
    
    function 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Remove Upgrade Account Option #53529
     sharmstr
    Moderator

    If your site is free, why are you using PM Pro?

    COPY CODE
    
    span.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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 40 posts - 7,721 through 7,760 (of 11,328 total)

Log in with your credentials

Forgot your details?