Forum Replies Created

Viewing 40 posts - 3,841 through 3,880 (of 11,328 total)
  • Author
  • in reply to: how to add xprofile to registration form #77643
     sharmstr
    Moderator

    You need to move those fields to the base group. If you want to keep them in a separate group, then you’ll have to find a plugin that will add that group of fields to your registration form.

    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: 2 types of users #77642
     sharmstr
    Moderator

    Buddypress has user types now. You can create 2 new types and assign users to them. I personally use the BP Member Type generator plugin to create the types: https://wordpress.org/plugins/bp-member-type-generator/ Once you do that you’ll have a filter on your member page for each type and even a member specific directory if you want. More info: https://codex.buddypress.org/developer/member-types/

    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: Restrict BP User Field Groups #77638
     sharmstr
    Moderator

    There’s nothing in Kleo that will do this for you. You should ask on the PMPro and/or Buddypress forum.

    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: [an error occurred while processing this directive] #77634
     sharmstr
    Moderator

    Please update your site to the latest version of kleo, k-elements, vc and revslider

    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: Settings not saving since latest update #77624
     sharmstr
    Moderator

    Have you rulled out a plugin conflict? Which version of Kleo are you running?

    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: Pinterst page – can users post 'public' posts here? #77613
     sharmstr
    Moderator

    Dont set your pinterest page as your blog page.

    The Kleo Posts shortcode will allow you to do some filtering. Unfortunately, I dont think you can do something simple like “show all posts except from admin”, which sounds like it would be perfect for you. Assuming you’re using Social Articles, maybe you can get some code from them that will automatically add a specific category to your users posts (i.e. public). Then you can use the category filter that’s in the Kleo Posts shortcode.

    The other option is to use one of the visual composer post grids and change the data source to custom query and add author=-1 to the query box. This will filter out all posts that were created by the user with the ID of 1 (assuming that’s 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change/remove background color in Woo Commerce #77599
     sharmstr
    Moderator

    try this in your quick css

    COPY CODE
    
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
           background: transparent !important;
    }
    
    
    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: Set PMPro membership level with imported members. #77595
     sharmstr
    Moderator

    Looks like PMPro has an addon for that: http://www.paidmembershipspro.com/add-ons/plus-add-ons/pmpro-import-users-csv/

    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: Live Notifications Icone gone #77593
     sharmstr
    Moderator

    Go to WP Admin > Appearance > Menus. Select your menu and add an icon to your live notification menu item.

    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: Design like in example #77589
     sharmstr
    Moderator

    Forgot to answer. There is no search bar on top of the standard wp blog page. Perhaps you were looking at a page that was built using visual composer with the search form shortcode.

    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: Design like in example #77588
     sharmstr
    Moderator

    You can add the advanced search form to the members page in the plugin settings. Please read their documentation: https://wordpress.org/plugins/bp-profile-search/installation/

    That plugin only searches xprofile data, not PMPro membership data.

    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: How to update KLEO Theme #77575
     sharmstr
    Moderator

    You need to ftp it to your server. Instructions are here: 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: How add a banner in all page and post #77574
     sharmstr
    Moderator

    great.

    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: CSS modifictaions #77571
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: CSS modifictaions #77570
     sharmstr
    Moderator

    Its not happening when I select it. But you can try this in your quick css

    COPY CODE
    
    media="all" {
    .main-color ::selection {
        background-color: #000000 !important;
        color: #fffff !important;
    }
    }
    
    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 the “remember me” text and checkbox #77569
     sharmstr
    Moderator

    I dont understand what you mean.

    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: How add a banner in all page and post #76808
     sharmstr
    Moderator

    I forgot to mention that you’ll have to ftp the update up to your server. Somewhere between 3.0.1 and 3.0.7 (cant remember), theme forest updated their server code which broke the auto update. Once you’re up on 3.0.7, auto update will work going forward. Kleo wasnt the only theme affected. 1000s of themes were. Anyhow, I didnt want to respond to your new topic because it would assign it to me. And as I said, I’m leaving for a few days 🙂

    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: How add a banner in all page and post #76806
     sharmstr
    Moderator

    I just scan all the fixes since 3.0.1 and that issue was fixed in 3.0.6. Get your site on 3.0.7 and all should be well. I’m getting ready to head out of town so if you have issues upgrading to 3.0.7, please start a new 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: How add a banner in all page and post #76805
     sharmstr
    Moderator

    🙂

    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: How add a banner in all page and post #76802
     sharmstr
    Moderator

    Not according to your source code???

    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: How add a banner in all page and post #76798
     sharmstr
    Moderator

    Looks like you’re running 3.0.1? That could be the problem.

    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: How add a banner in all page and post #76797
     sharmstr
    Moderator

    what version of kleo?

    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: How add a banner in all page and post #76789
     sharmstr
    Moderator

    Works great on my site. Do you have custom template files in your child theme? Looks like kleo_before_content is injecting it in the wrong location due to a custom template file.

    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: Unable to install Visual Composer #76765
     sharmstr
    Moderator

    Also, as the update link I gave you indicates, you can always ftp the new vc files up to your server.

    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: Unable to install Visual Composer #76764
     sharmstr
    Moderator

    When I tried to delete js_composer it acted like it deleted it but it didn’t. Seems like an issue with your godaddy interface. Anyhow, I renamed it. But you need to figure out how to completely delete it.

    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 Profile Fields #76735
     sharmstr
    Moderator

    Then I cant help you. This is a Kleo forum.

    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 Profile Fields #76732
     sharmstr
    Moderator

    That’s not custom. That’s why I’m confused about your question. http://seventhqueen.com/themes/kleo/members/demo/

    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: Unable to install Visual Composer #76731
     sharmstr
    Moderator

    Hmmm. Are you sure you deleted the correct folder? Give me ftp access and I’ll have a look.

    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: Unable to install Visual Composer #76726
     sharmstr
    Moderator

    Same error message?

    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: bp profile search #76707
     sharmstr
    Moderator

    You need to downgrade BP Profile Search to an older version until 7th Queen releases a Kleo update that supports it.

    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 Profile Fields #76706
     sharmstr
    Moderator

    I dont understand your question. There is nothing custom there. The profile icon is there by default

    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: Unable to install Visual Composer #76705
     sharmstr
    Moderator

    The directory is called js_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: Unable to install Visual Composer #76704
     sharmstr
    Moderator

    The directory is there. FTP to your server and delete it.

    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: Round photos on sabai discuss #76702
     sharmstr
    Moderator

    I was able to style the avatar in the comments as well

    COPY CODE
    
    .sabai-comment-avatar img {
        height: 30px !important;
        width: 30px !important;
        border-radius: 100% !important;
    }
    

    So, I think that leaves the avatar for the person who started the question as the one that cant be styled.

    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: Round photos on sabai discuss #76700
     sharmstr
    Moderator

    In the future, please provide a link when you’re asking for css support for a plugin that isnt standard with Kleo. It will help us help you faster. I was able to find a link to your site by going through your old replies.

    So, unfortunately, the avatars dont have a class associated with them, so we cant target it to change the css. The style of the avatar is produced inline by the plugin. Ask the plugin developers how to increase the avatar size and add a border-radius:100% to it.

    I was able to style the avatars in the sidebar widget. Try this in your quick css

    COPY CODE
    
    .sabai-wordpress-widget-image img {
        width: 30px !important;
        height: 30px !important;
        border-radius: 100% !important;
    }
    
    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: Unable to install Visual Composer #76696
     sharmstr
    Moderator

    Go to plugins. Disable VC, then delete it. Go back to install plugins and try again. You cant “install” a plugin that already exists. Since VC is bundled with Kleo, there is no “update” routine. It explains this in the documentation: 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: CSS modifictaions #76685
     sharmstr
    Moderator

    I’ve tried selecting text, clicking in the boxes, click on links and I still dont understand. Can you attach an image that illustrates the issue. Sorry.

    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

    Kleo doesnt do any of that processing. It only displays the output of the bp templates. All of the template overrides are merely styling. Those overrides are in /kleo/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

    in reply to: 502 Bad Gateway #76629
     sharmstr
    Moderator

    That’s not coming from Kleo. Contacting your hosting provider.

    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’ll have to find a plugin that does that or create a special template for that page that filters the bp_has_activities function. There’s info out there if you google it. If you need further help, ask on the BP forum.

    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 - 3,841 through 3,880 (of 11,328 total)

Log in with your credentials

Forgot your details?