This topic has 9 replies, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #63924
     Lifevise
    Participant

    Hi, after the update I still have a few issues.

    1. I’m unable to delete the title ‘site-wide activity’ on the activity page. On all other pages they are hidden easily but here it doesn’t disable.
    2. Why is there no hover color anymore on the profile tabs? What CSS can I use to get it back?
    3. Submenu items/pages are not visible on mobile
    4. How do I make the Kleo button even bigger than “large”?

    Thanks in advance.

    #64051
     sharmstr
    Moderator

    1 – Theme Options > Buddypress > Page Title Location

    2 – I’ll talk to the developers about this. In the meantime, you can put this in your quick css. Adjust the colors if you have a color scheme other than the default

    COPY CODE
    
    .main-color #buddypress div.item-list-tabs li a:before {
      color: #bbbbbb;
    }
    .main-color #buddypress div.item-list-tabs li.selected a:before {
      color: #414142 !important;
    }
    .main-color #buddypress div.item-list-tabs li.selected a {
      color: #414142 !important;
    }
    

    3 – Cant reproduce. Please provide more information.

    4 – Adjust as necessary

    COPY CODE
    
    .btn-lg {
      padding: 50px 75px;
      font-size: 30px;
    }
    
    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

    #64054
     sharmstr
    Moderator

    I’m working with the devs on #2 now. Looks like its happening on chrome but not firefox.

    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

    #64066
     sharmstr
    Moderator

    #2 is fixed in the next update. Make sure you remove the css I gave you (if you decided to add it), then go into theme options and click save after you update.

    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

    #64201
     Lifevise
    Participant

    Hi sharmstr,

    Thank you for your reply.

    1. In theme options > buddypress > Page title, location is set on disabled. Also on pages > Activity > Title section I have set: Hide the title – breadcrumb hidden – hide information.
    This settings hide the title on every page EXCEPT the activity page… You know what can be wrong?

    2. Clear, thanks!

    3. What I try to say is that in the mobile navigation menu. We have a parent page with sub pages. It shows in the desktop menu but not in the mobile navigation menu. Also under profile icon we have a few subpages: notifications, profile etc. and doesn’t show on mobile. I will add a screenshot.

    4. Thanks for the code. I added two ‘lg’ buttons with shortcode to the revolution slider. I only want those buttons to be bigger. Where do I add the code? (I tried to add in edit style and edit global style, but didn’t work)

    #64202
     Lifevise
    Participant
    This reply has been set as private.
    #64207
     sharmstr
    Moderator

    1 – Those options dont work on buddypress pages. You need to set it in the backend. Give me a link and credentials and I’ll have a look for you.

    3 – I think its a css issue, but hard to know for sure without seeing the page: https://archived.seventhqueen.com/forums/topic/menu-plus-button-not-showing-up

    4 – If you only want it for those buttons, then add and extra class name to the button using Kleo Button Settings. Call it extra-lrg-button. Then add this css to either quick css in theme options > general, or to the page using the gear icon in VC

    .extra-lrg-button {
    padding: 50px 75px;
    font-size: 30px;
    }

    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

    #64209
     Lifevise
    Participant

    1. I will try myself to set it in back-end for now, if I can’t I will contact support again.

    3. Yes, the CSS you gave in the link worked!

    4. Clear, fixed.

    Thanks for all the help sharmstr!

    #64210
     Lifevise
    Participant

    Oh, how do I refer to two classes in a short code? I’m using two times el_class= (for lrg button and show kleo login) and only one works…

    #64211
     sharmstr
    Moderator

    el_class=”extra-lrg-button kleo-show-login”

    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 10 posts - 1 through 10 (of 10 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?