Forum Replies Created

Viewing 40 posts - 9,241 through 9,280 (of 11,328 total)
  • Author
  • in reply to: WC Vendors Integration #41869
     sharmstr
    Moderator

    I do. But I’m thinking about adding the buddypress profile tabs as you suggested. You can purchase that when its ready 🙂

    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: Double trouble on top #41868
     sharmstr
    Moderator

    Also, please let me know when your site is ready. I’m currently restoring a ’68 BSA Lightning, but my next project is to cafe a 2007 Bonneville. 🙂

    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: Double trouble on top #41867
     sharmstr
    Moderator

    1 – Your menu is using an old ‘my account’ link. Delete it and add the Kleo My Account link. If you can see any of the Kleo options, click on Screen Options in the upper right hand corner and enable them.

    2 – The title issue happens when you have enabled transparent main menu, but haven’t turned off the title section.

    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: Problem with Visual Composer #41848
     sharmstr
    Moderator

    I was able to set the primary menu. No error message.

    Oh, the error is on the front end.

    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: Problem with Visual Composer #41847
     sharmstr
    Moderator

    Where is the server located? Its incredibly slow. Its take well over a minute to load any admin pages, if they load at all.

    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: pin option in visual composer #41844
     sharmstr
    Moderator

    You should look at the page to see how its done. You can import it by going to WP admin – Appearance – Kleo Demo – Specific page – Stylish woocommerce. Basically, you add and image, then pins. You give the pins coordinates.

    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: Problem with Visual Composer #41841
     sharmstr
    Moderator

    respond privately with credentials and a link. I’ll take 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: Problem with Visual Composer #41839
     sharmstr
    Moderator

    What version did you upload? Did you try disabling all other plugins?

    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: Profile cover, any news? #41821
     sharmstr
    Moderator

    I stopped development on it because Abe and his team have decided to do 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: Profile cover, any news? #41819
     sharmstr
    Moderator

    I’m not involved with this anymore.

    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: Hide activity on member page #41817
     sharmstr
    Moderator

    Ok. I didnt really look at their code. The part where they have ‘main-menu’ is really saying 3 things

    1 – If its not ‘main-menu’ location
    2 – If the mycred function doenst exist
    3 – If you’re not logged in

    If any of those are true, then it wont show the menu.

    There are 2 menu locations that Kleo uses

    top = top menu
    primary = main menu

    So, “top” should work. If it doesn’t, contact the plugin dev.

    For your reference: http://codex.wordpress.org/Function_Reference/wp_nav_menu

    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: Hide activity on member page #41811
     sharmstr
    Moderator

    @sebastien I believe you need to change it to “top”.


    @niick8
    – You can put css changes in wp admin > theme options > general settings > quick css

    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: Hide activity on member page #41805
     sharmstr
    Moderator

    For member profile page

    COPY CODE
    
    #item-header-content span.activity {
    display: none;
    }
    

    For members listing page

    COPY CODE
    
    .member-inner-list .item-meta {
    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

    in reply to: Hamburger sidebar nav #41804
     sharmstr
    Moderator

    You only need ! is_home()

    with: http://sharmstr.com/
    without: http://sharmstr.com/blog/

    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: WC Vendors Integration #41777
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: WC Vendors Integration #41770
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Showing testimonials according to their tags #41755
     sharmstr
    Moderator

    Abe has added it. I just tested it and it works great. Should be available in the next update. I dont know the ETA

    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: Hamburger sidebar nav #41752
     sharmstr
    Moderator

    Also, looks like WP 4.2 wont delete menu items with a blank label when saving. https://core.trac.wordpress.org/ticket/24146

    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: Links missing under Menus #41751
     sharmstr
    Moderator

    Go back to the menu screen and click on ‘screen options’ in upper right hand corner.

    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: Custom profile cover image #41748
     sharmstr
    Moderator

    that section is in member-header.php located in /kleo/buddypress/members/single. Make sure you copy it to your child 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: Hamburger sidebar nav #41747
     sharmstr
    Moderator

    Oh right. I forgot that its not a option in appearance – menus. Shoot. There’s no shortcode, but there is another trigger. Try this.

    wp admin – theme options – side menu – add toggle button on your menu: off
    you’ll see a note there about the ability to add a toggle to the menu by putting in the Title Attribute input: class=open-sidebar

    wp admin – apperances – menus – links
    url = #
    link text / nav label = (space)
    title attribute = class=open-sidebar
    icon = menu

    now you should be able to control it with that plugin. keep in mind that you should always make sure there is a space in the nav label before saving the menu.

    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: Issue with Some of the Visual Composer Elements Showing #41722
     sharmstr
    Moderator

    Don’t. Same thing happened to me. LOL

    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: Showing testimonials according to their tags #41720
     sharmstr
    Moderator

    Quick update. I’ll be working on this next (unless something comes up).

    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: Issue with Some of the Visual Composer Elements Showing #41719
     sharmstr
    Moderator

    You have the section set to draft. 🙂

    If you click on the pencil icon for the row, you can either enable it or set it to draft. For example, in order for me to even view your page, I had to set your revslider row to draft. The page was taking way too long to load otherwise.

    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: Hamburger sidebar nav #41717
     sharmstr
    Moderator

    Use this plugin to remove the icon that triggers the side bar when you are on a blog page https://wordpress.org/plugins/menu-items-visibility-control/

    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: Issue with Some of the Visual Composer Elements Showing #41716
     sharmstr
    Moderator

    Hey Josh,

    yeah, please provide credentials and a link. Just mark it private before submitting.

    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: Issue with Some of the Visual Composer Elements Showing #41696
     sharmstr
    Moderator

    Hey Josh,

    Can you be more specific? I cant tell by the image what you’re issue is. thanks!

    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: Registration / Login Button CSS Question #41695
     sharmstr
    Moderator

    You have to add a class to the Title Attribute in the menu settings like this class=btn btn-highlight. Then you have to add custom css to style it the way you want. The way you can target it is

    COPY CODE
    
    .navbar-nav .btn.btn-highlight {
        line-height: 40px !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: Non www and www version for Register Page #41694
     sharmstr
    Moderator

    What happens when you use the Kleo register link instead of the Buddypress one?

    Appearance > Menus > Kleo > Register

    (If you can’t see Kleo, click on screen options in the upper right hand of the window and enable 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

     sharmstr
    Moderator

    Sorry it took so long to get back to you. Glad you figured out a solution. I went a different route and decided to hook into the ‘bp_profile_header_meta’ action that allows you to inject information into the members header without using a child copy of members_header.php. That way you dont have to worry about making sure that the file has updated kleo changes. Also, instead of verbosely coding every link, I created an array of social links, then loop through them.

    For anyone wanted to do it my way, just pop the attached code into your childs function.php file and add/remove the names of the social sites in the array. In order for it to work properly, the text field name and icon name must be the same.

    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

    edit: arrg

    Let me do it. Hold on.

    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: Logo is bleeding over top line #41681
     sharmstr
    Moderator

    I’m not sure what’s specific about your site that’s causing it, but add this to your theme options – general settings – quick css. Let me know if that works.

    COPY CODE
    
    .logo img {
    margin-top: -5px !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

     sharmstr
    Moderator

    I dont have a mac. 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

    in reply to: WC Vendors Integration #41665
     sharmstr
    Moderator

    Not that I’m aware of, but maybe.

    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

    That was my code that I’m using on one of my sites. Anyhow, can you tell me where the issue is. This is what I see when I go to your 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

    Attachments:
    You must be logged in to view attached files.
    in reply to: WC Vendors Integration #41659
     sharmstr
    Moderator

    Let me know if you cant see that. lol

    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: WC Vendors Integration #41658
     sharmstr
    Moderator
    This reply has been set as private.
    in reply to: Logo is bleeding over top line #41657
     sharmstr
    Moderator

    Oh. And thanks for updating.

    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: Logo is bleeding over top line #41656
     sharmstr
    Moderator

    Yep. It is. But only because I’m usually pretty good at figuring this out quickly. 🙂 Its been a long day. Let me put some eyes on it in the morning. Please hold 🙂

    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: Show Video thumbnail in blog entries? #41652
     sharmstr
    Moderator

    No no no 🙂

    I didnt say visual composer. I said visual editor. That’s what they call the standard editor in WP.

    I didnt say Theme Options – General Settings. I said theme general settings. See attached

    Also, an image wont be shown if you configure it correctly. The video will be.

    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.
Viewing 40 posts - 9,241 through 9,280 (of 11,328 total)

Log in with your credentials

Forgot your details?