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

  • Author
  • #16419
     jazzydad
    Participant

    I’m a new Kleo user…so sorry for my simple questions:

    – I’m trying to have a dark colored background. When I put text color white using the theme admin, titles appears in grey…how to make them white?

    – How to remove the bar where the breadcrumb is usually all over the site (even on blog etc)?

    – How to make the whole site private (must login or register)?

    regards,

    david.

    #16544
     SQadmin
    Keymaster

    Hi,

    1. All titles are somewhat derived from “Text color” option. You can play with this by choosing different text colors to see what I mean. Anyway, you can rewrite this rule by applying some css style in admin/theme options/general settings/quick css box:

    COPY CODE
    
    #main .main-color h1,
    #main .main-color h2,
    #main .main-color h3,
    #main .main-color h4,
    #main .main-color h5,
    #main .main-color h6 { color: #ffffff; }
    
    #main .alternate-color h1,
    #main .alternate-color h2,
    #main .alternate-color h3,
    #main .alternate-color h4,
    #main .alternate-color h5,
    #main .alternate-color h6 { color: #ffffff; }
    

    2. To hide title, breadcrumb and title info you have settings on every page in – Theme General settings/Title section.

    3. In order to make the whole site private you need a plugin to restrict the access. Check on WordPress repository

    Regards,
    Robert

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

    Thanks Robert.

    2. when I try to hide title, breadcrumb and title info on the blog page for example, I still have a grey space (bar) between the logo and the main content.

    #16853
     Abe
    Keymaster

    Hi, we will do some tests since it could be a bug in detecting some settings

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

    any feedback?

    #18309
     Abe
    Keymaster

    You are hiding them from the page edit for a specific page, right?

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

    I want to hide title, breadcrumb and title info for all pages.

    #18315
     Abe
    Keymaster

    Ok, fixed it.
    Replace the content from this theme files with the content from attached files:
    – wp-content\themes\kleo\index.php
    – wp-content\themes\kleo\page-parts\general-title-section.php

    You should go to Theme options – Layout settings and set the breadcrumb to OFF and Page Title location to Main section. Then in Header options – Show breadcrumb – OFF and remove the text from “Main menu info”

    Let me know if it works now.
    also to hide the title in the main area, just if you don’t want the title at all add this CSS

    COPY CODE
    
    h1.page-title {
        display: none;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #18393
     jazzydad
    Participant

    ok thanks it works.

    but…your previous answer regarding colors :

    –quote
    1. All titles are somewhat derived from “Text color” option. You can play with this by choosing different text colors to see what I mean. Anyway, you can rewrite this rule by applying some css style in admin/theme options/general settings/quick css box:

    #main .main-color h1,
    #main .main-color h2,
    #main .main-color h3,
    #main .main-color h4,
    #main .main-color h5,
    #main .main-color h6 { color: #ffffff; }

    #main .alternate-color h1,
    #main .alternate-color h2,
    #main .alternate-color h3,
    #main .alternate-color h4,
    #main .alternate-color h5,
    #main .alternate-color h6 { color: #ffffff; }
    — unquote

    I choose #EBEBF0 color…it works for H1, but check the image…on the blog page, it doesn’t work for H3 where I have the “Hello World” link.

    could you help?

    #18411
     Abe
    Keymaster

    This CSS should style that element:

    COPY CODE
    
    #main .main-color h3.post-title > a {
        color: #333333;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #18442
     jazzydad
    Participant

    Thanks.

    Again, you sent me a fix to hide the breadcrumb bar…
    it works for the blog page but not for the buddypress pages.
    Please check attached file on the members and profile page…there still a white bar.

    could you please help me to remove that bar on all pages?

    regards

    #18622
     jazzydad
    Participant

    any reply?

    #18666
     Abe
    Keymaster

    Hi, we fixed that also but forgot to attach it. replace the content from buddypress.php with the attached file.

    Cheers

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

    thanks. it works!

    #18746
     jazzydad
    Participant

    Hi

    On wordpress admin I’ve got this notice:

    Please update rtMedia template files if you have overridden the default rtMedia templates in your theme. If not, you can ignore and hide this notice.”

    what do I have to do?

    #18747
     Abe
    Keymaster

    That rtmedia notice can be ignored.

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

    on the blog theme option
    I do not want social links…but I’d like to enable post Likes.

    So I switched off “Enable Social share” and switch on “enable post likes”

    but with these settings “like” button is not displayed on the post page.

    How can I display it? Can I make some change in some page code to only display the “Heart” without the social button (my website is private…nothing has to be shared with social buttons)?

    regards

    david

    #18804
     jazzydad
    Participant

    Hi!
    Your Buddypress fix has a problem,
    please check the attached page.
    For Members, Profile for example, the end of page is not painted…

    could you please help me urgently?
    (and also my previous question about the “like” button)

    #18808
     jazzydad
    Participant

    Ok leave the previous question…I did a mistake.

    could you just reply about the LIKE (#18769) ?

    #18914
     Abe
    Keymaster

    Hi, enable the sharing and edit wp-content\themes\kleo\page-parts\posts-social-share.php and remove all other span elements after the span with kleo-love

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
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?