- NewsmagPage templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewsmagtagDiv Composer Tutorial
- NewsmagCustom Post Type Support
- NewsmagNewsmag documentation
- NewsmagHow to use the Visual Composer plugin
- NewsmagHeader styles
- NewsmagSmart sidebar
- NewsmagCategory grid styles
- NewsmagCategory top post styles
- NewsmagHow category settings work
- NewsmagFeatured images
Hello rahulagg25,
Please keep in mind that your request involves custom work and we cannot provide this type of services at the moment, sorry! You should yourself alter the code from the core files from here -> http://screencast.com/t/Kt45i4kkISc where is the code for those three-page templates. If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello,
The post image and title moves to right in post page.
I added a post and i select the template from
Newspaper > Theme Panel > Post settings > DEFAULT SITE POST TEMPLATE > Style 7
Please check this:
http://www.screencast.com/t/DJqVCvYp
Regards,
Hi Catalin,
How should i customize the page template. I want to add pagination in the default template. I need a template with latest article with pagination inserted between two pagebuilder Blocks.
Hello,
Unfortunately you cannot add any content below the pagination of the latest articles. If you require such functionality the simplest way is to use another page template and create a block named ‘related articles’ to imitate the latest articles section.
Thank you!
Hi, the template after the last update give me an error, if I use the video playlist shortcode the page result blank, even with the default one in your demo page:
[ td_block_video_youtube playlist_title=”My YouYube Playlist” playlist_yt=”8hAwUt8-G34, F9S49fUqbVQ, TUdVeZ1pbuc” playlist_auto_play=”0″ ]
an example is here: http://www.vistomagazine.com/pagina-di-esempio/
thanks
Hi Catalln
thank you for your reply. That would have seemed to be an easy solution. Unfortunately it didn’t work out. I have put in the ‘j. F Y – G:i’ part its now:
<div class="meta-info">
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date('j. F Y - G:i');?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
</div>
as u mentioned in your screens. I have put that code into all the templates loop- etc. I have erased cache on the side, and in my browser. I am using loop-single-7. I am also using a child theme, where my files that I change are. I also tried to do this on the original files – didnt change anything either. I can put into those round brackets of the “get_date” function all differnt styles. None are working. It is only changing on my page, when I am changing it in “wordpress” -> “settings” -> “general” where I can change it sitewide…
That is frustrating. Can you please elaborate? Do I have to change anywhere else something? It seems wordpress is overriding this settings here… just a thought. Hope you can help. Thanks in advance.
Greets
Hi,
I used PageBuilder+Latest articles+ Pagination template for my home page, now I would like to add some article by custome category below Pagination, How do I do that?
My site : http://www.mytiemnail.com
Thanks
Hi,
Unfortunately the Theia Post Slider is not one of the tested plugins and I’m not aware about it’s functionality and/or if it is working properly with the theme. We have a list of the tested plugins beside the ones provided with the theme and for each theme release we consider this and make the necessarily modifications for the theme to support theme.
Also you have specified about the support, please note that we offer support for the theme’s related issue based on envato support policy – https://themeforest.net/page/item_support_policy We cannot provide any type of custom services or plugins implementations, sorry! I suggest to hire freelancer to make the necessarily modifications and implement the plugin wot work properly with the theme.
I could recommend to use the smartlist template 7 on your post content – http://demo.tagdiv.com/newsmag/5-interesting-facts-about-russia/2/
Thanks!
Hi, just wanted to say I love Newspaper 🙂
Is there any way to add customization to Smart Lists? I would like to be able to add more code for advertisements, as well as change the look/colour/location of the “next” and “back” buttons.
Right now I’m using Smart List template 7 because it most closely represents what I want, BUT:
– The ad code is 468×60, an ad unit that is difficult to monetize
– There are “back” and “next” buttons at the top and bottom of the slide, but I just want them on the bottom
– I’d like to change the “back” and “next” buttons colour/style, etc.
There is also a massive amount of white space under each post/image/slide, and I’d like to try monetize this with more advertising.
Here’s a mockup landing page so you can see what I mean:
http://morespeck.com/8-health-benefits-of-staying-up-late-every-night-owl-should-know/
Thanks
Hello,
Our theme modules and blocks were designed to ignore the read more tag. There is a single module that will show the read more tag but that can only be used on categories/ search templates/ 404 pages. Generaly in templates where you can select a module directly, not a block: http://screencast.com/t/KgnfRcEVnb8
Module 15 is the one that will show the more tag. But it cannot be shown on the homepage unfortunatey unles you make it a blog page (not a static page) and use block 15 for it: http://screencast.com/t/AJtCCARPpo
Thank you!
Hello jboursaw,
I have inspected your website and I saw that you are using the Page Template+Latest Articles+Pagination as for your front page, right? So, if you want to add an Ad Block at the very top of your latest articles, above this, you should edit the page-pagebuilder-latest.php core file and then, use the do_shortcode method and add your desired Ad which has to be added to your Custom Ad 1 in the panel, like this -> http://screencast.com/t/9WYabRBwg -> http://screencast.com/t/0zIZ9ueFLut and the result you should see here -> http://screencast.com/t/6LcA9dyJJ
The snippet of the code which you should add there is ->
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
Hope this helps!
Thanks for the message!
Hello,
The news ticker as a any other block element in visual composer must be added on each page as it’s not a widget. It is a block element. If you want it on pages you have to add it in. There is a workaround if you truly want to place it, but you will need to edit the theme files for that. The theme has no such setting.
You can filter the news ticker the way you want to and then place the shortcode in a do_shortcode function like so :
Your shortcode could look different based on your settings.
Then you can add the above function in the page template files. There are 3 page templates. Add the function in the one you use on your pages or all 3 if you use all of them
http://screencast.com/t/PJ93bR1eKe
Thank you!
Hello,
I have been trying to setup a gallery using the blocks and modules in the API. What I am doing is creating a single page template for a custom post type and using blocks to display all their related gallery images. I have all the image id’s stored in the back end as a meta-boxes value. The meta-box key is ‘be_business_listing_gallery_ids’.
I have created a custom plugin using the theme API guides in which I have setup my own custom gallery block mimicking the block 2 in newspaper theme.
Now I want to display all gallery images associated to the post in the single template using the custom block plugin I have made. The problem is blocks are only able to render post ids and do not recognize image ids.
Right … you can create a custom “page” as landing page for any topic and manually create elements for that on the topic, and liberal use of ‘search’ boxes, and category drop-down selectors on the page help too.
Theme doesn’t control “structure” of how WordPress builds categories, pages, or tags, in the sense of how they rest in the WP hierarchy.
Sounds like simply building topic landing “pages” vs “post categories” is one option.
Or, build a custom category template, and then manually select that for the category you want to do things a slightly different way from default.
Way outside the scope of the theme itself, probably.
Hi,
When you create a page without using the Visual Composer pagebuilder, the page title will appear in frontend even if you use the default page template. You can use this custom css to hide it – http://screencast.com/t/Fbjn3JIe7o
.page-id-798 .td-page-header {
display: none;
}
.page-id-798 .td-page-content h2:first-child {
margin-top: 0px;
}
Hope this helps!
Read your post at
https://forum.tagdiv.com/topic/hide-page-titile-on-all-the-default-pages-template/
but I do not see those options on my development page at
http://searchtheplanet.com/drmarkdemo/aboutdr-mark/
You’ll immediately see that I need to hide the title of the page “About Dr. Mark”.
Is there a piece of code or CSS that can apply to a specific page? or can you send me a template with the page title removed? Either would be fine.
Thank you.
Hi,
Unfortunately for pages you cannot place an ad automatically for all pages inside the content. You can place an ad in the page template but it will not show in the middle of the content. It can only be shown above or below the content.
try it like so:
1. Place an ad in custom ad spot 1 in your theme panel.
2. Use this shortcode:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
And place it in the page template you use. (there are 3 to choose from) I will show hgow to place it on the default one as it’s the most likely one to be used: http://screencast.com/t/2PK2i0Wnks3
Thank you!
Hi,
Using the Newspaper theme.
Ive setup multiple post categories
And ive given each category a unique background image using style 6 category template.
(newspaper > theme panel > categories)
But this background image appears on all that categories child posts.
How do i remove the background image from the child post pages? Preferably id like to set a different template for all posts.
Hi,
Please try this custom css to solve the breadcrumbs issue until we manage to fix this – http://screencast.com/t/V0X0donRD
.page-template-page-pagebuilder-title .td-page-header {
padding-top: 20px;
}
Regarding the sign in/register link on the mobile menu, here you can place your custom link – http://screencast.com/t/d5B2adI5n
Thanks!
Hello diecinews,
I guess that you are using the page builder+latest articels+pagination template as the page template, right? Notice that this is the default pagination for latest articles module which is presented on this page template, like this -> http://screencast.com/t/mzhoq0iXqB This type of pagination is available only for post pagination, like this -> https://forum.tagdiv.com/posts-with-pagination/ and for Blocks pagination, please consult the Block Settings, like this -> https://forum.tagdiv.com/block-settings-tutorial/ (pagination section).
Thanks for your understanding!
-I’ve set up in CSS display:none for header and footer, but it runs in the background.
-I have a clean this unnecessary code.
-I have built a blank page without header and footer.
-How can I build a page like this-it will serve me as a template.
-There is a possibility to build banners in WP?
url:omgnews.today/top-21
BEST REGARDS,
VEET
Is there a way to add the author bio to the Author Box? It would be really helpful is there was a prebuilt template, or additional options for modifying the Author Box.
After updating the theme and VC successfully, i have the following issue:
The sidebars on pages (note, it’s only on pages…posts and products are okay) are not appearing.
When i go to edit a page, on the section which allows you to choose the template layout for the page and to select the side bar, the following message is displayed:
“While using Visual Composer sidebar settings are not available. To add a sidebar on page use the widgetised sidebar block.”
Could you advise me about this please.
Thanks.
Hello,
I;pm not sure what customization you made and how you implement the images but this is not a standard implementation of a featured image. You use post template 1 but there is no featured image shown on the post itself. I just see an iframe. There is no code for the featured image as well in the browser inspector. The blocks need the featured images to be contained in this css class:
td-post-featured-image
There is no such class on any of your posts including the ones that are showing the featured image on your homepage. I;m not sure how you use the theme api to add a featured image but you need to add it by the standard method of pressing the ‘set featured image’ button and selecting a file from your media library.
We cannot guarantee our blocks will work with custom implementation of featured images.
Thank you!
Hi
I have no problem editing my eight pages manually. Is it possible to do a general CSS change making a featured image be displayed the same way as on the blog posts, e.g. behind the title.
http://www.ladiesabroad.se/2016/10/roadtrip-balkan.html
Maybe what I am asking for is to apply Blog Post Template Style 3 to the page template as well?