Hi
Please correct me me if i am wrong but there are no Landing Page Page templates included in Newspaper.
Right?
I mean here: https://drive.google.com/file/d/0B8MBLWqA2dD2eWluQkwyWVk1VUE/view?usp=drivesdk
If Yes please illustrate the process on how i can create my own Page Template using Newspaper.
I need to have Landing Pages which have no Header and no Footer.
check here: https://drive.google.com/file/d/0B8MBLWqA2dD2OTZXYngwY2p4YTg/view?usp=drivesdk
Thanks
Corrado Izzo
Hi Corrado Izzo,
If you want to exclude your header, footer and sub footer for a specific page, you have to use a bit of CSS to hide it using a page ID. Please try the code below and add it in Theme panel->Custom CSS area.
.page-id-1862 .td-header-wrap, .page-id-1862 .td-footer-wrapper, .page-id-1862 .td-sub-footer-container {
display:none;
}
The result you should see here -> http://screencast.com/t/FdBbeha5k0L
Another possibility for you would be to do another template with the blank page. Unfortunately, our theme does not have implemented this option but you should take a look on this topic and see how you can implement this in your website -> https://forum.tagdiv.com/topic/how-do-i-create-a-completely-blank-page/
Please note that it not tested with all theme features so if something goes wrong in the future please don’t forget that you have some custom modifications.
Hope this helps and let us know how it goes!
Thank you for the message!
Thanks Catalin
The code you gave did not work but we figured this out by using CSS.
You should offer a few basic Page Template which are present in any Premium Theme.
TBH i am actually shocked at the fact that you don’t have this in your Premium Theme.
check here: https://www.dropbox.com/s/u14zai5iyesjcjg/Screenshot%202016-01-14%2011.48.03.png?dl=0
It’s the little things that make a big difference after all.
This allows for more flexible working.
All the best
Corrado Izzo
Hello CodeisCode,
The code that I gave you above is not applicable for you because you have to change the page-id with yours, like that -> http://screencast.com/t/QDyDZVVzdC
Unfortunately, our theme does not have this such option implemented by default. There is not a list of features wich have to be available in Premium Theme, sorry. Some themes have others do not…and also as you can notice our theme has a lot of features that the others maybe do not have them. I recommend try to find any plugin with this functionality and see how it works for you.
Hope this helps and let us know how it goes!
Thank you for the message and sorry for the inconvenience!