Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #95141
    rollik
    Participant

    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
    Rolf

    #95203
    Mahesh
    Keymaster

    @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,
    Mahesh

    #95442
    rollik
    Participant

    Mahesh, thank you for your quick and good support. Now it works.

    regards
    Rolf

    #95458
    Mahesh
    Keymaster

    @rollik: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    #95527
    rollik
    Participant

    Hi 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
    Rolf

    #95607
    Mahesh
    Keymaster

    @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,
    Mahesh

    #95625
    rollik
    Participant

    Hi 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
    Rolf

    #95640
    Mahesh
    Keymaster

    @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,
    Mahesh

    #95872
    rollik
    Participant

    Many 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
    Rolf

    P.S. my English is not that good. I hope you understand me anyway.

    #95906
    Mahesh
    Keymaster

    @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,
    Mahesh

    #96658
    rollik
    Participant

    Hi 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 ?

    #96659
    rollik
    Participant

    sorry!
    Best wishes and a relaxed weekend.
    Rolf

    #96764
    Mahesh
    Keymaster

    @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,
    Mahesh

    #96788
    rollik
    Participant

    Hi 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
    Rolf

    #96796
    Mahesh
    Keymaster

    @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,
    Mahesh

    #96815
    rollik
    Participant

    thanks Mahesh,
    now it works very well!

    regards
    Rolf

    #96848
    Mahesh
    Keymaster

    @rollik: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Select Featured Content’ is closed to new replies.