- 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
Hi,
You could do that if it’s required. A code like this entered in the theme or child theme functions file should remove the cloud templates menu from the dashboard
add_action( 'admin_init', 'remove_menu_pages' );
function remove_menu_pages() {
if ( current_user_can( 'editor' ) ) {
remove_menu_page( 'edit.php?post_type=tdb_templates' );
}
}
Thanks
Hi,
The siblings will show
Here are the categories:
https://www.screencast.com/t/MJXbBtYS
Set the category template as general ( or you can set it jut for some category ) https://www.screencast.com/t/AkjHmRohV
Edit the template https://www.screencast.com/t/kUZ1rgpylw9e make sure that you save the change and refresh the page, also if you have some plugin cache pleas clear all cache
Here is the results->https://www.screencast.com/t/b6S2RVMIb
Thanks.
Hi,
I installed newspaper and I am trying to edit the “Dentist Sample” via the TD Composer.
I see that at the “contact page” there is a shortcode on a “column text” component… I tried to replace the shortcode with another one, but there started the problem…
The “Column Text” component that has the “Edit Content” button is dead.
1. I press the “Edit Content” button
2. A window opens with an editor that lets me type html
3. No matter what I type there, when I close the window, nothing goes back to the “column text”.
I tried this with two clean installs (just the template and the dentist demo), with no other plugins installed.
My environment is PHP 7.2 running on nginx on a shared hosting environment.
I have created a template using Cloud Templates. As soon as I started using it on the live site, I got mail from Google saying Reported missing non-critical content issue on your AMP pages On deep investigation, I found that AMP showing comment box though I have it disabled from the theme panel.
Hi,
I do not quite understand what you want, you don’t want to have latest article on on pages???
Page templates -> https://forum.tagdiv.com/page-templates-2/
Thanks.
Hi,
The website is in maintenance more from what I can see at the moment. I will try to help you based on your previous messages.
If the tagDiv composer edit option does not appear for the homepage, it could be because the website not using a static page, it’s using the default WordPress blog page. This default page will show your latest articles and nothing else, it is not possible to edit it with the composer.
You can set a static page as homepage, build it with the composer and edit it when you want
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Category pages cannot be edited with the composer. Category templates can be edited. This is possible with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can create your own or import category templates designed by us, post templates, author templates etc and apply them. You can preview these templates and even edit them here
– https://affiliate.tagdiv.com/#/load/All
Default category templates cannot be edited with the composer
– https://forum.tagdiv.com/category-templates/
Please let us know if you have more questions or I misunderstood the problems you are having. When possible and relevant please provide some screenshots for a better understanding.
Thanks
Hi,
For customizing the printed version you could try maybe with code or plugins
– https://www.wpkube.com/make-your-website-printer-friendly-wordpress/
– https://www.wpbeginner.com/plugins/how-to-add-a-printer-friendly-option-to-your-wordpress-posts/
The theme itself doesn’t have a separate stylesheet to apply for the printed post, or any settings in this matter.
That co-authors solution is for post pages and modules. So basically any of the default post templates and default modules would be able to display the co-authors.
If you mean that this does not work with Cloud templates, that would be the case. For example if a tag page would use standard modules you can modify that module to display co-authors by editing the module file.
But in a tag page that uses a cloud loop element like this
– https://www.terrestres.org/tag/anthropocene/
That would require modifications in the cloud plugin files, in this case the loop module
– https://www.screencast.com/t/6UXEqJdpt4
Doing that will affect all the loop modules, no matter where it is placed (including search pages).
However I can’t say if it will work or not, haven’t tried to do something like this. Also after a theme update when the cloud template will be updated, the modification will be lost.
Thanks
Hi,
I want to edit the way posts are printed in PDF : changing the font size, etc. Do you know how to do that in Newspaper ?
Also : I use the coauthors option made possible by Bogdan. It works very well except when I use templates.
For exemple, coauthors do not appear in the tag pages (e.g. this article) That’s because I could not find a way to edit the proper files. Do you know which file I could edit to implement the coauthors in the templates (especially tags and search) ?
Thanks
Hello Sirius Pro,
Sorry but the theme does not have any such an option for this, sorry! You can create your own Tag Template with our Cloud Template Library and add the Load More pagination to your page. Tag page it seems to be a normal page which can be customized as you wish by yourself.
Thanks for the message!
Hi,
1. Maybe with a plugin that would be possible. With a plugin that can provide a shortcode which you can enter in the cloud post template for example, in a text element next to the post sharing
– https://www.screencast.com/t/9tImhs8CMT
2. For a specific menu item it could be done with some CSS, like in this topic
– https://forum.tagdiv.com/topic/coding-question-editing-the-mega-menu-all-feature-editing-block-pagination/
By using the unique ID of the menu item the code will work only in that case. Example
– https://www.screencast.com/t/QucES7VC2I
Code used in example
.menu-item-XXXX .block-mega-child-cats a:first-child {
display: none;
}
3. So you want to remove the last three options from the pull down filter, something like this will do that
– https://www.screencast.com/t/EpK67GiZyax
Simply enter it in the Theme panel->Custom CSS section, it will affect all category pages.
.category .td-pulldown-filter-list li:nth-last-child(-n+3) {
display: none;
}
4. You can display a video in a theme ad spot if that is what you want. This topic is similar
– https://forum.tagdiv.com/topic/youtube-video-or-self-hosted-video-as-an-ad/
Thanks
Within the the theme panel I am able to disable the authors name on modules, blocks and post template. It’s works but the link to the authors archives remains in the source code. As I am only having one author I dont want my post linking to the authors page. How can I delete it from source code?
Hi.
I have a custom category template. In this template i use the core function have_posts(), but this returns false on some categories, and on others i returns some, but not all posts.
Why is that? If i use the themes standard template for categories all posts are displayed. It makes no sense.
Regards.
I have imported the information from another page and I have a category that I would like it to change the template of the article.
I have created the template but I can’t find the way to do it massively. Is it possible to do? Now I have to go article by article and it is impossible.
Hi, i’m having a little problem with single post template 39 from Cloud Templates.
Here’s the issue: in mobile/tablet view the post content is aligned on left and half of the page is blank.
Screenshot from your Live Preview: https://i.imgur.com/GtGxCsm.jpg
How can i fix it and show the content on full width page?
Regards
Hi,
1. The text editor window can be dragged across the screen (click and drag by the black bar)
– https://www.screencast.com/t/B6oVmteUgoN2
So it should be easily re-positioned in the page. The content entered in it will be saved automatically when the editor is closed or when you click outside the editor window
– https://www.screencast.com/t/ZLVe5bhq9VA
2. The title element has options to choose a heading, set the one you want
– https://www.screencast.com/t/u7uaH8VweR
3. Only the last row in the page cannot be deleted. A row has to be present in the page so you can add elements in it and begin building the page. All other rows can be deleted.
4. Some examples would be helpful here. What exactly you want to do. The elements added in a row will depend on the row width settings
– https://www.screencast.com/t/C3iZ6TYkvPy8
It may take a while to get used to the composer, as with all things. We will improve it however in the future. The cloud library will also be improved (still in beta at the moment).
Note that you can save anything in the page and reuse it (either through the right-click menu or key combination Shift+S)
– https://www.screencast.com/t/resl1EKh
5. The transparent menu is granted by the page template used
– https://www.screencast.com/t/MNZzNBpDjDp
The template with overlay menu will apply only for the pages where it is selected. Not on posts, category pages etc.
Please let me know if I misunderstood something or you have more questions.
Thanks
Hi,
The sidebar can be place in pages/templates from cloud library with tagdiv Composer, or in post with widget ( Sidebars tutorial ).
If you still do not find the sidebar please provide some screenshots and details with the settings you make and the result you get.
Thank you for your understanding.
Hi,
If you are using tagDiv Composer to build the page, you can get a template from tagDiv Cloud library and edit it
https://www.screencast.com/t/kfd64e8pbOx
https://www.screencast.com/t/jkgvaFzo9v
Thank you for your understanding.
Sorry @Calin,
I have been reviewing the “unique items” option, but there is no such option in the td-templates.

