- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewsmagPage templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewsmagCategory templates
- NewsmagFooter templates
- NewsmagDefault post templates
- NewsmagPost templates
- NewsmagHomepage – How to build and set it
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_single_template::add
Hey Bogdan,
Thank you, that helped. One more question I hope you can help me with. I want the same set of share buttons above my pages as i have above the posts. I found this line of code in loop-single8.php that calls for them:
<?php echo $td_mod_single->get_social_sharing_top();?>
How do I integrate this into my page-pagebuilder-title.php? I already managed to add a Facebook share, but I would also like to call this whole set of share buttons. I tried several things, but my content just dissapears whatever I try, so I’m doing something wrong. What would be the right code to add?
Code now:
<?php while ( have_posts() ) : the_post(); ?>
<div class="td-main-content-wrap td-main-page-wrap">
<div class="td-container tdc-content-wrap">
<div class="td-page-header td-container">
<div class="td-crumb-container">
<?php echo td_page_generator::get_page_breadcrumbs(get_the_title()); ?>
</div>
<h1 class="entry-title td-page-title">
<span><?php the_title() ?></span>
</h1>
<?php echo do_shortcode('[vc_row][vc_column][vc_facebook][/vc_column][/vc_row]'); ?>
</div>
<?php the_content(); ?>
</div>
<?php
if($td_enable_or_disable_page_comments == 'show_comments') {
?>
<div class="td-container">
<div class="td-pb-row">
<div class="td-pb-span12">
<?php comments_template('', true); ?>
</div>
</div>
</div>
<?php
}
?>
Hi,
You could remove the view count on the homepage post using this code, just enter it in Theme panel->Custom Css
.homepage-post .td-post-template-8 .td-post-title .td-post-views {
display: none;
}
Result – https://www.screencast.com/t/C24ljdFTnby5
Thanks
Visual composer in the newspaper 7 theme is not working.
The visual composer page template setting is not displaying
my blocks or elements.
I have try this multiple times still not working. Very confusing
without proper guidance. I just recently purchase this theme.
I am very displease with this theme. If the issue cannot be correct
immediately, I request a refund.
I await your immediate reply. Thank you.
Anglo D. Branch
Hello,
I have a custom post type called “events” for e.g selected for the Posts loop settings Post Type to show up a grid of events
That´s great so far. Giving me all events with a pagination.
Now is it possible to have a little filtered navigation on top of that page? As i understand the “Filters for the loop” are only back end part.
Visitors would like to filter through different criteria of the post type like for e.g “custom_date”, “category”, “price” …
Can´t see a way to do this, so i tried to install a 3rd party plugin called “Search % Filter Pro” (http://docs.designsandcode.com/search-filter/). The problem here, when adding this to the page created (mydomain.com/events) filtered selections won´t stay on that page and redirect to category page. instead only updating the grid of data.
I don´t want to use something complex like Essential Grid Plugin or so because i have bad experience with it in the past like bad performance and so on.
Maybe you can help me with it.
thanks
Hi,
If you want to edit the page templates and add custom code you will have to ediut one of the 3 page templates available in our theme: https://www.screencast.com/t/F9o0v4Fx01 each one corresponding to one of the 3 page templates available: https://forum.tagdiv.com/page-templates-2/
When editing a template, the code will only affect pages that use that particular template
Thank you!
Hi, could you help he to remove the gradient (top and Bottom) on the main banner in the post pages(Style 6 in Post template)..e.g.
http://somethingpoppedup.com/saloni-spring-2017/
Thanks
Hey guys,
I’m trying to get the facebook like button on my pages using VC shortcode. I want to get the button under the title of my page and above the content, except on the home page. I’m just dipping my toes in editing templates, so I could use a bit of help. When I edit the page.php file, I ONLY get the like box on the home page but nowhere else.
if (have_posts()) { ?>
<?php while ( have_posts() ) : the_post(); ?>
<div class="td-main-content-wrap td-main-page-wrap">
<div class="td-container">
<?php echo do_shortcode('[vc_row][vc_column][vc_facebook][/vc_column][/vc_row]'); ?>
<?php the_content(); ?>
</div>
<?php
if($td_enable_or_disable_page_comments == 'show_comments') {
?>
<div class="td-container">
<div class="td-pb-row">
<div class="td-pb-span12">
<?php comments_template('', true); ?>
</div>
</div>
</div>
<?php
}
?>
I would guess it is because of the (have_posts) part. How do I get the button to display only on the pages that do not have posts? I hope you can give me some tips. It would be of great help. Thanks!
Hello,
On the day that you answered me I did as you wrote, and it worked.
Now I ask you the same (I mean, hide the author´s name) for the “Categories Search Template” – in other words, I put in the page the “WP Categories” and I´d like that the author´s name doesn´t appear.
Thank you.
Best regards,
Pedro Moreira
Hi,
If the blocks show as code you need to click on Backend editor – https://www.screencast.com/t/hOLCV9ob and you will be able to use the editor – https://www.screencast.com/t/U2bMvgjwe5 You can find more about Visual composer here – https://forum.tagdiv.com/how-to-use-visual-composer/
I’m sorry I missed the second question, the page template with latest articles will always display that feature at the bottom of the page after your content, as specified here – https://forum.tagdiv.com/page-templates-2/ What you could do is to select the default page template with no latest articles – https://www.screencast.com/t/iOZequzj and create a block with the title Latest articles and position it wherever you want in the page – https://www.screencast.com/t/MiA3WQq3Z7W and use any content and sorting you want – https://www.screencast.com/t/RiCNYKchTMZK
Thanks
Hi,
You do not need to buy or activate the Visual composer plugin because the theme includes an activated license for it. It will be updated along with the theme and included in the plugins folder, also do not worry about Visual composer update warnings. Please follow these tutorials about using Visual composer editor to create a homepage and setting it as a static page – https://forum.tagdiv.com/how-to-use-visual-composer/ – https://forum.tagdiv.com/homepage-how-to-build-and-set-it/ or if you want to have a blog style where all your posts are displayed on the front page, you can change the template for the articles in Theme panel->Template settings->Blog and posts template – https://www.screencast.com/t/joEKmSMkkY0
Thanks
Hi Bogdan,
I was able to increase the height of the menu for mobile as well the height of the logo on my newly developed website:
I used the following CSS for Mobile:
.td-main-menu-logo img {
max-height: 100px;
}
.td-header-wrap .td-header-main-menu {
height: 110px !important;
}
.td-main-page-wrap {
padding-top: 106px;
}
#td-top-mobile-toggle i {
line-height: 110px;
}
.header-search-wrap .td-icon-search {
line-height: 110px;
}
.td-post-template-4 .td-crumb-container {
padding-top: 52px;
}
However, When you scroll down, some of the header still shows at the top of the screen. I don’t know how to fully hide it like it hides with the default settings.
Can you please assist?

Hi,
You could just remove Latest articles if you do not want it on your page by selecting the default template in page attributes – https://www.screencast.com/t/eInvqG5bc and then by editing your page in Visual composer editor, change the position of block 12 which is the Most Popular block by dragging it to be the last element on the page after the custom ad – https://www.screencast.com/t/ibrIDZH3QVEO – https://www.screencast.com/t/cxZ5miZT Please corect me if I misunderstood you.
Thanks
I found the Ken Burns Effect (moving pictures) on http://www.jeeex.com/.
An explanation on how to do it found here: https://divisoup.com/how-to-add-the-ken-burns-effect-to-the-divi-fullwidth-header/
Is there any chance to integrate it to Newsmag as a feature? Any idea how and where I could integrate it “by hand” now? Frontpage and/or article template (#6?)?
Hi support,
How do I make a pop up page for image only?
I am going to create a link/button, then when click on it, the pop up page will appear that show image but not in post template.
Thanks in advance!
Hello
Which default template do I have to choose on a page to build the same homepage as the travel blog has:
http://demo.tagdiv.com/newspaper_blog_travel/
Hi,
I’m trying to edit the homepage of my site ultimatehomelife.com – but when I go to the page I have set as my current homepage, click on “edit page”, click on the “+” sign of the Visual Composer, I no longer see the composition page with all the boxes I can move around.
And, if I try to create a new page and implement Visual Composer on that, whenever I try to click the “+” sign and use any of Add Element, Add Text Block, Add Template features, whatever I click on inside just prompts the “loading” sign to keep on loading forever, with nothing actually changing on the visual composer page itself.
Dears,
I would have several questions regarding the main menu of my website (www.traveleaters.com) and more specifically the logo inclusion in it.
I chose to have my logo displayed on the left part of my menu, using header style template n°7 provided in the newspaper theme, however I happen to have several issue regarding the display of the logo.
1. When on the top of the page, I can’t find a way for my logo to be larger (i.e.. be larger in pixels).I tried to upload different sizes for my image but nothing changes. If I understand it right, the space occupied by the logo on the template is defined in number of pixels. -> Do I have any ways to make my logo take more space on the page ?
2. I would like the logo of main menu to change when user scroll down on the page. For exemple instead of simply showing my logo in smaller, show only the green globe image of my logo.
Thank you in advance very much for your help,
Hello cfolks,
If you want to achieve this layout of your website, you should use 1/4+3/4 layout from the Visual Composer, like this -> https://www.screencast.com/t/kilLxieD7 Also, as page template you can use Pagebuilder+Page Title.
The result is here -> https://www.screencast.com/t/RRsBskn7f
Thanks for your understanding!
How can I get this page:
http://www.thelondonmagazine.org/issue/december-january-2017/
to look like:
http://www.thelondonmagazine.org/tlm-current-issue/
It appears the default formatting of the /issue/ page is affecting the display of the information.
Hello,
Unfortunately only you can do it as it is pretty time consuming from the front end to inspect each element using the browser inspector to see exactly which block is used and which modules are used across the whole site. The best way to do this is get a pen and paper and write down all the blocks you use on your site and all the modules you see in the theme panel under template settings and category settings. Go through the whole theme paenl and write down each module and go through all pages abd write down the blocks used.
Create a list of the used elements and then check this list to see exactly which module is used on which block:
https://www.screencast.com/t/MHSm6wyns0 The module is the base element in our theme so once you reduce the block into modules then yopu can create the final list of exactly what modules are used for the entire site.
Note that there are modules on posts as well on galleries if you have any set up.
Then you can check this list and remove the ones that are not used: https://www.screencast.com/t/J2x9aAP2vp
It is recommended not to use very different modules in different places as youy will increase the number of thumbs used and the load on your server.
I know it;s not an easy thing to do , but a necessary step if you want to reduce the images created by the theme.
Thank you!
Yes. we installed one plugin – JS Jobs Manager, but due to some reason our menu pages are not displaying desired posts and template also changed.
http://healthcarechronicle.com/category/knowledge-e-corner/
In this page blog posts are displaying instead of knowledge e-corner.
Can you please look into and show some solution.
Thanks.
I understand that, but our theme has no option ot hide ads from particular pages. There is no functionality added to the ad system that can allow that. It can be done by altering the theme files and adding conditions to the code but when adding more pages to the code you will always have to go in and edit the code again. That is why I suggested adrotate or another ad plugin you prefer so you can getan option to remove certain ads without altering the theme code.
If you are comfortable with editing code, then here is an example of how to remove an ad for a specific page:
For the header ad you will have to edit this file: https://www.screencast.com/t/MUURFMNomsy and wrap the code around a condition like so:
https://codex.wordpress.org/Function_Reference/is_404
https://www.screencast.com/t/21r56Y0PDaV
This will remove the header ad on all 404 pages. WordPress provide more functions like is_page where you can use the page id to remove the ad on specific pages.
Use the same method on the footer ad but for this one you will have to edit the footer template for the footer style that you use: https://www.screencast.com/t/usuTGXu6Y
Thank you!
Hello DarkStarzs,
Please keep in mind that is the functionality of this Post template. The featured images will be as background image on the top of the page and the rest of your page will be blank. So, if you are unhappy with this post template, you should change it with another one.
Thank for your understanding!
Hey guys,
We’re using single post template 10 for a website and we tried to add a class to the popular widget ([tagDiv] Block 7). In the admin area it shows that the widget is applied, but at the post page the class is nowhere at the widget…
Here are some screenshots for proof:
Admin Area

Post page

Any idea what’s going on? At the visual composer page if I apply a css class it works just fine at the frontpage. At the sidebar it’s not working.
Doing little more research on how TagDiv can exactly help us with this, I found this on the official Facebook page of ThemePunch. Have a look:

Post link: https://www.facebook.com/themepunchofficial/posts/500188026804200
The user had same issues with free template thing. When they asked about this Plugin developer, they blamed ( or escalated ) theme authors for not including this free template bundle into the theme pack.
I think the total download size of all these free templates shouldn’t cross 1 or 2 MB. Having said I am not asking you to integrate these free templates into the theme, nor I am asking you to include it in every new update. All I am saying is to give us the download links of a free “Revolution sliders template bundle” when any of us enquired about it.
Make sense?
Thank you