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

  • Author

    Tagged: 

  • #36447
     edouard0585
    Participant

    Good Morning Madam, Sir,

    Excuse me to disturb you but I just bought the Kleo theme and I can’t find how to add items to the profile menus. For example I wish to add the media items in the user’s menus or reorganise it and i just cant find it. You help would truly be appreciated. Thank you and have a nice day.

    Edouard

    #37430
     Abe
    Keymaster

    If you want to add items to the user navigation then you need a plugin since is generated by Buddypress https://wordpress.org/plugins/buddypress-custom-profile-menu/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #37454
     edouard0585
    Participant

    Dear Madam, Dear Sir,

    Thank you very much for your answer. I actually purchased the pro version of this software and my problem now is to make the + icon at the right of the menus (it shows the additionnal menu items) appear. It is present on your demo site but I can’t make it work on mine. I have the 2.2 version of kleo. Thanks again for your answer. Have a nice day

    Edouard

    #37698
     Abe
    Keymaster

    The plus should appear automatically when you add multiple items that don’t fit on the screen

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    #37791
     edouard0585
    Participant
    This reply has been set as private.
    #37796
     sharmstr
    Moderator

    The problem is your UL that contains the menu is missing the .responsive-tabs class. That is needed in order for the jquery to create the +- toggle. Have you made changes to /kleo/buddypress/members/single/home.php?

    A few other things to note

    1 – You have a ton of plugins and have probably had to edit core kleo files to make them all work. I strongly suggest you use the Kleo Child theme to make everything upgrade safe.

    2 – You’re running Kleo 2.2, but you haven’t updated K-elements. You need to be running K-Elements 2.2

    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

    #37816
     edouard0585
    Participant

    Thank you very much for your answer but what is an UL or the .responsive-tabs class. I have no idea what you are talking about in your first point and really don’t know what to do.
    1°) For the plugin, I almost configured all of them but for the rest you are right I will use the child theme.
    2°) Ok chere can I find the K-Elements 2.2 ? Have a nice day and thank you for your answer. I really appreciate it.

    #37817
     sharmstr
    Moderator

    1 – You dont really need to know what the UL is. I’m merely telling you that’s why its not working. Something is overriding that menu so its not producing the correct class for the url. You need to figure out what plugin or what changes you have made to cause that.

    2 – K-elements is in the zip file you download from Theme Forest.

    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

    #37867
     edouard0585
    Participant

    Dear Sir,

    Thank you for your answer. About K-elements, I managed to download its new version but for the + toggle of the profile menu, I deactivated all my plugins but it made no difference. I tried restarting everything from 0 on my child theme but I made no difference. Is there anything else to do ? You told me that the .responsive-tabs class was missing, is it possible to put it back / Add it somewhere ?

    How can I modify the colors of the icons from the profile menu ? Can you tell me how to do it precisely step by step because I am kind of lost when there is to modify the code.
    I stay at your disposal. Thank you for your valuable help and have a great week-end

    Edouard

    #37868
     sharmstr
    Moderator

    Can you respond privately with ftp access to your site. I want to look at your files.

    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

    #37896
     edouard0585
    Participant
    This reply has been set as private.
    #37899
     edouard0585
    Participant

    I Stupidly sent them in normal message. I changed them and will send them in private message

    #37900
     edouard0585
    Participant
    This reply has been set as private.
    #37902
     sharmstr
    Moderator

    Looks like you changed the password to access the site. I need that too please.

    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

    #37907
     edouard0585
    Participant
    This reply has been set as private.
    #37970
     sharmstr
    Moderator

    You’re still not using the child theme.

    In any case, I added some code that prints out which file is being used to print out parts of the page. You say that you tried disabling all plugins and it still didnt work. Well, here’s you’re culprit

    COPY CODE
    
    
    
    

    <!– Template Part: members/single/activity-wall.php –>

    <div class=”item-list-tabs no-ajax” id=”subnav” role=”navigation”>

      See how the ul is missing the class=”repsonsive-tabs”?

      I deactivated buddypress wall and the +- shows up. You have 94 plugins installed. You’re going to have issues.

      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

    #38192
     edouard0585
    Participant

    Dear Madam, Dear Sir,

    I don’t know what you did but It works ! Thank you very much for your help. I didn’t use the child theme yet because I add to take car of design issues before finishing the website. Great job ! Thank you !

    Edouard

    #38197
     sharmstr
    Moderator

    I told you what I did. I disabled the buddypress wall plugin. That’s what was causing the issue.

    Life will be 1000% easier if you start with the 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

    #38201
     edouard0585
    Participant

    AH ok. But I don’t understand, I tried disabling all the plugins and it didn’t change anything. I will start working on the child theme right now but what is the different between working on a child theme or a parent theme ? Thank you for your help

    #38203
     sharmstr
    Moderator

    Apparently you didnt.

    Read this: http://codex.wordpress.org/Child_Themes

    To import your Kleo settings from the parent to the child:

    – go to theme options -> import / export

    – click on copy under export and copy the contents

    – enable kleo child

    – go to theme options -> import / export

    – click on import from file and paste

    – click on import

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

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

Log in with your credentials

Forgot your details?