It’s not a page, it’s a cloud library template category. https://bit.ly/2FuqtUz
Hi,
You can use tagDiv Cloud Library , and import pages, templates, section, but you can not combine tow demos, sorry.
Thank you for your understanding.
Hi,
Unfortunately there is no option to enable in theme to get full width on posts/pages category, you need to stretch the row and content, or set some template
Please read this topic:
Full width page -> https://forum.tagdiv.com/topic/full-width-page-4/
Hope this will help you.
Thank you.
Hello! We’ve setup a newsletter archive using Newsmag, and our client would like their logo to link back to the main website, rather than the archive. I’m not sure where to change this in the core files.
I hace changed href in logo-h1-php but it doesnt work. Please see code below.
Thanks
P.D. This is my web: https://thezugzwangblog.com/
// 3. For any tdc or vc content, and not the ‘page-pagebuilder-title.php’ is used
$td_use_h1_logo = false;
if (is_home()) {
$td_use_h1_logo = true;
} else if (is_page()) {
global $post;
$_wp_page_template = get_post_meta($post->ID, ‘_wp_page_template’, true );
if (‘page-pagebuilder-title.php’ === $_wp_page_template) {
$td_use_h1_logo = false;
} else if (‘page-pagebuilder-latest.php’ === $_wp_page_template) {
$td_use_h1_logo = true;
} else if ( td_util::is_pagebuilder_content($post)) {
$td_use_h1_logo = true;
}
}
if (!empty($td_customLogoR)) { // if retina
if($td_use_h1_logo === true) {
echo ‘<h1 class=”td-logo”>’;
};
?>
” src=”<?php echo $td_customLogo?>” alt=”<?php echo
$td_logo_alt ?>”<?php echo $td_logo_title ?>/>
<span class=”td-visual-hidden”><?php bloginfo(‘name’); ?></span>
<?php
if($td_use_h1_logo === true) {
echo ‘</h1>’;
};
} else { // not retina
if (!empty($td_customLogo)) {
if($td_use_h1_logo === true) {
echo ‘<h1 class=”td-logo”>’;
};
?>
” alt=”<?php echo $td_logo_alt ?>”<?php echo $td_logo_title ?>/>
<span class=”td-visual-hidden”><?php bloginfo(‘name’); ?></span>
<?php
if($td_use_h1_logo === true) {
echo ‘</h1>’;
};
}
}
Thanks!
Hello Tagdiverse,
I’m using “Craft Ideas Template” for my blog.
I’m using the blog page as main home page.
I love the main hero section Above the Main Menu but I want it to be displayed on blog page only.
I don’t want same hero image to be replicated on the posts and pages.
Please let me know whether it’s possible and any workaround.
Thanks,
Amir
Hi,
Something is unusual in the website you provided. The container size is not how it is supposed to be
– https://www.screencast.com/t/mBsmYsVVrU7
Did you maybe make modifications in this matter? Forcing the container to a higher or lower value would result in a broken layout. Wider layouts can be achieved with the tagDiv composer and row stretch setting
– https://www.screencast.com/t/odokEN4DvdEB
The composer can be used to design almost everything. Pages, post templates, category templates etc. This is possible if the cloud library plugin is active
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can preview and even edit the available templates created by us
– https://affiliate.tagdiv.com/#/load/All
If you want to design your own, there is a blank template provided in each category of templates.
Without the forced container stretch the grid would look like this
– http://prntscr.com/lj3w3i
The image on the right in the grid is almost of the required size for the grid. In my case with the same image this is the result
– http://prntscr.com/lj3ynr
The thumbnail is not created properly in your case, a regeneration should fix it
– https://forum.tagdiv.com/thumbnails-fix-strange-looking-images-on-blocks/
It still wont fill the module fully however. I could force it to fill the module, but the image may be distorted.
Maybe consider using a top grid that has smaller modules, for example
– https://demo.tagdiv.com/newspaper/category/grid-5/
– https://demo.tagdiv.com/newspaper/category/grid-7/
– https://demo.tagdiv.com/newspaper/category/grid-8/
– https://demo.tagdiv.com/newspaper/category/grid-10/
– https://demo.tagdiv.com/newspaper/category/grid-11/
When using default category templates the top grid can be changed in the theme panel, for each category. For example
– https://www.screencast.com/t/shOmGycyhh1f
Please let me know if you have more questions.
Thanks
Hi,
Something is very wrong there. The HTML and CSS is broken. From what I can see it only happens in the homepage, could be something specific to it.
If you made any modifications to it prior to this happening, you could try and return to a previous revision for the page.
If that is not the case then this is caused by something else. Did you maybe recently enter a code in the theme panel (ad code, script etc)? temporarily remove all the code in the custom code sections and check again.
Or maybe code entered in the theme files directly, like in the header file, header templates or page template files.
Also check if the same happen if you deactivate all plugins except theme plugins.
Thanks
Hello – I’ve changed some of the colors on my template and the customer likes them, but when you first load the site my labels show up in the default color scheme for about a half second before my theme colors kick in. An example is at dev.stnbeta.com
Notice the labels show up briefly in blue before turning green as the page loads. How can I change this?
Thanks,
Kent