This topic has 15 replies, 3 voices, and was last updated 8 years by nancyfournier.

  • Author
  • #115881
     nancyfournier
    Participant

    1- how may I change the color of the title in the divider, the grey is not enough dark? please see image : divider-title.JPG

    2- How may I show all the tab, like on two line, instead of have a « + » to show the other tabs? please see image : tab.jpg

    3- Where may I find the info to register the template for automatic update? When I put that, will it change my template setting (I use the child template)?

     

     

    Attachments:
    You must be logged in to view attached files.
    #116033
     Radu
    Moderator

    Hi,

    1. Use this css, the css should be added into wp-admin -> theme options -> general options -> quick css

    COPY CODE
    .hr-title {
        color: red !important;
        border-top-color: red !important;
    }

    2. That’s the default behaviour… if there is not enough space for displaying another one it groupes like that

    3. You will have to install and to put your api key into plugin settings https://github.com/envato/envato-wordpress-toolkit

    http://themeforest.net/forums/thread/where-can-i-find-my-secret-api-key-/137373

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #116404
     nancyfournier
    Participant

    Hi Radu,
    Thanks for the code, in question 1.

    4. I would like the post related, stay small, even if there is only one post related, where may I change it, or wich code to do? (see image : related-articles.jpg)

    5. In the menu I would like to get the active button in another color, instead of only have a line above (see image : menu-active-button.JPG)

    6. When I connected they ask me to update the file app.js + app.min.js, when I did that, the website, was not accessible. I put the old file back, and it works, do you know why?

    Thanks
    Nancy

    Attachments:
    You must be logged in to view attached files.
    #116409
     nancyfournier
    Participant

    7. I put the api key, wich files should I backup, before the update?

    thanks

    #116423
     nancyfournier
    Participant

    8. Find people in the directory by postal code : http://sphq.org/wordpress/trouverunmembre/. Is there a plugin or a code to find people in the area of the postal code written in the field by the user?

    Thanks

    Nancy

    #116586
     Radu
    Moderator

    Hi,

    4. Use this css by adding it to wp-admin -> theme options -> general settings -> quick css

    COPY CODE
    .kleo-main-header .nav > li.active > a {
        background: #00b9f7;
    }

    5. This is only quick solution that i can provide to you , if you will have more than two articles related change from 33 to 50 and if you have more than one remove the snippet.

    COPY CODE
    ul.kleo-carousel article {
        width: 33%;
    }

    6. Strange, other users has replaced that files without any problems, try to re-download archive and try again.

    7. You should backup the child theme and if you have modified some of parent theme files backup it to.. also you can backup the theme settings from wp-admin -> theme options then go to -> import/export -> download data file

    8. If some users has that filed completed it should work… if no user has completed that filed you will not find any users.

    Cheers

    Radu

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

    Hi Radu,
    Thanks for the answers.

    4. is there a way to tell to not use this code for the homepage, because the word “accueil” come in blue, because it is active, and the menu is transparency. (see image : menu-active-button-home-page.JPG)

    6. it is ok, I forgot to update wordpress before, updating your files. But now the Visual composer doesn’t work, do you have the update, I made the update of kleo and nothing change.

    8. For now the field postal code, will only find they exact text, ex. : J0C 1N0, and will not find the region near that postal code. Do you know if there is a plugin with buddypress or other, to find people by postal code which also looking for people in region around this postal code?

    9. Where may I change in the setting the sub-menu of transparent menu, it is in black. (see image : menu-active-button-home-page.JPG)

    thanks a lot 🙂
    Nancy

    Attachments:
    You must be logged in to view attached files.
    #116876
     Laura
    Moderator

    Hello, about:
    4- Try by adidng this css to style.css of child theme

    COPY CODE
    
     .home .kleo-main-header .nav > li.active > a {
        background: initial;
    }
    

    6- At the plugin update section, are you able to update it there? What version do you have right now?
    8- Yes it’s a normal behaviour, it will work only if you put the complete postal code not partially. Personally i haven’t such as plugin and i cannot recommend you nothing
    9- What colors do you want to have? 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #117463
     nancyfournier
    Participant

    Hi,

    4. Yes it’s working 🙂

    6. it’s working too 😉

    8. for postal code, I mean to find all the people in the city near a specific postal code which is entered in the field, not a partially postal code

    9. #00b9f7 and the over color : #1e8cc6

    thanks

    #118023
     Laura
    Moderator

    Hello
    8- GEOMYWP plugin does that
    9- Add this to style.css

    COPY CODE
    
    .navbar-transparent .navbar-nav>li>.dropdown-menu, .navbar-transparent .navbar-nav>li>.dropdown-menu .dropdown-menu {
        box-shadow: none;
        background-color: #00b9f7 !important;
        border-color: transparent;
    }
    li#menu-item-7792 {
        background: #1e8cc6;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #118662
     nancyfournier
    Participant

    Thanks a lot 🙂

    Just a last question :
    Is it possible to create a form : http://sphq.org/wordpress/trouverunmembre/ to find member, without using the default of buddypress? Because I would like to add the GEOMYWP plugin into the same page of the search directory members page.

    Thanks
    Nancy

    #119072
     Laura
    Moderator

    Hello, try maybe bp profile search plugin 🙂

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #119975
     nancyfournier
    Participant

    Hi Lara,
    4- I don’t know why, but the code in question 4, has stop working, I have had !important in the code and it change nothing.

    8- Geomywp, I know it is not your function, but I really don’t understand how to make working geomywp, I install it and activated the free add-on and create the page with this code :
    [gmw form=”1″ name=”form_id_1″]
    [gmw form=”results” ]

    and when I go to the page : http://sphq.org/wordpress/trouver-un-homeopathe-membre/ , the result is no found member. It is like the field in buddypress are not understood by geomywp. I make some research on google, and didn’t found any answers… 🙁

    Thanks a lot lot lot 🙂
    Nancy

    #120291
     Laura
    Moderator

    Hello, for 4- Try cleaning cache, or deactivate some plugins and reactivate them
    8- Your members need to select a location before because if they dont have a location they wont appear at the search. Geo My Wp adds a location menu to users profile

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #121440
     nancyfournier
    Participant

    ok thanks a lot. Do you know where I can remove the status of the members, like : “Actif il y a 23 h et 50 mn”?

    thanks
    Nancy

    #121441
     nancyfournier
    Participant

    That’s ok, I put the code in the css to hide 🙂
    thanks

Viewing 16 posts - 1 through 16 (of 16 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?