- This topic has 11 replies, 2 voices, and was last updated 6 years, 8 months ago by
Mahesh.
-
AuthorPosts
-
September 8, 2016 at 5:32 pm #98966
PL
ParticipantHi,
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!September 9, 2016 at 11:37 am #99029Mahesh
Keymaster@pl: Please post in your site url. And please specify the single page too so I can help you further.
Regards,
MaheshSeptember 9, 2016 at 12:37 pm #99034PL
Participanthttp://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…
September 9, 2016 at 2:30 pm #99049Mahesh
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,
MaheshSeptember 12, 2016 at 1:56 pm #99189PL
ParticipantThe 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
September 12, 2016 at 4:59 pm #99196September 12, 2016 at 5:16 pm #99199PL
Participantall the pages displayed in featured content:
http://titania.freiesschauspiel.de/programm/spielplan/spielzeit-201617page-id-470
page-id-473
page-id-455
page-id-166
page-id-285
page-id-170
page-id-182with:
text-align: center;
background: black;
color: white;
padding: 60px;
or so…September 13, 2016 at 1:49 pm #99255Mahesh
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,
MaheshSeptember 13, 2016 at 3:05 pm #99257PL
ParticipantOk, 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/September 13, 2016 at 4:24 pm #99261Mahesh
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,
MaheshSeptember 13, 2016 at 5:23 pm #99266September 14, 2016 at 9:36 am #99318 -
AuthorPosts
- The topic ‘featured content’ is closed to new replies.