Forum Replies Created

Viewing 40 posts - 11,041 through 11,080 (of 11,328 total)
  • Author
  • in reply to: How to change/background of the active in Main Navbar #25814
     sharmstr
    Moderator

    Since it worked, that’s probably an indication that you have a coding error further down in your css rules.

    Yeah, it doesn’t look good at all. If you want to change the text color, you can do that by changing background-color to color. Then change the color code too.

    Also, I cant figure out a way to get it to work with mega-menu items, but it doesnt look like you’re using them anyways.

    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 change/background of the active in Main Navbar #25809
     sharmstr
    Moderator

    Its confusing because this forum parsed out the ‘& g t ;” code (which is the code for the greater than symbol.

    Anyhow, looks like your css is correct now. What I dont understand is why its not parsing it. I can see kleo-child/style.css is being called in <head> but its not using that rule. Can you try moving the code up to the very top of your style.css file? Just below “Please add your custom styles below”.

    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 change/background of the active in Main Navbar #25804
     sharmstr
    Moderator

    Arggg. The forum returned the greater than sign. Look at the attached image to see the 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.
    in reply to: How to change/background of the active in Main Navbar #25802
     sharmstr
    Moderator

    I just looked at your style.css and its returning “>” instead of “>”. This is what it looks like.

    COPY CODE
    
    .current-menu-parent > a {
    background-color: #848484 !important;
    }
    

    But, in trying to figure that out, I noticed that not all main menu items use the current-menu-parent style so we need to add a another one to the css.

    COPY CODE
    
    
    .current-menu-parent > a, .current-menu-item > a {
    background-color: #848484;
    }
    
    

    You can use the editor to add the placeholder by selecting “Kleo” in the “Select theme to edit” dropdown. Then click on Search Form. Though I see the placeholder is already in your widget so maybe you’ve figured that out.

    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 to change/background of the active in Main Navbar #25800
     sharmstr
    Moderator

    Forgot to mention, you can always change /kelo/searchform.php using wp admin editor just to make sure it works and its what you want. Then, once you get ftp access, you can copy it over to kelo-child.

    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 change/background of the active in Main Navbar #25799
     sharmstr
    Moderator

    Ok. Now I get it. Try .current-menu-parent > a. Though my guess is that you’re not going to be happy with changing the background color since the menu item is as tall as 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: How to change/background of the active in Main Navbar #25796
     sharmstr
    Moderator

    Okay, lets back up and make sure I’m understanding what you want. Your original question was “how to change the color of the text or the background to highlight what the active page is in the navbar.”.

    My understanding is, for example, when you are on the members page, the “Members” menu item under “Community” will be styled differently than the default. Actually, if that’s the case, you can change that in the Theme Options-> Styling Options -> Header -> Alternate background color (I dont see an option for alternate text color, though.)

    If that’s not what you want, can you explain it to 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: How to change/background of the active in Main Navbar #25793
     sharmstr
    Moderator

    1 – I’m getting a “domain not active” error when clicking on the link. Just to be clear, you’re adding the code to kleo-child/style.css AND you have the Kleo Child theme active, right?

    2 – Copy /kelo/searchform.php to /kelo-child/searchform.php then add placeholder=”Search” to line 4

    COPY CODE
    <input name="s" id="s" type="text" class="form-control input-sm" placeholder="Search" value="<?php if (isset($_GET) && isset($_GET['s'])) echo esc_attr($_GET['s']);?>">
    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 change/background of the active in Main Navbar #25788
     sharmstr
    Moderator

    Can you give me a link to your site? The code works fine for me.

    For your second question, can you elaborate? I’m not sure what you are asking for.

    (note: I’m not a member of support. I’m just a customer like you, but trying to help.)

    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 change/background of the active in Main Navbar #25785
     sharmstr
    Moderator

    Adding linebreaks so it displays on here better.

    COPY CODE
    
    .header-color .dropdown-menu > .active > a { 
    color: #CA0000 !important; 
    background-color: #000000; 
    }
    
    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 change/background of the active in Main Navbar #25784
     sharmstr
    Moderator

    try this

    COPY CODE
      .header-color .dropdown-menu > .active > a { color: #CA0000 !important; background-color: #000000; } 

    Change the colors to suit you. Also, make sure you’re adding 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: What plugin are you using to show ticket status? #25611
     sharmstr
    Moderator

    Thank you for the code. Its working great. One thing I added was a check to see if its actually a support forum before adding the status before the title. My forums are a mix of support and general topics and I needed to remove the status from all the general forums.

    I put this in the “aq_modify_before_title” function

    `//Let’s not override default if its not a support forum
    if (!bbps_is_support_forum(bbp_get_forum_id())){
    //echo ‘<span> its a support fourm </span>’;
    }’

    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: Add articles tab on profile menu without multisite #19382
     sharmstr
    Moderator

    That comes from the social articles plugin

    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: People to post their recipes #18881
     sharmstr
    Moderator

    Like you would any other theme. In admin->themes.

    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: People to post their recipes #18879
     sharmstr
    Moderator

    put it in kleo-child/style.css. Make sure you have the Kleo Child theme enabled.

    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: Footer #18856
     sharmstr
    Moderator

    Find and install a conditional widget plugin and set the widget to only display for logged in users.

    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: Forum list header color #18835
     sharmstr
    Moderator

    Its set in bbpress.css with !important. You’ll have to copy that entire file to child theme and make the change or figure out a way to override 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: Forum list header color #18833
     sharmstr
    Moderator

    I realized that right after I posted it and provided the css code for the header. You should be set now. Let me know if you still have problems with 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: K-Elements Conflicting With Visual Composer #18832
     sharmstr
    Moderator

    I think they said early June.

    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: Forum list header color #18830
     sharmstr
    Moderator

    Sorry, that was for the titles. Here’s the column headers

    COPY CODE
    
    
    #bbpress-forums li.bbp-header li.bbp-forum-info, #bbpress-forums li.bbp-header li.bbp-forum-topic-count, #bbpress-forums li.bbp-header li.bbp-forum-reply-count, #bbpress-forums li.bbp-header li.bbp-forum-freshness {
    color: #000;
    }
    
    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: Forum list header color #18828
     sharmstr
    Moderator

    You need to add it to your kleo-child’s style.css

    COPY CODE
    
    a.bbp-forum-title {
    color: #ca0000 !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: K-Elements Conflicting With Visual Composer #18826
     sharmstr
    Moderator

    There’s no ‘conflict’. Kleo specifically and intentionally removes some standard VC elements. The Kleo team has stated that the next update will re-introduce some of the elements. Do search here for more information.

    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: Forum subcategories #18825
     sharmstr
    Moderator

    You need to change it yourself. Best place to start is bbpress codex http://codex.bbpress.org/layout-and-functionality-examples-you-can-use/

    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: Main Menu info #18755
     sharmstr
    Moderator

    Assuming you are talking about the default kleo phone number bit, you have to change that in two places. Header Options AND 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: Revolution Sliders is not working #18645
     sharmstr
    Moderator

    Switch to visual composer and add it using the revolution slider element

    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: Front Page -Kleo Child Theme #18586
     sharmstr
    Moderator

    Google is your friend: http://wordpress.stackexchange.com/questions/41805/is-front-page-only-works-in-theme-file-and-does-not-work-in-functions-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: Theme Options Page Doesn't Save My Changes #18583
     sharmstr
    Moderator

    Do you some sort of caching enabled?

    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: cannot import demo .xml and data #18459
     sharmstr
    Moderator

    Had to ask. Anyhow, I had that problem all the time on godaddy servers and actually had to split the import file into smaller chunks (with a different theme). I recently moved over to a new host and the first import of Kleo data gave me a blank screen. I had failed to select “admin” for the ‘assign posts to’ section. When I tried to do it again, this time selecting ‘admin’, it worked fine and it was quick. So, not really sure if it was a temporary ‘server’ issue or and issue with not selecting ‘admin’.

    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: cannot import demo .xml and data #18455
     sharmstr
    Moderator

    Did you restart php on the server after you changed max memory and max execution?

    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: something is definitely hitting the CPU hard #18398
     sharmstr
    Moderator
    Not marked as solution
    in reply to: something is definitely hitting the CPU hard #18182
     sharmstr
    Moderator
    Not marked as solution
    in reply to: Child theme help I really messed up #17979
     sharmstr
    Moderator

    You shouldn’t have to do all of that. All that is required is copying you changes to the 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: Spam Spam Spam #17847
     sharmstr
    Moderator

    +1 for Wanguard. Love 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: Missing paid memberships pro plug in #17685
     sharmstr
    Moderator

    It doesn’t come with it. Kleo ‘supports’ it. Go to Admin -> Plugins and install it.

    https://wordpress.org/plugins/paid-memberships-pro/

    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: Creating My Account Page #17233
     sharmstr
    Moderator

    Admin -> Appearance -> Menus.

    Click on Links
    URL = #
    Link Text = My Account
    Click Add to Menu

    After its added to the menu, position where you want it then add BuddyPress menu items under 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: Theme auto update 1.4.2 : new VC? #17201
     sharmstr
    Moderator

    Thank 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

    That’s perfect! Thank 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: Notification? #17171
     sharmstr
    Moderator

    No problem. And yes, I’m a very busy WOMAN 🙂

    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: Notification? #17135
     sharmstr
    Moderator

    I wrote script that does that: https://github.com/colabsadmin/BuddyPress-Manage-Notifications I’m supposed to be adding it to BuddyPress core, but I got frustrated and distracted. Anyhow, there’s a few dropdown display name issues with it but maybe you can sort those out. I warn you, I’m not going to offer much support for it. I dont have the time.

    To use it, take the first 3 files and put them in a folder called ‘bp-manage-notifications’ in the plugins dir. Then put notifications-loop.php in /kleo-child/buddypress/members/single/notifications. Good luck.

    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: People to post their recipes #17134
     sharmstr
    Moderator

    I believe that they are changing the code so that it picks up the first image of the post if a featured image is not defined.

    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 - 11,041 through 11,080 (of 11,328 total)

Log in with your credentials

Forgot your details?