Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #93040
    SARAH
    Participant

    Hello,

    I want to enable Featured Content on a standar page, not for the homepage, and not for the entire site. Can you tell me how to proceed?
    thank you,

    #93075
    Mahesh
    Keymaster

    @salamali: Please post in your site url.

    Regards,
    Mahesh

    #93084
    SARAH
    Participant
    #93100
    Mahesh
    Keymaster

    @salamali: Thanks. I checked your site and seems you have currently disabled the Featured Content. In which page do you want to show the featured content.
    Let me know so that I can help you further.

    Regards,
    Mahesh

    #93106
    SARAH
    Participant

    It’s for a new page, “news”.
    I would like that this page displays the Featured Content of 3 ou 4 other new pages (which will not appear in the menu).
    The idea is of speaking about our “projects in progress” on the same page (news). Each project returns in a specific page.
    I hope that this explanation is clear enough for you ?

    Thanks,

    Sarah

    #93149
    Mahesh
    Keymaster

    @salamali:
    Hi Sarah,

    So you haven’t add the page yet. Please add the page and let me know and I’ll provide you with CSS code to display Featured Content in that page only.

    Regards,
    Mahesh

    #93200
    SARAH
    Participant

    Here it is,

    In this page, (actualité) http://jardindeshetres.fr/actualite

    I want to see as a Featured Content :

    – this page : http://jardindeshetres.fr/saint-peray-semaine-du-bien-etre
    – and this one :http://jardindeshetres.fr/jardin-prive

    Thank you !

    #93229
    Mahesh
    Keymaster

    @salamali: First enable the Featured Content. Go to Dashboard=> Appearance=> Cusotmize=> Featured Content select Entire Site in
    Enable Featured Content on. Then select Featured Page Content in Select Content Type and choose you desired page to show up as Featured Content in the Featured Page # below.
    After that, as you want to show Featured Content in a specific page only, you’ll need to add some custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS.

    #featured-content {
    	display: none;
    }
    
    .page-id-950 #featured-content {
    	display: block;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #93405
    SARAH
    Participant

    That’s OK !

    Thank you very much !!

    #93427
    Mahesh
    Keymaster

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

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Featured Content for a standar page’ is closed to new replies.