-
Author
-
April 29, 2014 at 18:21 #16419
jazzydad
ParticipantI’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.
April 30, 2014 at 13:11 #16544SQadmin
KeymasterHi,
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,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 30, 2014 at 15:46 #16554jazzydad
ParticipantThanks 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.
May 5, 2014 at 01:29 #16853Abe
KeymasterHi, 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 solutionMay 19, 2014 at 16:50 #18309Abe
KeymasterYou 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 solutionMay 19, 2014 at 17:22 #18312jazzydad
ParticipantI want to hide title, breadcrumb and title info for all pages.
May 19, 2014 at 17:53 #18315Abe
KeymasterOk, 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.phpYou 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 CSSCOPY CODEh1.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 solutionMay 20, 2014 at 16:53 #18393jazzydad
Participantok 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; }
— unquoteI 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?
May 20, 2014 at 21:26 #18411Abe
KeymasterThis 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 solutionMay 21, 2014 at 11:51 #18442jazzydad
ParticipantThanks.
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
May 23, 2014 at 21:00 #18666Abe
KeymasterHi, 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 solutionMay 24, 2014 at 18:30 #18746jazzydad
ParticipantHi
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?
May 24, 2014 at 18:33 #18747Abe
KeymasterThat 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 solutionMay 24, 2014 at 22:01 #18769jazzydad
Participanton 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
May 26, 2014 at 10:15 #18804jazzydad
ParticipantHi!
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)May 26, 2014 at 11:19 #18808jazzydad
ParticipantOk leave the previous question…I did a mistake.
could you just reply about the LIKE (#18769) ?
May 28, 2014 at 00:36 #18914Abe
KeymasterHi, 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 -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.