- 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,
The post templates cannot be removed from there by a setting. You could try some CSS like this
– https://www.screencast.com/t/r7aUJi0RH
It will target the default post template “Single template”, enter it in the Gutenberg stylesheet here
– https://www.screencast.com/t/mAYyjvv1vDn
Then force refresh the post edit page a few times, it should work.
.td-post-option-general .td-small-wrapper-o a[title$="Single template"] {
display: none;
}
Thanks
FYI, I had to set the global PAGE template to no sidebar and the bbpress to no sidebar to remove the sidebar for buddypress pages. Setting bbpress alone didn’t allow me to have a custom sidebar for buddypress nor did removing the sidebard for bbpress remove it from /members /groups and all the buddypress urls.
Do you have pointers on how i can fix the bbpress convention to be implemente on all buddypress urls?
right now if i edit pages i assign them a custom sidebar to get around this…
Hi,
I’m having some troubles with the Newspaper theme in mundotrak.com. When I try to create a page, in the page template settings I get this message “While using a page-builder sidebar settings are not available. To add a sidebar on page use the widgetised sidebar block.” and I don’t find a way to create home page as I have it in other of my blogs like this one: https://supercurioso.com
Hi,
Some footer styles come with predefined content (defined in the footer template code)
– https://forum.tagdiv.com/footer-templates/
You can select an empty (blank) footer template and display your own widgets. Or even set a footer page
– https://www.screencast.com/t/Xo5ZWqxaZW
There are footer pages designed by us which can be imported through the cloud library plugin and set in the theme panel
– https://affiliate.tagdiv.com/#/load/Footers
Thanks
Hi,
You could use a cloud template, there you can simply remove the category siblings
– http://prntscr.com/lyw4mn
Here you can preview and even edit cloud category templates, and experiment with them
– https://affiliate.tagdiv.com/#/load/Category
I believe some default category templates don’t display category siblings in the category page. The default category templates can be seen here
– https://demo.tagdiv.com/newspaper/ (Features->Category layouts->Templates)
Thanks
Hi,
I believe this is a misunderstanding. The menu overlay template is a page template, it will apply only in pages
– https://forum.tagdiv.com/page-templates-2/
The page templates cannot be applied to post pages, category pages etc. Maybe this will change in the future, I can’t say at the moment.
Thanks
How can i hide header banner section only from mobile home-page (page-id-3624) ?
Here there is my html code of this section:
<div class="td-header-sp-recs">
<div class="td-header-rec-wrap">
<div class="td-a-rec td-a-rec-id-header td_uid_1_5c1e0e178a755_rand td_block_template_1"><div class="tdm_block td_block_wrap tdm_block_icon_box td_uid_2_5c1e0e178c320_rand tdm-content-horiz-center tds_icon_box5_wrap td-pb-border-top td_block_template_1" data-td-block-uid="td_uid_2_5c1e0e178c320">
...
<div class="tds-title tds-title3 td-fix-index td_uid_5_5c1e0e17920b0">....
<div class="tdm-title-line"></div>...</div><div class="td-icon-box-meta-info"><p class="tdm-descr"></p></div></div> </div>
<div class="td-visible-phone">
....</div>
</div>
</div> </div>
</div>
</div>
Thanks in andvance
I’m trying to get Blog page thumbnails working
On blog template Module 2
On blocks 324 X 160 module 2 both enabled.
Regenerate thumbnails plugin installed and tested multiple times.
What am I missing?
Yes this is possible, but you’ll need to make some more settings in order to get that ( because you say that you do not want to change the current demo ), you’ll need to make one template for each settings ( post / page/ authors /categories … )
If you wan you can make some tests on localhost/ were you can also install a demo and inspect how this is made.
Thank you.
Thank you for your suggestion,
but is it possible to put overly menu on your templates from Cloud library, example you can see on link umfmostar.ba ( template 404, also i have Author Template 2, Date Template 2… ) and is it possible to put it on posts?
I wont to have overly menu throughout my entire page. Is it possible?
sorry for bothering you
thank you for understanding
Hi,
In order to have that menu you need to set the page template to Page Builder + Overlay Menu , also you’ll need to set a multipurpose header
https://www.screencast.com/t/sWrGPyQQ
https://www.screencast.com/t/MzTxQpkn3r
And set a hero image in the top of page.
https://www.screencast.com/t/z8wDdFXgH5
https://www.screencast.com/t/CQanqoY7hGGD
Hope this will help you.
Thank you.
Hi,
Sorry for the delayed response, seems the topic was unintentionally overlooked for some reason.
1. There is currently an issue when selecting the latest articles template for pages.
While the latest articles template is applied after being selected and the page published/updated, the settings for it are not displaying.
We are working on a fix for this issue however, it will be provided as soon as possible.
2. Between actual modules displaying posts is not possible by a theme setting. With cloud templates you can place ad boxes around the post loop (above it, next to it, below it)
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
– http://prntscr.com/lxs30w
Here you can preview and also edit the cloud category templates
– https://affiliate.tagdiv.com/#/load/Category
Each can be imported (and modified if needed), there is also a blank template in which you can design your own templates.
3. The best way to place and ad below the pagination is to use the post loop elements instead of the latest articles section for the template. It is basically the same thing, but the loop can be positioned wherever in the page content, with other content around it
– https://www.screencast.com/t/5tM3cT3Phg99
4. There was a problem with the theme lazyload in the previous version, it is now fixed however. If you have not already, please update the theme, then clear all caching including browser cache. The problem should be fixed.
5. Usually this kind of issue is caused by caching plugin. I have seen before plugins like total cache creating the problem. We tested the mobile theme with WP Super Cache and it works as intended. But some other caching plugins or settings from them can cause the mobile theme plugin to load for desktop users or various other issues.
Please let us know if you have more questions.
Thanks
I came across this thread because I was looking for the same solution.
I have a set of categories I would like to “hide” from showing on posts (via theme settings), including the “Featured” category, and I noticed that these categories were being shown on AMP pages.
The solution is VERY easy.
Modify the “single.php” file under plugins > td-amp > templates:
Where it says:
<?php require_once('categories.php'); ?>
Replace that with:
<?php echo $td_mod_single->get_category(); ?>
Be aware that this will affect your CSS settings, so make sure you change “post-categories” to “td-category” in your CSS. And voila!
In the Newspaper Theme Panel, under Template Settings -> Blog and Posts Template, any changes I make and save don’t take effect. Other changes, like to pages, do get saved and go live properly. I’ve tried clearing caches, using an incognito browser, clearing the cache on the server, and still it won’t work.
Right now it’s saved to M3 with no sidebar but displaying M18 with a right sidebar.
How can I fix this?
I am using Loop Template 9 Full 1,
When I check, Show date, It does not work.
How I show date in all page of top page and category page?
At the moment the current template applied to all authors is somewhat standard and in dire need for an update. I have found a preference to the (tag div cloud templates) Author Template 6 and would like to apply this template to all of our author’s pages (contributors).
Could you please advise the steps needed to change the current default templates.
Many Thanks
nouveau
Hi,
Where I’ve chosen Top Post Style option for Category Pages, my featured images for those posts aren’t working with the formats. Sometimes they appear smaller than the template boxes. Is there a pixel ratio size that is best advised for featured images so they are able to work well with the theme’s style templates?
Thanks,
Georgia
Well, basically the title sums it up, the tagDiv composer is missing after updating WP and Newspaper, the Sticky blocks from the page are no longer sticky (not that I could fix them, since the composer is missing).
The homepage now also displays this bit of code, instead of the actual blocks:
[tdb_loop modules_on_row=”eyJwaG9uZSI6IjEwMCUiLCJhbGwiOiI1MCUifQ==” modules_gap=”eyJsYW5kc2NhcGUiOiI0MCIsInBvcnRyYWl0IjoiMjgifQ==” modules_category=”image” show_excerpt=”none” show_btn=”none” ajax_pagination=”numbered” custom_title=”NEWEST ARTICLES” block_template_id=”td_block_template_2″ header_text_color=”#ffffff” f_header_font_family=”629″ f_header_font_size=”26″ f_header_font_line_height=”1.2″ f_title_font_family=”159″ title_txt=”#ffffff” title_txt_hover=”#b5c3cb” author_txt=”#ffffff” com_bg=”#96446c” pag_a_bg=”#b5c3cb” pag_a_border=”#b5c3cb” pag_border=”#333333″ pag_text=”#aaaaaa” f_pag_font_family=”159″ f_title_font_size=”eyJwaG9uZSI6IjE0In0=” f_title_font_line_height=”eyJwaG9uZSI6IjEuMyJ9″]
Can you guys help me with some suggestions? Thanks.
Hi,
If you want to use a bit of CSS code to change the AMP style page, please edit here -> https://www.screencast.com/t/vIUHFAbD6uRH There’s no option for custom CSS code for AMP version, sorry!
Here is the css for center the logo on amp
.td-logo amp-img {
left: 50%;
transform: translateX(-50%);
}
https://www.screencast.com/t/dQWsYwj0iG
In order to have a different logo on amp you-ll need to set this in theme file.
First copy an url from media
https://www.screencast.com/t/1e8xnROk1Q
Then go in
wp-content/plugins/td-amp/templates/header-bar.php
https://www.screencast.com/t/Hwj9Nodw
https://www.screencast.com/t/Zax0YedF
https://www.screencast.com/t/nGTCRIAOo
Thank you.
Hi,
The AMP template will only work on pages that do not use any page builder. Only pages that are created using the standard tiny mace editor will be valid AMP pages.
Please read our documentation for amp -> https://forum.tagdiv.com/tagdiv-amp-plugin-tutorial/
Thank you for your understanding.
Hi,
Please read our documentation about post templates ->https://forum.tagdiv.com/post-templates-2/
You can canter the feature image if you are using TagDiv Cloud Library
https://www.screencast.com/t/sXumWW3T using Cloud Lybray yoiu have more control to the layout on your pages/posts/categories.
Thank you for your understanding.
Hi,
In the tag pages there will be the name of the tag, followed by the posts
– http://prntscr.com/lwvl3z
Using cloud tag templates there are more options for the title
– http://prntscr.com/lwvruy
Here you can preview and even edit the available tag templates created by us
– https://affiliate.tagdiv.com/#/load/Tag
There is also a blank tag template so you can design your own
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Please let me know if you have more questions, also provide more details about the issue.
Thanks
Hello,
If you want to have Ads through your Category pages, notice that you can do this if you will use the Could Template Library. This plugin, allows you to create your own custom template for the Category page, using the TD Composer. Check here -> https://forum.tagdiv.com/tagdiv-composer-tutorial/ -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Hope that help!
Thanks
Hi,
You can use a custom css, or change the page template for the page that is set as homepage.
Here is the custom css, set it in Newspaper>Theme panel>Custom code>Custom css
.home .entry-crumbs{
display: none;
}
Thank you for your understanding.
All other cloud templates are working except the authors page. And my internet connection is working fine. And the minimum requirements are also correct.