Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #98966
    PL
    Participant

    Hi,
    in the customize section there are 3 options: no display, display featured content on the front page or display featured content on every page.
    I want the featured content to be displayed on the front page AND on a SINGLE page, that means on two pages in total. Is there a possibility to do this?
    Thanks in advance!

    #99029
    Mahesh
    Keymaster

    @pl: Please post in your site url. And please specify the single page too so I can help you further.

    Regards,
    Mahesh

    #99034
    PL
    Participant

    http://titania.freiesschauspiel.de/

    I want this page to display featured content (like the front page, but without feature slider and promotion headline): http://titania.freiesschauspiel.de/programm/spielplan/spielzeit-201617

    By the way, the site is not really responsive – can you see why? Sorry, I’m a wordpress beginner…

    #99049
    Mahesh
    Keymaster

    @pl: Thanks for the url. Well for Featured Slider and Promotion Headline, select Enable on Homepage only option in Customizer. And for Featured Content, select Entire Site. Then go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    #featured-content {
    	display: none;
    }
    
    .home #featured-content, 
    .page-id-352 #feature-content {
    	display: block;
    }

    Hope this helps. If not please do enable the Featued image and let me know.

    The theme is fully responsive. Are you using any plugins or custom CSS? If yes try removing CSS and disabling plugins and check if it fixes the issue.
    Please check the responsiveness in the demo site: https://catchthemes.com/demo/full-frame/

    Let me know further.

    Regards,
    Mahesh

    #99189
    PL
    Participant

    The css code for the “featured content” problem worked perfectly.
    After disabling the simple custom css plugin the page was responsive again. Thank you very much!

    Would it be very complicated to put a black container with title and subtitle (font color white) under the header image on some pages? Like in this example: https://www.ntgent.be/de/productie/en-avant-marche

    #99196
    Mahesh
    Keymaster

    @pl: In which pages do you need this, please mention.

    Regards,
    Mahesh

    #99199
    PL
    Participant

    all the pages displayed in featured content:
    http://titania.freiesschauspiel.de/programm/spielplan/spielzeit-201617

    page-id-470
    page-id-473
    page-id-455
    page-id-166
    page-id-285
    page-id-170
    page-id-182

    with:
    text-align: center;
    background: black;
    color: white;
    padding: 60px;
    or so…

    #99255
    Mahesh
    Keymaster

    @pl: Please use Promotion Headline For this. Go to Dashboard=> Appearance=> Custoimze=> Theme Options=> Promotion Headline then select Entire site in Enable Promotion Headline on option. Put your desired text in Headline and Sub Headline. Leave the button text blank if you don’t want to have button in it. Once you are done, let me know and I’ll help you with the CSS. Or if you want to customize further, I recommend you to hire a customizer.

    Regards,
    Mahesh

    #99257
    PL
    Participant

    Ok, I’ve done this. The thing is that I want to put different titles in the headline on the pages I mentioned. Is this too complicated?
    http://titania.freiesschauspiel.de/

    #99261
    Mahesh
    Keymaster

    @pl: Hmmm, if that’s the case, its not possible. This feature allows you to display the same custom text text only in your Home Page or Entire site as you set. But if you want to have different texts in different pages, I recommend you to hire a customizer.

    Regards,
    Mahesh

    #99266
    PL
    Participant

    @Mahesh: Okay, thanks anyway! You really helped me a lot.

    #99318
    Mahesh
    Keymaster

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

    Regards,
    Mahesh

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘featured content’ is closed to new replies.