- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Hi,
In order to have only the last post on homepage please create a new page set the page template on default template, open with td composer , drag a block ( for example block 23 ) and set the limit post number -> https://www.screencast.com/t/aQaik7an
-> https://www.screencast.com/t/8OTihSLv2roO
Set the page as homepage -> https://www.screencast.com/t/xM4EOMLBKy1
Also please deactivate all non theme plugins and clear all cache and see if there is still a problem on mobile.
Thank you for your understanding.
Hi,
You can customized your menu with color, just go in Newspaper>Theme panel>Theme color
https://www.screencast.com/t/ni23mFswi
Or the fonts, go in Newspaper>Theme panel>Theme Fonts>Headers
https://www.screencast.com/t/MxDWonLkr4K
Also you can change :
Theme colors introduction -> https://forum.tagdiv.com/theme-colors-introduction/
Header styles -> https://forum.tagdiv.com/header-styles/
Page templates -> https://forum.tagdiv.com/page-templates-2/
Hope this will help you.
Thank you.
Replied via email.
The option doesn’t work well if you use Classic Editor plugin. You’ll need to set Homepage Latest Articles template, update the page and then you will be able to see the settings.
Or you can disable Classic Editor plugin until you set the page settings.
We will better support Classic Editor plugin in the next update.
Thanks!
The theme container width is 1068px by default, the rows used in the tagDiv composer can be stretched as shown above. Within these stretched rows it would be best to use flex blocks instead of the predefined blocks (1 to 25).
If you force the theme container to a different width with CSS, there will be problems overall. It is not recommended to do so as it may break the theme design. Please try and use the available composer settings to build the pages/cloud templates instead of using CSS.
Hi,
We are aware of this issue you are describing, it is almost fixed and will be included in the next theme update. Currently when using the page template with latest articles, in some cases the settings for the latest articles do not appear
– https://www.screencast.com/t/zdNNUdwt5hr
What you could try for the moment if you use the Gutenberg editor, is to (while the latest articles template is selected) click a few times on these tabs
– https://www.screencast.com/t/uokjR19n9
We are sorry for this inconvenience, it will be taken care of as quickly as possible.
The unique articles setting should work, I made some tests with it using the same grids you use.
Without unique articles – http://prntscr.com/m2giwc
With unique articles – http://prntscr.com/m2gj3r
If you enabled it and it is not working, could be a plugin conflict maybe or the cache needs to be cleared.
Thanks
Your grid is fantastic, there are many to choose from the templates. I just wonder whether it is possible to have slider inside the grid. For example, see (webhosting “dot” news) and observe their main page. It is similar to Big Grid 1 in Newspaper, but slider on the big image.
Thanks
Hi Team,
Am hoping you can help. I have an issue with the template menu on mobile loading correctly. This is the screen when it first loads
When I go to click on the menu, this is how it appears :-
The menu doesnt load. When I refresh the page, this is how it appears :-
The menu then shows correctly :-
I don’t think its because it hasn’t loaded in time on the first attempt. I have had the site sit for 60 second and it still has the error. The menu only appears once I’ve refreshed the page.
Any assistance would be greatly appreciated
I changed themes to accommodate this feature because it is what my readers wanted (plus it only works in default theme which does not support full width on posts and the full width also a requested feature by my readers). I will come back to the theme in future if it supports better integration with ACF plugin custom fields. I tries to create a shortcode using this code in functions.php but the output shows on top of the post (made with td cloud library templates)and outside the td rows.
<?php
add_shortcode( 'custom_name', 'footag_func' );
function footag_func( $atts ) {
$html= '';
$posts = get_field('related_posts', false, false);
$loop = new WP_Query(array('post_type' => 'post', 'posts_per_page' => 3, 'post__in' => $posts, 'post_status' => 'publish', 'orderby' => 'post__in', 'order' => 'ASC' ));
if($loop->have_posts()) {
$html .= '<div class="rel-posts">';
while ($loop->have_posts()) : $loop->the_post();
$html .= '<div class="related-post">';
$html .=''.the_post_thumbnail('td_218x150').'';
$html .= '<h3>'.the_title().'</h3>';
$html .= '</div>';
endwhile;
$html .= '</div>';
} wp_reset_query();
}
return $html;
?>
Forgive me but I’m fresh on the Newspaper train, just downloaded it today. I have the composer and the plugins activated. When I go to make a new page, and edit with the TagDiv composer, I see the purple sidebar telling me Welcome to the tagdiv composer! Add element or load template buttons are there. But where my page is, is a giant white space,no header or footer or anywhere to drag and drop the elements to. When I drag and drop, it disappears, if that makes sense, it doesn’t actually drop, just drags.
Not sure if I’m doing something wrong, or if there’s a plug in of mine conflicting with it…but, help! I’m excited to get started building my new design.
Check it and you will see that when choosing the template “pagebuilder + latest articles + pagination” options for latest articles don’t show if u don’t digg on css… or am i wrong? thanks
I have cloned a site that it worked well.
Now I’ve bought a new license but when I try to post a new page I get this error message.
“Error at rows: 1(models) : 0(dom). The model does not match the content”
Siteground hosted, WordPress is 5.0.2, Template 9.2.2, PHP extensions mbstring active
Please let me know how to solve it.
Thanks
Hi Simion,
In understand what you say but I think there is something that isn’t working here.
Let me explain it with this blog: https://www.blogdebebes.com/
– There is a grid 12 and a grid 5.
– After that I would like the latest blog articles with pagination, so I have selected template: Pagebuilder + latest articles + pagination.
– I can’t select the loop settings (because the menu doesn’t appear), I would like to use M14 to show the articles.
– The unique articles is enabled but still doesn’t work.
– I have another blog https://supercurioso.com/ with this settings and everything works fine. Why it doesn’t work here? Is because the latest version of newspaper theme is different?
THanks!
Hi,
That seems to be the case, I will add this issue on our list and it will be fixed as soon as possible. The overlay should page template have priority over the background color of the menu.
In the meantime as quick fix, please enter this code in the Custom CSS section of the theme panel
.page-template-page-pagebuilder-overlay .td-header-menu-wrap-full {
background-color: transparent!important;
}
The menu background color set in the theme panel should not affect the pages that use the menu overlay template after this code is used. Sorry for the inconvenience and misunderstanding.
Thanks
Hi, why does the “homepage latest articles” setting on the page not appear? like the article here: https://forum.tagdiv.com/newsmag-page-templates/
Screenshot: https://prnt.sc/m0v8m6
Thank you in advance.
I have been building some new pages with the tagdiv editor and quite like it. I have now created a cloud template that I want to use for some of my posts.
The template has saved and in a new post I can see it as an option in the Post Settings / Post Template section.
My problem is that it does not display in the Edit Post area so I can not understand where it can be edited. If I try to preview then the template displays correctly. I believe that if I edit the template it would change for all posts using the template.
How do I amend the template content for each individual post please?
Bonjour à tous,
J’ai acheté le template NewsMag, je vous remercie tout d’abord pour la qualité du travail.
Je suis en cours de conception de notre nouvelle version disponible sur ce site martyre : 2019.planetelille.com
J’ai utilisé la démo : Fast News
J’ai trois questions :
1) Slider
Je souhaiterai s’avoir si c’est possible d’inclure un widget permettant d’ajouter un flux de brèves de ce type.
http://www.envertetcontretous.fr (ex : ASSE Info).
2) Choix des contenus sur la home page.
Après des multiples recherches, je ne trouve pas l’endroit pour choisir les sujets valorisés sur la home page ? Comment faire ?
3) Background top :
Comment modifier le background du top. J’ai bien trouvé ” HEADER BACKGROUND ” dans Thème panel, header mais ceci ne change rien.
Je vous remercie par avance pour vos retours.
Très bonne fêtes de fin d’année à vous.
Florian
Hi,
Maybe I do not understand well your question first time.
If you refer to Page templates -> https://forum.tagdiv.com/page-templates-2/ -> Pages with Overlay Menu but the main menu and color for menu are the same for entire website for the moment.
If I do not understand correct please provide some more details.
Thank you for your understanding.
To display ads there you would have to edit the smart list template files and insert the ads there by some means
– https://www.screencast.com/t/oexM1f1HM8Wv
But then the ads will appear everywhere the respective smart list style is displayed, so a condition would have to be wrapped around the ad code to make the ads display only in the homepage
– https://codex.wordpress.org/Function_Reference/is_front_page
This would be a somewhat similar topic – https://forum.tagdiv.com/topic/want-to-show-extra-content-starting-from-page-two-of-smart-list/
That CSS code will apply on the whole website as it is now. To make it apply only in the homepage use it like this
.home span.td-smart-list-button.td-smart-back.td-smart-disable,
.home a.td-smart-list-button.td-smart-next {
display: none;
}
Or like this, more simplified
.home .td-smart-list-pagination {
display: none;
}
Hi,
I tried to display an ACF shortcode in a composer page and cloud post template
– https://www.advancedcustomfields.com/resources/shortcode/
Doesn’t seem to work properly however or maybe I did not try correctly. By PHP code in theme files I have tried before and worked in all cases, but by shortcode it doesn’t work in my few tests.
Hello,
Thank you for your appreciation.
1. A block can be filtered by a specific category so all posts that belong to that category will show up: https://forum.tagdiv.com/block-settings-tutorial
2. The latest articles section is added by the page template: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hi,
The messages simply states that you can only have a default sidebar from the widgets area on the pagebuilder+ latest articles page template
In order to re-create that page you mention, simply create a new page, place a bog grid 12 and then a big grid 5 on that page. Hit the save button and then change the page template to page builder + latest articles+ pagination and change the default module from the post loop settings to module 14
Thanks
Ok, so can you tell me the location where I can manually insert Adsense code to below the pagination(Next, Back) for post template page only?
Hi,
What would you like to put above the featured image? Are you referring to single post pages or modules? For example when using cloud post templates you can easily add content around the featured image
– https://www.screencast.com/t/1mHmateff
In default post templates it would require modifications to the post template files
– https://www.screencast.com/t/7QFkD9BOiYB8
The respective element you want to display can be placed above or below the image code.
In modules it would require modifications to the desired module
– https://www.screencast.com/t/FxOQ8AQb
Thanks
Hi,
You can use the Cloud Template to create your own single post template which can be edited with TD Composer. Using this page builder, you can add any element you want, in any section you want.
Thanks for your understanding!
Hi,
From what I can see you are using the default WordPress blog page, with module 15 to display the posts. Module 15 will show the whole post content.
Some smart list templates can display ads – https://www.screencast.com/t/ulEiXrsix
For example styles 6 and 7 display the ad like this
– https://demo.tagdiv.com/newspaper/whitewater-rafting-day-trip-new-york-east/
– https://demo.tagdiv.com/newspaper/10-landscapes-wont-even-imagined-exist/
But there are no ad spots above and below the smart list pagination. The website you are referring to seems to use a plugin slider
– https://www.screencast.com/t/0F4C0EQV2ki
Maybe that has options to display ads like that.
The pagination you are referring to is the smart list pagination. Module 15 you use for the blog page displays all the post content in the homepage
– https://www.screencast.com/t/de5Ys1Xy
So if there are smart lists in the post, they will appear in the homepage, since the whole post content appears. But I see you removed it with CSS at the moment.
Thanks