- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
Hi,
Please provide more details. I’m not sure I understand, do you want to change the category page template? If so you can do it by modifying this file as you like http://screencast.com/t/2Yd7IixKavs
Thanks for the message
Hi,
first of all congratulations for your work! 🙂
I have a problem.
I created a page with full layout and in visual composer I used template “homepage”.
When I go to insert the widget SOCIAL ICONS, it is not displayed. The SOCIAL COUNTER instead it shows. What can be the problem?
I’m attaching here the image:
http://www.saluteorale.it/problem/lamiasaluteorale.jpg
Also the button that brings me back at the beginning of the page does not appear.
here your original image:
http://www.saluteorale.it/problem/newspaper.jpg
can you tell me a solution?
thank you very much for your attention!
Caro
P.S. Oh, good point, I forgot that if you create a page template it can survive theme updates because it won’t be overwritten 🙂
Hi,
Glad you have done it, I didn’t know you want to add the title tags directly on the template.
Thanks for the message
@Lucian
There wasn’t h1 tag on blog page at all, but thanks to Emil, I have added h1 and h2 tags to my homepage by editing the index.php file. I would like to build homepage with visual composer, and tried a few times. However, I could not build a beautiful homepage. That’s why I use blog template.
Hi,
Just add the file along the other page templates like this: http://screencast.com/t/fOE5Xb7e
You will then find it here http://screencast.com/t/iwhSldMZ5
Thanks
Hi,
1. You can use the “Homepage – bg – no article list” page template for your Homepage http://screencast.com/t/VTFrs9KuFE
2. You can change the height by adding this custom css into the custom css field in theme panel: http://screencast.com/t/ZfVVn090
.td-big-slide-background, body.single_template_4 #td-full-screen-header-image, .backstretch {
height: 1000px !important;
}
Change the image height as you like.
Hope this helps!
Thanks
Hm. Not sure; I’d likely use the page builder to make a “page” then set that as your home page, as that also allows you to create custom sidebar for homepage, but keep “blog timeline” layout, but also to add “sections” where you want like a custom box top of page above the new posts where you can put something custom with h1 tag; or even a section below latest posts where you put something with h2 tags. That would be simpler than hacking the home page template where you’d need to drop stuff in above and below the page loops, which are kind of complex due to the various theme options.
Hi, the theme layout would have to change for most of those social media options. You could certainly hack this theme, but in one example, you’d have to redesign the layout to have a wide layout for post top, for image and headline, then a skinny column on left for that, and then that would end up going above the story box for mobile devices.
For breaking news, you can obviously add a text box on your home page and use CSS to style a breaking news box – you have that ability right now. It would not be on ALL pages site wide, but you could easily add that to the single post template by calling a “breaking” file, and leave that empty if no breaking news, or populate when you have something earth shattering if your site actually breaks news in realtime. Simple to do. I think this might be on the list of 150+ “requests” for the theme, but not a hot topic for most, and so doubtful you’d see this anytime soon, unfortunately. But easy to add yourself within a few minutes of work.
For the social media stuff, you could create a php file with the social media elements you want, then add that in a float left div with right margin in the single post template at start of the post text, for example, or put a widget on top right of your post custom sidebar – you could hardcode by making a custom sidebar to load for the posts where the social media stuff is hard coded to query current post meta, and then still have the widget areas below that.
But don’t assume I’m being contrarian or negative in any way. Many “custom” things are pretty easy to do with existing plugins, or a couple of quick hacks to the single post template.
-
This reply was modified 11 years by
simchris.
You could likely comment that button out of the theme template (search forum as there are numerous threads on adding or removing buttons; as many people were wanting to add Pinterest for example).
For SEO you might want to keep it, simply for Google “good will….” …. and as far as low numbers, I’ve actually noticed a lack of shares for G+ on almost every major news portal I go to … 376 shares on twitter, 0 for G+ and I feel like a nutbag for sharing to my G+ page. So, I hear ya, man! We’re keeping G+ on all our sites until Google kills it.
Disqus comments show up quickly, unless you have it setup to hold for approval; but the comment counts rarely are accurate. I just disable them in the templates. They do NOT work on the author template page for example and always show “0 comments” … not that most people really care how many comments a story happens to have.
Sync with comments has nothing to do with the theme, but with WordPress. So, once you install DisQus you use the tools for the plugin to sync existing comments to their server so they’ll show up at bottom of posts. It can take a couple of hours, depending on how many comments your site has.
Hope that helped 🙂
Hello,
Here is an empty template that you can try it if works, is only the Visual Composer on that page without menu, footer.
http://demo.tagdiv.com/tf/page-full-blank.zip
Unzip this file in theme root and create a page using this template: http://screencast.com/t/lQwqypkX
Thanks!
Hello,
For this page http://www.vitamail.no/polarkrill/ i see that you hide the page title via css with display: none, is not necessary, use the Homepage - blank template for that page to be without title.
Also to add an image you can try with this Single image widget from Visual composer http://screencast.com/t/eq5xj9ta4d
On the post that gap is because you have there the post title(white) witch is broken due some custom CSS, please remove the custom CSS, default everything should work.
If you can’t manage all the stuff you can give us access to your WP and we will take a look.
Thanks for the message!
Can the tagdiv support team add a landing page template?
The child theme option seems promising, but it’s so complicated and I’ve never touched a thing like that before. :/
Why don’t don’t newspaper have such a template? It should be added.
I desperately need to add a clear landing page to my site in the next couple of days. :/
Well, the sidebar is easy to remove under “page template settings” on the editing screen.
As for the header and footer, there are a few ways you could do this. Here are two:
1. You could edit the respective template files in a child theme to check the page id and only include the relevant elements if it’s not your thank you page.
For example, once you set up and activate a child theme, you could edit the header file you’ve selected in your theme panel. Find this in your-child-theme/parts/header… .php, and add this line before the first div:
<?php if (!is_page('4994')) { ?>
and this at the very end:
<?php } ?>
Your landing page id is the number that comes up when you hover over the link to edit the page: http://www.screencast.com/t/ANsTxW7C
Then you would do the same to other files you want to remove (menu-top.php, footer.php), save, upload, and clear cache.
2. If you’re not comfortable with child themes or php, you could instead do it quickly through CSS:
.page-id-4994 .td-header-bg {
display: none !important;
}
And add any container classes that you want to hide, putting them where .td-header-bg is, e.g. .td-header-menu-wrap. You can find these using inspect element.
The CSS solution isn’t great because all the content will still be downloaded by the client’s browser, but it’s very easy.
3. Create a custom page template. WordPress checks for page templates in a hierarchy of importance, including the slug and the ID, so if you your page’s slug is /email-landing and you have a template named page-email-landing.php, or page-4994.php, and so on, WordPress will use that rather than the default one. Then you could edit that one to suit your needs. You could copy page.php from the parent theme’s folder as a starting point.
From what I’ve read, this is probably the most natural solution, but it would still need a child theme to survive theme updates, and to be honest I haven’t looked at enough custom template building yet to know what to advise you. For example, you can’t just remove the call to get_header() from page.php or you’ll lose a lot more than the logo div, etc.
Those are my two cents, coming from a relatively new learner of this sort of thing. If anyone has a better solution, feel free to mention it so I can learn too. 🙂
Hi,
on all pages & posts, just above the sharing buttons it always says “aug 13, 2014 admin”. A date and author let say. In the theme template it is all switched off. I searched a lot in the code, but cannot find how to remove it. website: http://www.welketonic.be – screenshot: https://www.dropbox.com/s/re8kgfxvu98xh74/Schermafdruk%202014-08-14%2011.41.50.png
Thnx for helping me out!
B.
I just installed the theme and all the plugins. It asks me to update VC but I can’t (read in another posts that it isn’t necessary). Now, the Visual Composer does not work for me.
I’ve used it before and I know there should be a button above ‘Add Media’ that you click but instead it’s opened below the text field and I can’t load templates or anything. A screenshot is here: http://i59.tinypic.com/2lwvfd4.png
How do I fix this or how do I use this?
I need the VC for a lot of stuff such as the homepage so I’m stuck now.
On your demo site, there is an 11% left and right margin set to the text on full-width templates (when the sidebar is not set to display) (example: http://demo.tagdiv.com/newspaper/popular-people-who-everyone-seems-to-love/), but this margin is not applied when there is a sidebar on the page.
What css do I need to add so this would only apply when there is no sidebar on the page.
Thanks.
Hi,
You can look at the existing templates to see how are build:
http://screencast.com/t/xTrpMYy1rurF
http://screencast.com/t/8BammUeL
If you don’t have basic programming skills you can hire a developer to do this for you.
Thanks
Hi,
Can you describe how to create a page template and a post template?
Regards,
RS
Hi,
What are you trying to add there? You could use the do_shortcode function to add a block for example, just go to loop-single.php file or other post templates http://screencast.com/t/8IeXdCKghap, depending on where do you want to display this and add your custom made block (use page builder to build your block as you like and then copy the shortcode http://screencast.com/t/Ed8kiEm5Xk3t and add it in the do_shortcode function) like this: http://screencast.com/t/02WxPlCC3vE
This how your code should look like:
<?php do_shortcode('[td_block3 limit="6" header_color="#000000" header_text_color="#ffffff" title_style="td_title_style_1"]'); ?>
Hope this helps!
Thanks!
Hi,
Unfortunately we don’t have a feature like that, you can do it by using this custom css:
.home .span4 .wpb_widgetised_column {
background-color: lightgray;
}
Add it in Theme Panel > Custom CSS to change the background on your Homepage, you need other css if you want to change it on other templates as well, for example to change the background-color on posts page you have to use this css:
.td-post-sidebar {
background-color: lightgray;
}
Hope this helps!
Thanks
Hi,
You can use the do_shortcode function and add the ad to the attachment page template like this: http://screencast.com/t/tP77pTc4a
You can find the other ad boxes short-codes here
Here is the code I used:
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_3"]') ?>
Just make sure you have the ad code in the ad box in Theme Panel > Ads: http://screencast.com/t/CPxv1iSrw
Should get this result: http://screencast.com/t/0W2FtlZU
Thanks
-
This reply was modified 12 years by
Lucian.
Hi,
I just installed Newspaper and almost have the site ready to go. I would like to use the infinite scrolling template for my home page, but none of the prepackaged templates are available in the dropdown menu. Is there a way to add these?
Thanks,
Jason