Tagged: featured content
- This topic has 16 replies, 2 voices, and was last updated 8 years, 3 months ago by Mahesh.
-
AuthorPosts
-
July 11, 2016 at 7:07 pm #95141rollikParticipant
Hello,
in Theme Clean Business Pro I want to see only the posts of certain categories, for example, ‘projects’ or ‘objects’ in the area Featured Content. However, I find no solution how i can realized that. Can you help me there?Thank you and best regards
RolfJuly 12, 2016 at 12:57 pm #95203MaheshParticipant@rollik:
Hi Rolf,Thank you for using Clean Business Pro theme. Yes, this can be done through Customizer. Go to Dashboard=> Appearance=> Customize=> Featured Content => Featured Content Options and select Featured Category Content in Select Content Type then select your desired category in Select Categories.
Hope this helps.Regards,
MaheshJuly 14, 2016 at 1:44 pm #95442rollikParticipantMahesh, thank you for your quick and good support. Now it works.
regards
RolfJuly 14, 2016 at 4:20 pm #95458July 15, 2016 at 5:31 pm #95527rollikParticipantHi Mahesh,
I have quite a problem in ‘Color option’, ‘Header Color’. I have the color “Header Background Color” changed. That did not please me. Then I changed the color back to #000000. Then I clicked the button “standard” for the status #transparent. He also sets in the middle field. But the header backgroung is no longer transparent. He is always visible and not just bein scroll up. Can you tell me how I can make the original state? The Header Background should be absolutely transparent and only appear when scrolling.Thank you for your help.
Best wishes
RolfJuly 18, 2016 at 9:59 am #95607MaheshParticipant@rollik: Sorry for late reply. Please post in your site URL so that I can check for the issue and help you resolve it.
Regards,
MaheshJuly 18, 2016 at 1:19 pm #95625rollikParticipantHi Mahesh,
currently I am building the WebSite with MAMP locally. Therefore I have no URL for you to check the problem. But it is quite simple to reconstruct the problem.Change in “Color Options” in “Header Color” “Header Background Color” color. Buttom leftmost. The contents of the middle box will change from “#transparent” to a different value. Now the formerly black background of the header is in the newly defined color. But the header background is now always visible. Even before the scroll up.
Now try the undo. Clicking on “Default”. The middle box changes to “#transparent”. But the header background will be visible. Even before the scroll up.
I hope you can understand that with you.
Best wishes
RolfJuly 18, 2016 at 4:50 pm #95640MaheshParticipant@rollik: Yes, thanks for the detailed info. I found the issue and it is because the WP_Customize_Color_Control doesn’t support transparent. You’ll either need to reset the settings or use Custom CSS. For Custom CSS, go to Dashboard=> Apperance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:
#masthead { background-color: rgba(0, 0, 0, 0.9); }
Regards,
MaheshJuly 21, 2016 at 6:38 pm #95872rollikParticipantMany thanks Mahesh, i have restored the database and
I have now again the default, in which, after scrolling the header of transparent to black changes.
Now I want to change the header, in which, after scrolling the header of transparent to GREY changes. The reason is the logo in the header is black / red. Can you tell me how?Best wishes
RolfP.S. my English is not that good. I hope you understand me anyway.
July 22, 2016 at 9:38 am #95906MaheshParticipant@rollik: For the grey background in header, use the following CSS instead:
#masthead { background-color: rgba(204, 204, 204, 0.9); }
Hope this helps.
Regards,
MaheshAugust 5, 2016 at 5:43 pm #96658rollikParticipantHi Mahesh, it worked and now looks very good. Now I have another question. I hope I’m not annoying.
1.) I want behind the futured content have no list of contributions. Directly after featured content shuld begin the footer.
2.) And I want the contributions have no icons and lable for comments, calendar, categorie etc above the posts.
Can you tell me how I can realize the two things in theme Clean Business Pro ?
August 5, 2016 at 5:45 pm #96659rollikParticipantsorry!
Best wishes and a relaxed weekend.
RolfAugust 8, 2016 at 9:37 am #96764MaheshParticipant@rollik:
Hi Rolf,Sorry for the late reply.
1. For putting Featured Content directly above footer without anything inbetween, go to Dashboard=> Appearance=> Customize=> Featured Content => Featured Content Options and check Check to Move above Footer option.
2. I want the contributions have no icons and lable for comments, calendar, categorie etc above the post –
Go to Dashboard=> Appearance=> Customize=> Theme Options => Custom CSS box and add the following CSS:.hentry .meta-post { display: none; }
Hope this helps. Let me know if any problem.
Regards,
MaheshAugust 8, 2016 at 3:08 pm #96788rollikParticipantHi Mahesh,
thanks for your great support.
Point 2 works very well.
Point 1 I thought differently: Featured content (in HTML section id = “featured content”) should remain. But the list of posts (in HTML div id = “content” class = “page-wrap”) should not be displayed. After “Featured Content” shuld directly the Footer come. Is that possible?
Best wishes
RolfAugust 8, 2016 at 5:07 pm #96796MaheshParticipant@rollik: You can do that with Custom CSS. Go to
Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS
box and add the following CSS:.home #content { display: none; }
Let me know if any problem.
Regards,
MaheshAugust 8, 2016 at 10:27 pm #96815rollikParticipantthanks Mahesh,
now it works very well!regards
RolfAugust 9, 2016 at 9:36 am #96848 -
AuthorPosts
- The topic ‘Select Featured Content’ is closed to new replies.