- 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
Hi,
For some reason my home page has the blog layout http://www.chaoxi.com.au/
whereas my other pages has the default template http://www.chaoxi.com.au/%E9%A6%96%E9%A1%B5/
can you please let me know how to change the home page layout to default ( and get rid of Home / blog )
Thank you
Hello!
Could you help me to find place where I can delete author name field and comment count from template?
https://yadi.sk/i/bXxScGxG36uuma
And how can I disable comment box on post page?
Oh..sorry there was a misunderstanding. I though you meant the related articles on posts.
If this is on a page then you can use visual composer easily and move blocks to what position you like.
The latest articles is a bit trickier though as if you want it moved, you will need to use an other page template that does not have the latest articles section: https://forum.tagdiv.com/page-templates-2/ and then simply create a block you can name “latest articles” and place it where you want on the page.
I hope this helps.
Hi,
This must of happened due to changes in the last update, you can try this code and see if it works for you, just enter it in Theme Panel->Custom Css
.page-template-page-pagebuilder-title .wpb_text_column :last-child .block-title span{
margin-bottom: 0;
}
Alternatively you could get the same result as you are now, using a Raw HTML above your Text block like this – http://screencast.com/t/hFweuysfQ – http://screencast.com/t/BXLTO5jEQ0 This is the code for the style that goes in the Raw HTML
<h4 class="block-title" style="border-color: #595959;"><span style="margin-right: 0; background-color: #595959;">DON'T MISS</span></h4>
And this is the result – http://screencast.com/t/gNqVfbOR
Thanks
Hi
I want to make a compilation on a page with links to other people’s web shops.
The look should, if possible, be similar to my category/tag template. Or at least a grid with three pictures per row. http://www.ladiesabroad.se/category/asien
When the picture or title of each post/page is clicked, the readers should be directed to the different external web shops. Not to a page on my blog. Simalar to this one, but the below buttons are not neded. http://fantasiresor.se/shop/
Do you have any suggestions how to do this?
BR from Lena
Hi
My template för Categories/Tags shows 10 posts, which looks a little bit stupid since there are three posts per row. Can I change this to 12 or 15 posts per page?
http://www.ladiesabroad.se/category/afrika
Thanks from Lena
Hello all,
after the last update the space between some elements was much bigger. The problem was the 26px here:
.page-template-page-pagebuilder-title .wpb_text_column :last-child, .page-template-default .wpb_text_column :last-child, .page-template-page-pagebuilder-title .wpb_text_column p:last-child, .page-template-default .wpb_text_column p:last-child {
margin-bottom: 26px;
}
I could solved it by changing it to 0px. But it works only for this page: http://dojczland.info/praca-w-niemczech/. There is also another one which is still affected: http://dojczland.info/cv-po-niemiecku/. But I can not find the file where I shold change the 26px to 0px. Do someone have an idea where to look for ?
The other problem is that the icons from the main menu are not there any more:
dojczland.info
Do someone have an idea why?
Thank you in advance for an answer!
Bets regards,
Adam
Hello everyone,
I did a small change in the custom css and now nothing works any more.
Can someone help me to find the error?
Here are my custom css:
.single_job_listing .company img { width: 3em !important; }
.category .td-category-pulldown-filter.td-wrapper-pulldown-filter {
display: none;
}
.td-header-sp-top-menu .td_data_time {
color: #fff !important;
}
.div.company { min-height: 4.5em !important; }
.td-post-content a {
color: #000089;
}
.wpb_text_column a {
color: #000089;
}
@media (max-width: 767px) {
.td-header-top-menu-full, .td-header-sp-top-menu {
display: block !important;
}
.single-job_listing .td_block_related_posts, .single-job_listing .comments {
display: none;
}
.div.woocommerce-tabs .ul.tabs .li.additional_information_tab {
display: none !important;
}
.single-job_listing .td-post-template-default .td-post-featured-image .img {
display: none !important;
}
}
.single-job_listing .td-g-rec-id-content_inlineleft {
display: none !important;
}
.page-id-2802 .td-main-page-wrap {
padding-top: 15px;
}
.asterofont-search {
font-size: 4em;
}
.single-resume .td-g-rec-id-content_inlineleft {
display: none !important;
}
Thanks in advance for any help!
Best,
Adam
Hello Support,
After the update to Newspaper 7.6, we noticed a new 26px tall gap in every Tablepress row.
We tracked it down to the following CSS rule in style.css:
.page-template-page-pagebuilder-title .wpb_text_column :last-child,
.page-template-default .wpb_text_column :last-child,
.page-template-page-pagebuilder-title .wpb_text_column p:last-child,
.page-template-default .wpb_text_column p:last-child {
margin-bottom: 26px;
}
We are currently using the following JS code to “workaround” that gap (to minimise the change of impact with other elements in the page):
jQuery(“.tablepress .row-hover p”).css(“margin-bottom”,”0px”);
jQuery(“.tablepress .row-hover :last-child”).css(“margin-bottom”,”0px”);
The reason why we employed jquery to workaround this is because we could not control this aspect simply by entering the following CSS code within the Tablepress options:
.tablepress * {margin-bottom: 0px;}
We are suspecting that the reason this did not work is either the specificity of the rule (although we also tried with more specific CSS rules without much luck) or the order the CSS files are loaded by the browser.
How would you recommend to approach a “fix” for this? We would like to keep Tablepress specific fixes within the relevant Tablepress options, if possible, to better manage those in the future.
Note: the website address is http://goalpoint.pt/
Regards,
Pedro
Hi,
This must be happening beccause you changed the default thumbnail size in the wordpress media settings – http://screencast.com/t/5KWiWKKuYQt Try reverting to the default size and see what happens.
Also you can use other modules for the search if you want to have a different article display view in the search page, in Template settings->Search template – http://screencast.com/t/hzEHt2Rx
Thanks
Hello consafo,
The page title appears only when you are using the Page bulder+Page title as page template. Also, if you want to hide this, you should use a bit of CSS code to do that. You code above is correct and should working fine because I have tested on my side. If you want to hide a page title only for an individual page, above the code, you should add the page ID for this page, like a below example: http://screencast.com/t/JbjKRe2xz
Thanks for the message!
Hi,
In order to get a widget below the pagination, you will need to insert it using a shortcode. You will have to edit the theme page template files and use the do_shortcode function of wordpress: https://developer.wordpress.org/reference/functions/do_shortcode/
Thank you!
Hello Ralf,
Unfortunately the latest articles section cannot be moved . It will always stay at the bottom of the page, but since it;s a page we are referring to, you can use any other block and name it latest articles and place it where you want in the page. You can use custom block s for the most popular posts as well. Simply choose a different page template and create a custom layout
Thank you!
Hi,
How to show ‘last modified date’ on every single post, replacing the default ‘published date’? Im not too familiar with these things 🙂
I use “Style 3″ as sitewide post template. So I edited loop-single-3.php file:
Replacing this:
<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
with this:
<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<span> Updated: <?php the_modified_date(); ?></span>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
The problem is, I use other post template style on some particular posts but I cant find the above mentioned code in some other template style file. So, how to make other post template to show ‘last modified date’?
Is there better way to do this?
Thanks in advance.
1. Sometimes (not always) when I select an article (post) from the Mega Menu it opens in a (page) with a list of other articles (posts) of the same article. Why is this as most of the times the same article(post) opens in the post template by itself. See this post that it opened in a (page) with a list of other posts of the same category (Venezuela)>http://hispaniclatinonewsandevents.network/category/south-america/venezuela/
2. Why does this happen?
Hi.
I have the following issues with the mobile theme.
1. Sibling categories. No matter what kind of category template I try to change the siblings are still viewable. How can I remove them? Printscreen: http://www.bnytt.no/wp-content/uploads/2017/01/categ17.jpg
2. In the mobile theme my pages (not posts) do not show the content at all.. The pages are like “About”, “Contact”, “Disclaimer” etc. Printscreen: http://www.bnytt.no/wp-content/uploads/2017/01/abou17.jpg
Printscreens are taken by a iPhone 6s+.
I have upgrade the PHP version from 5.5 to 7.1 on my server. Today I discovered the template has issues with 7.1, see image.
Please advice,
Thanks

