This topic has 12 replies, 3 voices, and was last updated 11 years by Abe.

  • Author
  • #38315
     Sebastien789
    Participant

    Hi,

    I have a small issue on my home page, which have a transparent main menu, but i still have a 1px line present.

    I’de like make it transparent, but I absolutely don’t find which part is it, i’ve try almost all the change, all the “border colors” and it keep to show up.

    Is there a way to know which part do i have to change ?

    Thanks !

    #38387
     Kamal
    Moderator

    Hello,
    I have tried to replicate your problem, but I could not. Though you have mentioned that you have already tried changing the border colors of everything, still I suggest you to change the border color from >Theme Options>Styling Options>header. and clear browser caches after saving the settings. If this does not help you, kindly try to give me the link to your site then I will be able to write css code instantly to forcibly hide that line.
    Thanks
    Kamal

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

    Hi,

    Thanks for your quick reply, is there a way to send you a private message ? So i can also give you a login if you need it.

    #38389
     Kamal
    Moderator

    Hi,
    I do not need login access. Please just give me the normal url to your site.
    And if you ever need to share any confidential data then please mark your message private while replying.
    Thanks,
    Kamal

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

    Oh sorry, didn’t saw the “private.

    Here is my website :
    http://www.greenapplab.com/

    BTW, do you have any advice to optimise the speed of my website with your theme ?

    #38392
     Sebastien789
    Participant

    Sorry to ad a new request, but to avoid lost of time, i’de like to ask you 2 other issue that I have :

    As you can see on this page, i have the “Archive for category”.

    http://www.greenapplab.com/category/associations/

    I’ve read this post : https://archived.seventhqueen.com/forums/topic/change-kleo-page-title-for-archives-and-other-wordpress-pages

    But i don’t understand what do I have to rename. (I’ve ask on the post). Can you tell me what to do please ?

    And 2nd issue :

    How can i put a custom Register page, instead of the original from Buddypress ?
    On Themeforest, your crew propose me to rename my original page and and rename my custom by “register”. But it didn’t works..

    Can you help me on those issues ?

    Sorry for all those questions..

    #38442
     Kamal
    Moderator

    Hi @Sebastien789,
    1. For first problem I am working on it.
    2. I would recommend using caching plugins to optimize your site with any Theme or KLEO. Our theme is already optimized for high performance.You need to optimize WordPress to get high performance. One of the best caching plugins is W3 Total Cache. You can also search on Google for WordPress optimization for high speed performance.
    3. For issue with archive page title, You need to change the text written in first quotation. For example, lets say you want to change the title for category archive, so you should change the text like the following.
    Example code was given:

    COPY CODE
    
    $output = __('Archive for category:','kleo_framework')." ".single_cat_title('',false);
    

    You should change the text ‘Archive for category:’ to anything you want to show on category archive page.
    eg.

    COPY CODE
    
    $output = __('MY CUSTOM TITLE FOR CATEGORY ARCHIVE','kleo_framework')." ".single_cat_title('',false);
    

    I hope you understand now what to change in the code give there. and you asked about string there. String means characters eg. abcdeABCDE etc.
    4. Custom registration page, I am working on it and will let you know soon.
    Thanks,
    Kamal

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

    Thanks for your reply ! πŸ˜€

    3/I’ve fix the “Archive” issue now ! πŸ˜‰
    2/I’ll use a cache plugin, thanks.
    4/About the register, for now i have found a bypass : When I use the widget of login, it’s linked to BP so, when I click on register, it goes on the default page. But, when i use the “Kleo register” menu (that i’ve put on top bar), I don’t know why.. but it goes on my custom page..
    But, on the “Kleo Login” menu that i’ve put on top bar too, if I click on the “create an account”, it will goes to the wrong page (the default from BP).

    I don’t really understand..(If you want, you can check my website for both menu).

    Thanks for your help, I hope you’ll found out from where come the “one pixel bar”, and if you need I make some test, just tell me. πŸ˜‰

    (One last question : Do you know if there is a way to show a different “slider” based on the device which goes to my website ?
    I have a video on my home page, which showed on computer, but i’de like to put only an image, for those who visit my website on phone/tablet)

    Thanks for all your support, you roxx’ !

    #38797
     Abe
    Keymaster

    Hi, regarding to the border on the header try to update to latest theme version.

    Cheers

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

    Hi,

    Thanks for your reply but i’ve put the last version y1 or 2 days ago.

    SΓ©bastien

    #38936
     Abe
    Keymaster

    Strange. I see you have some caching installed.

    You can disable it with this css added to the child theme/ style.css or in Theme options – Quick css

    COPY CODE
    
    .kleo-main-header {
        box-shadow: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #38991
     Sebastien789
    Participant

    Oh thanks it’s works ! πŸ˜€
    You’re the best ! πŸ˜‰

    Do you know which color option is for the background of the “Login popup” ? I’m fighting with it I don’t know if it’s on the main/ background or alternante or Alternate/ background or alternate..

    I have uncheck all my “transparent” case and it’s still transparent.. wired.

    Thanks for your help on this pixel bar ! πŸ˜‰

    #39228
     Abe
    Keymaster

    It should take the background color from the Main section in the Styling options

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 13 posts - 1 through 13 (of 13 total)

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

Log in with your credentials

Forgot your details?