- 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,
You have this issue because you use Visual Composer on posts page, unfortunately the tagdiv gallery was not designed for to be used in a text block in post. I have added this on our list and we will take a look at this and we will try to fix it in a future update. Using that custom css will break it on pages – http://screencast.com/t/EQRFHtUvD Try to target only post template and when is used in a text block like this:
.single .wpb_text_column .td-gallery-slide-copywrite {
background-color: rgba(0, 0, 0, 0.8);
display: inline-block;
float: left;
font-size: 11px;
font-style: italic;
line-height: 1;
padding: 4px 6px;
text-align: left;
}
.single .wpb_text_column .td-doubleSlider-1 .td-slide-item .td-slide-galery-figure img {
bottom: -50%;
left: -85%; // Changed
margin: auto;
overflow: auto;
position: absolute;
right: -50%;
top: -50%;
}
Thanks for reporting this!
Hi,
Please check this topic as reference – https://forum.tagdiv.com/topic/ads-on-tag-and-category-page/ if you want to place the ads between your articles.
If you want to place your banner above the pagination you need to edit each template(category.php, tag.php ..) and use do_shortcode function like this – http://screencast.com/t/L55baskI – http://screencast.com/t/ps4fR9qLbUb
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
Please provide a link as I need to inspect this and more details about your backend settings (a screenshot will help) page template…
Thanks!
Hi,
1. Here you can see all thumbnails sizes that are used on modules/featured images – http://screencast.com/t/jsnReCqmbKTb if you want to change or add thumbnail size you will have to edit – http://screencast.com/t/8MITol7p and the thumb is used on each module – http://screencast.com/t/Z8LXUOclzo If you do any changes please regenerate your thumbnails – https://forum.tagdiv.com/using-the-theme-with-existing-content/
2. You will need custom work, unfortunately we cannot provide any custom work at this time, sorry! You can edit all blocks where you want to make your custom modifications – http://screencast.com/t/FWRgereEu and here you can change the functions for all blocks – http://screencast.com/t/yfXhwjntA8
3. The only option that the theme has, is to place an inline ad after x paragraph – http://screencast.com/t/IvxEsMjt5
4. There is no extra field for title of the site, we just use wordpress url for author box. A solution is to make this change – http://screencast.com/t/103oZ7QcZl – http://screencast.com/t/UjuVFBGCI
5. Please check Translations section – http://screencast.com/t/9NqBbNwo
6. Check this solution – https://forum.tagdiv.com/topic/related-article-box/
7. Please use this custom css in Theme Panel > Custom Css for post template 3 and 4:
.single_template_3 .td-post-featured-image, .single_template_4 .td-post-featured-image {
pointer-events: none;
cursor: default;
}
8. Not sure what you mean, theme have a various styles for category page – http://screencast.com/t/uu33kDROOd
9. Change here to take the featured posts – http://screencast.com/t/0qdQfFpAa8tX and also make this change so the featured filter appear – http://screencast.com/t/dTotgT95dds – http://screencast.com/t/ii4TSLwc
10. You will have to search in code all references to the “featured” name and replave with “features”. This is not so ease as you have to make sure that you change all, as some issues may appear.
11. You need to use a plugin like WP User Avatar – http://screencast.com/t/FbbMthPmy4Rn
12. Please check documentation – https://forum.tagdiv.com/td_api_moduleadd/ If you’re a beginner we suggest that you look for tutorials or professional training before trying to use this feature as we will not explain the syntax elements which are present in the code.
13. Unfortunately the theme doesn’t have an option for this but you can change the color using custom css in Theme Panel > Custom Css – http://screencast.com/t/cuoptJBP7
@media(max-width: 767px) {
.td-banner-wrap-full, .td-header-style-11 .td-logo-wrap-full {
background-color: #ffffff !important;
}
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hello,
I installed the template. Work nice ! Now i want to change post on the first page. I got random post all the page ?
Can you please tell me how i will be able to chage This Week Trends for example to have only one categorie post ?
Thank you.
I have a custom post type that I use for displaying info about staff members of my company. But for some reason in Newspaper 6, I can’t get the template for my CPT and blocks to display correctly. I basically created a single template with code based of a page template and sidebar right. But for some reason any block in my post doesn’t display correctly.
See here: http://i61.tinypic.com/4h341i.jpg
And if it helps, this is the code I am using for the single template: http://pastebin.com/kQpZd2S3
Any idea how to fix this?
Hi
You can use the default template for the page instead of using the latest articles template like here: http://screencast.com/t/tcZSrSlt
Thanks for the massage!
Hi,
Hi,
Unfortunately the page template with background has been removed and you will have to add the background image/color to the row. Please check this topic – https://forum.tagdiv.com/topic/change-background-color-of-the-big-slide-under-nav/#post-54593
Thanks!
Hi
Unfortunately the post width can be changed, because the width comes from theme’s grid and changing it would not be easy and for that you need custom work.
If you need a large banner to the top of your article you can use on of theme’s custom ad sports and place the add into post’s template file using do_shortcode fucntion.
Take the ad box shortcode using VC page builder, switch to Classic View and take the shortcode – http://screencast.com/t/eD0p5yEvvW – http://screencast.com/t/y2cn4qR527j
To place it in the code please use do_shortcode() function – https://codex.wordpress.org/Function_Reference/do_shortcode
ex:
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
Add it to posts’s template here: http://screencast.com/t/4kVuslKMdqt0 result: http://screencast.com/t/RmlxncHd9
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
On post pages the smart sidebar script is set to look for these 2 div’s: http://screencast.com/t/5iUqyWfSo1 so make sure you also have them added to your cpt template wrapping the main content and the main sidebar. You can take a look at one of the single template to see how they were built.
Thanks
Hi,
You can create and use a custom sidebar from Theme Panel > Template Settings – http://screencast.com/t/TZ3jJsLK Once a sidebar is created you will see it in the widget area – http://screencast.com/t/ztnTPBFOOf0
Also from page settings – http://screencast.com/t/sghW5ljxTw
Thanks!
Hi,
1. Please check this without any plugins active except Visual Composer and clear your cache and purge your files if you use CDN.
2. Theme supports bbpress without any custom modifications that’s why the bbpress template doesn’t exist anymore. If you want to add content to your forum page, please edit the page change the template to default and use shortcodes – http://screencast.com/t/l3qDftKrgH Here is plugin documentation – https://codex.bbpress.org/
Thanks!
Edit the page and under template in the sidebar of the editor change pagebuilder+latest articles+pagination to default template or pagebuilder+page title.
Hi…
After updating the theme.. most of the features of Yoast is not working.
Plugin is unable to “Force Rewrite Titles” and now the template automatically adds the site title name after every post n page which was not like this.
Thanks!
Hi,
Not sure what you mean, the header ad is not added using visual composer plugin. The header ad is displayed automatically when you paste the code in header ad area from Theme Panel – http://screencast.com/t/sShfSt2B5r If you want to block it on specific pages you can add a condition in header template that you use – http://screencast.com/t/6po3ngg40g5
The theme doesn’t have an option to place ads in the page content, like there is on posts(top, inline,bottom), if this is what you mean and you will have to use Ad box block from Visual Composer.
Thanks!
Hi,
You can edit each post template that you need from the root of the theme. For example on default post style you will have to edit loop-single.php and single.php depending what you want to change – http://screencast.com/t/bN6QynoEP
Also theme has an option to place a ad in the post content after x paragraph – https://forum.tagdiv.com/article-ads/
If you want to add a banner in the content on a specific article you can take the shortcode from a page – http://screencast.com/t/RitEkigqVT1 – http://screencast.com/t/FDMOdveZPdyG and paste it in the post content – http://screencast.com/t/ueTkbitj5e
Result: http://screencast.com/t/K2AVhXiaU5
Thanks!
Hello there,
So I upgraded to Newspaper version 6. However, when I create a new page, I don’t see the “Homepage – bg – no article list” template anymore. How do I get the full width image on the homepage with Newspaper 6? Is there an easier way out?
thanks,
abhi
Hello, I have the new Newspaper 6. I can’t seem to hide the number of comments on the Authors page even though I have turned this off in the template settings. How can I turn this off or hide it? Thanks.
Hi,
I have two problem with Newspaper 6.
1. Since then update the theme, I have not updated the publication date of the posts on the site. It’s stuck on 18 June.
2. the bbpress forum don’t work anymore ( I dont have the “bbpress template” when i edit the forum page).
Thank you very much for your help!
My URL: http://hayom.org.il/
Yeah… I’ve been playing with a lightweight theme like I built in 2011 for one of our sites; which uses basically Bootstrap 3 and minimal files. Too much to do, so little time.
For our main sites WP works well because of the tools developed for it that are hard to replicate without more custom coding – such as using FeedWordPress to pull content from our mothership to our hubs; Yoast SEO so I don’t have to manually put all that crap into templates anymore or build out custom XML sitemaps anymore based on page template (although we still do that in one place for push to an aggregator like LexisNexis, etc.).
I still like static hand-built .shtml files with SSI and cgi random elements. 🙂
Hello,
The smart side bar have a strange behavior. when I scroll up from the bottom of the page, block contents overlap with the advertising block because the ad scrolls down while the rest of the side bar scrolls up. It takes a while before the ad catch up and comes back at the top of the side bar.
This problem is even more noticeable on posts.
Could you please let me know what cause this problem and how I could get the same behavior that you display on your demo template ?
My site :
http://www.madameriri.com/dev/
Thanks in advance
Sylvain
How do we edit the template for the post pages, not the homepage?
also looking to add an advertisement in the middle of the text but can’t find short code for doing this.
any suggestions?
Greetings,
I would like to know how can i modify the current attachment page: http://goo.gl/CnWsvm in order to obtain this: http://goo.gl/oHFMKJ .
I’ve putted numbers to explain exactly what i want to do and where to make the changes:
1. in the header i want only the fixed menu and logo on left (if possible)
2. I want the advertising zone to be above the attachment image
3. A back to article button
4. Next an previous buttons at the middle of the image
5. Centred image
Thanks!
I’m running into a problem with getting the homepage layout to show consistently in all browsers on our site: http://www.alaskacommons.com
On every browser except Chrome, the homepage shows up as it should, with the default template for Newspaper. However, every few times the homepage loads on Chrome, the center right column of articles disappears and the Big Grid shifts some of the smaller images underneath the big image. We have tried deactivating our plugins: no effect. We have tried clearing browser history: no effect.
Are there any available recommendations in fixing this issue?
Any help would be appreciated.
Normal View on Chrome:

Problem View on Chrome:

Hello,
I have activated smart sidebar and it works correctly on single ‘Post’ post type, however, it doesn’t work on any other custom post type single pages. The single template is the same for all types. I can see tds_smart_sidebar="enabled" in the source code. I can see td-ss-main-sidebar class getting the following styles on page load – style="width: auto; position: static; top: auto; bottom: auto;"
Is there a reason why it only works for post. I tried looking through the code but couldn’t find any conditionals related to this