Hi,
The demos can be installed with content or without content (just the design settings).
Not sure what you mean with “feature of Switch template example: Black to Default. when I press a button at Home.” Do you mean you want to use a different design for different pages? Please provide more details.
Thank you!
Study of the shop is not just bad, it’s terrible. First tried standard page showcase display, there is a form in 4 columns and there are no settings for the quantity. Really it was impossible to bring in template settings, select the number of columns? OK I will do another page, created and added visual composer insert products and categories, scary category with great icons, really it was impossible to do the layout view category of normal? Goods floating God knows where, the category look like a piece of shit. If you declare support for Woocommerce at least 1 kind to set normally needed at least 1 adjustable. Now sit a week and try to adjust what is not. Write clearly – we do not support woocommerce almost. You should be ashamed of the Lord.
Hello Catalin,
We already tried clearing the caches and we also tried keeping only the theme and plugins from the bundle but the end result was the same, those blocks seem to have changed :/
We ran a diff between 7.5 and 7.6 of the theme, and we can confirm what you said, but in this case between 7.4 and 7.5 every template file changed to include the
$td_column_number = td_global::vc_get_column_number(); // get the column width of the block from the page builder API
instead of
$td_column_number = td_util::vc_get_column_number(); // get the column width of the block from the page builder API
We even removed the child theme and the problem persists :/
Thanks in advance
-
This reply was modified 9 years by
di_aeiou.
Hi Bogdan B.
Thank you for your reply. It is a bit funny but I can understand the reluctance at your end to suggest any specific plug-in. In any case as a follow up on the post (* since the issue is still not resolved) can I make a couple for formal requests an observations;
1.Formal Request: In terms of the template, can you guys test and recommend a plugin (*officially after confirming at your end and getting the due approval from you team) for adding a facebook business page to the Newspaper Template. In simple words, it is a “must to have” on a blogging portal and you guys are not giving any other alternative which is not acceptable.
2.RnD: In terms of the issue topic, I have tried adding the plugin and it got installed successfully. Although I could only add it to the “Widgetised Sidebar” and not in the “Visual Composer” section directly. Will keep you posted on the progress.
3.Observation: The template is fantastic and I was able to deploy the website very fast. To this I would like to congratulate you and the team.
I am still 30% into the project and will surly need some more support and guidance from you folks. Looking forward to that :). (I know the post is a bit too long for the forum and henceforth will try to avoid such verbose posts and stick to the issue)
Hi,
I am using a Pagebuider+Latest articles+pagination template, I’ve only one issue with it. I can’t find the place where to reduce the number of posts shown in the latest article section. I need to reduce it 1 row with 2 news in it.
My website is http://www.lgbtnews.am
Hi,
sample page
https://wanhakase.jp/%E3%82%A4%E3%83%99%E3%83%B3%E3%83%88%E3%82%AB%E3%83%AC%E3%83%B3%E3%83%80%E3%83%BC/
The thumbnail picture of 01,,
<?php the_post_thumbnail(‘thumbnail’); ?>
This template tag, the image is small
The thumbnail picture of 02 is displayed with Block 11.
(https://forum.tagdiv.com/theme-thumbs/ Module 10)
Like the thumbnail picture of 02,
I’d like to display thumbnail pictures of 01, but what kind of tag should I use?
Hi,
I’m trying to use the Full Width Revolution Slider on the Homepage. I don’t have any color or image as a background, I selected “Full Width” on the Slider’s settings, I stretched the rows through Visual Composer and still looks boxed. Am I missing something?
Maybe if you can tell me the steps after creating the slider, Do I have to put it inside the visual composer? do I have to choose a different element in the visual composer and then put it inside? With every theme I’ve purchased, Revolution Slider works totally different.
Finally, I noticed that another customer asked about css code that allows the nav menu to be transparent and placed over the image slider? If it can be done without messing too much with the theme and affecting the responsiveness I will be really appreciated. If it’s too messy then I would like to know how to remove the padding between the main menu bar and the slider.
About the Rev Slider free template samples, I’ll email you requesting them!
Thanks again!
Hoping to hear from you soon!
Hi, I am using the Template Style 9 for Video posts:
https://projectmanagers.org/big-data-project-management-career/
The point is that when it loads, first the video is shown half the width (the video looks cut) and when the page completes load it looks good.
Is there any way to make look good the video when the page is loading?