Hi, just bought Newspaper theme and miss one feature > that i saw in Newsmag. Is it possible to get this: Here´s the link http://demo.tagdiv.com/newsmag/homepage-with-a-post-featured/
* Sorry, saw as well in the forum this article but it does not answer my question: https://forum.tagdiv.com/search/homepage-with-a-post-featured/
Many thanks in advance, Manfred
Hello,
The option is available in the newspaper theme just styled differently. It is a visual composer element you can pick when you edit a page called “Homepage post”: http://screencast.com/t/WWNfkUhVmz
But the styling is a bit different: http://screencast.com/t/ot8Uymkk
It will grab the featured image and make it a background.
If you only want an full width image not a post, you can follow this topic: https://forum.tagdiv.com/topic/adding-top-area-like-travel-example/
You can have that styling in a post by choosing post style 7: http://demo.tagdiv.com/newspaper/td-post-lenovo-details-new-computers-that-could-be-heading-our-way-in-2015/
I hope this helps.
Thank you.
Many thanks Bogdan,
just have a further question. If i set a new default page (as”default template”) and add the VC feature “VC Homepage post” the´s works as well great, but one small issue: The page title is in the middle of the image, not on the bottom like normal post pages.
So what can i do to solve this issue.
Many thanks again for helping,
Manfred
Hello,
Please try it without any plugins. Disable all of them except visual composer and check again.
Also please update your visual composer plugin by following this guide: https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
Let me know if the problem is still there afterwards.
Thank you!
Many thanks Bogdan, did all like your instructions, but the issue is still on.
Any idea because i need some pages with simple content and on the top a post (ig. VC Homepage post)?
Ok, here´s the screenshot…
Thanks, Manfred
Hello,
I ran a few more tests on this issue and it seems that this is the default behavior of the element. It is not just at your end. When the page containing it is set as the homepage, the alignment gets set to middle. So only on the homepage will the title be centered.
You can overwrite this alignment if you want by using this custom css:
.home .td-post-template-8 .td-post-header-holder{
vertical-align:bottom!important;
}
Just place the code in the theme panel-custom CSS box: http://screencast.com/t/WV5lXQXPRmn4
Thank you!