- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperDesign your post pages using the Default Templates
- NewspaperPage templates
- NewspaperCreate a form contact page
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperHomepage – How to build and set it
- NewspaperPost templates
- NewspaperDefault post templates
- NewspaperCategory templates
- NewspaperPost template ads
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperBookmark – Save For Later
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
yeah, that didn’t help.
I’ve cloned that page (http://dev.ntv.ca/home/) check that url > I’ve set it to the pagebuilder+title template – that one that is causing the issues.
the main page now is set to default, so I can still work on it.
Hello kevintunis,
Please notice that our theme has been designed to use only 3 pages template and all of these might be set them from the backend, like this -> http://screencast.com/t/otL5dJ5sA For more information about this feature, please consult our documentation here -> https://forum.tagdiv.com/page-templates-2/
Hope this helps!
Thanks for your understanding!
Hello,
Since this topic, the code has changed a bit. You will have to use a do_shortcode function inside the template files corresponding to each of the post styles that you use.
Hi
– add the ad code in one of theme’s custom ad spots
– create a new page and add an ad-block on it, select in ad-block the custom ad-spot which hold ad’s code: http://screencast.com/t/T9QrVpFshiG
– press the CLASSIC MODE button and copy the shortcode: http://screencast.com/t/09LWoaPqeUA
– edit the file corresponding with the post stylkes that you use and add this line of code:
<?php echo do_shortcode('[vc_row][vc_column][td_block_ad_box spot_id="custom_ad_1"][/vc_column][/vc_row]');?>
In above example I’ve used custom ad 1 but you can use any custom ad spot from theme panel.
Thanks!
Hi
You just need to change the page template used to default: http://screencast.com/t/POtZs6E8DwBd
Thanks!
Where do I find the page template “homepage one top post”?
Dear Tagdiv,
Thank you for receiving this request. I am writing to inquire about the pagination setting for custom taxonomy templates.
I noticed that in the categories, the setting for pagination is available (see attached image on this link), but for taxonomies there is no such setting. Is there a reason why no such setting exists?
I have also looked through the documentation but was unable to find what I was looking for. I would very much like my website to infinite-load the posts on the taxonomies page, so if there is no theme setting on this, is it possible to code it in manually? I am not that well-versed with the wordpress theme editor so I would be most grateful if this solution is documented clearly.
Thank you.
I am using newspaper for a youtube feed blog and I love the behavior of actually showing the video you can play (instead of a thumbnail) in post template M15 (td_module_15) however I can not find this same behavior in any page content in the visual composer. Can you help so that the embedded youtube videos are playable in pages that list the most popular etc.
Hi guys,
1. I was wondering if there was a way for users to switch between two module styles on category pages.
Basically on a category page right now I’m using ‘module 10’ to display 20 posts so there’s a summary and thumbnail. Was wondering if I could give the users the option to switch to a title-only list (‘module 9’) of say 60 pages, and then back to ‘module 10’ with 20 posts if they wish all at the click of a button within the category header.
2. Also was wondering if there was a way for the pulldown filter in the category header to include alphabetical order. I was able to get it to work by adding td_category_template.php and adding:
array(‘id’ => ‘alphabetical’, ‘value’ => esc_url(add_query_arg(‘orderby’, ‘title’, $this->current_category_link)), ‘caption’ => __td(‘Alphabetical’, TD_THEME_NAME)),
but that lists it from Z backwards. Tried to add ‘order’ ‘asc’ but that didn’t work. Any suggestions?
Hi,
I’d like to add a custom button just beside the search button(I’m using Newspaper Black edition) How can I customize? Currently I’m editing in my child theme the file header-menu-h1.php
this is my code
<div id="td-header-menu" role="navigation">
<div id="td-top-mobile-toggle"><i class="td-icon-font td-icon-mobile"></i></div>
<div class="td-main-menu-logo td-logo-in-menu">
<?php
if (td_util::get_option('tds_logo_menu_upload') == '') {
locate_template('parts/header/logo-h1.php', true, false);
} else {
locate_template('parts/header/logo-mobile-h1.php', true, false);
}?>
</div>
<?php
wp_nav_menu(array(
'theme_location' => 'header-menu',
'menu_class'=> 'sf-menu',
'fallback_cb' => 'td_wp_page_menu',
'walker' => new td_tagdiv_walker_nav_menu()
));
//if no menu
function td_wp_page_menu() {
//this is the default menu
echo '<ul class="sf-menu">';
echo '<li class="menu-item-first">Click here - to select or create a menu';
echo '';
}
?>
</div>
<div class="">
<?php $posts = get_posts('orderby=rand&numberposts=5'); foreach($posts as $post) { ?>
" title="<?php the_title(); ?>"><i class="fa fa-random" aria-hidden="true"></i>
<?php } ?>
</div>
<div class="td-search-wrapper">
<div id="td-top-search">
<!-- Search -->
<div class="header-search-wrap">
<div class="dropdown header-search">
<i class="td-icon-search"></i>
<i class="td-icon-search"></i>
</div>
</div>
</div>
</div>
<div class="header-search-wrap">
<div class="dropdown header-search">
<div class="td-drop-down-search" aria-labelledby="td-header-search-button">
<form method="get" class="td-search-form" action="<?php echo esc_url(home_url( '/' )); ?>">
<div role="search" class="td-head-form-search-wrap">
<input id="td-header-search" type="text" value="<?php echo get_search_query(); ?>" name="s" autocomplete="off" /><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="<?php _etd('Search', TD_THEME_NAME)?>" />
</div>
</form>
<div id="td-aj-search"></div>
</div>
</div>
</div>
Notice the div before td-search-wrapper div class.
I’m trying to add a random article button beside the search button. But my template is broken after I add a class to the div like this: “td-random-article-wrapper” should I register that class first? I can’t seem to find the documentation for templates?
Thanks
I get ‘ page cannot be displayed’ when I select the Pagebuilder+Tile template on the site: http://dev.ntv.ca/
Alright thank you. Google has said theres a couple isues, before my template change my page rank speed was high now google labels it red. Here What They Said:
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:
http://nashvillespace.com/…/Newspaper/images/no-thumb/td_100x70.png (expiration not specified)
http://nashvillespace.com/…Newspaper/images/no-thumb/td_218x150.png (expiration not specified)
http://nashvillespace.com/…Newspaper/images/no-thumb/td_324x160.png (expiration not specified)
http://nashvillespace.com/…Newspaper/images/no-thumb/td_324x235.png (expiration not specified)
http://nashvillespace.com/…mes/Newspaper/images/sprite/elements.png (expiration not specified)
http://nashvillespace.com/…ontent/uploads/2016/08/image-100×70.jpeg (expiration not specified)
http://nashvillespace.com/…ntent/uploads/2016/08/image-218×150.jpeg (expiration not specified)
http://nashvillespace.com/wp-content/uploads/2016/08/p4.jpg (expiration not specified)
http://nashvillespace.com/…t/uploads/2016/08/unnamed-2-1-300×99.png (expiration not specified)
http://nashvillespace.com/…t/uploads/2016/08/unnamed-2-2-300×99.png (expiration not specified)
https://cache.btrll.com/default/Pix-1×1.gif (expiration not specified)
https://s3-us-west-2.amazonaws.com/adxtestlogbucket/320x50BW.jpg (expiration not specified)
https://s3.amazonaws.com/playerfiles2/and_big_vd_081916.js (expiration not specified)
https://s3.amazonaws.com/playerfiles2/and_ua.js (expiration not specified)
https://content.jwplatform.com/libraries/o16FtOAn.js (2.5 minutes)
http://1.gravatar.com/avatar/?s=80&d=mm&r=g (5 minutes)
https://c.betrad.com/a/n/322/4311.js (10 minutes)
https://static.doubleclick.net/instream/ad_status.js (15 minutes)
http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js (60 minutes)
https://c.betrad.com/a/4.gif (60 minutes)
https://c.betrad.com/geo/ba.js?d803588 (60 minutes)
https://c.betrad.com/icon/box_19_top-right.png (60 minutes)
https://c.betrad.com/icon/ci.png (60 minutes)
https://c.betrad.com/…d_w=300;ad_h=250;coid=322;nid=4311;cps=1 (60 minutes)
https://c.betrad.com/…ad_w=320;ad_h=50;coid=322;nid=4311;cps=1 (60 minutes)
https://pagead2.googlesyndication.com/pagead/js/lidar.js (60 minutes)
https://pagead2.googlesyndication.com/pagead/osd.js (60 minutes)
http://img.youtube.com/vi/6Viyt2aIOG8/default.jpg (2 hours)
http://img.youtube.com/vi/GN04m25JAO4/default.jpg (2 hours)
http://img.youtube.com/vi/K3oMdYMNOJc/default.jpg (2 hours)
http://img.youtube.com/vi/kAyrz32rEeU/default.jpg (2 hours)
http://img.youtube.com/vi/l5hNAx_wVIE/default.jpg (2 hours)
http://img.youtube.com/vi/lQKetQkUkxY/default.jpg (2 hours)
http://img.youtube.com/vi/nfzvCx9_1fg/default.jpg (2 hours)
http://img.youtube.com/vi/vGlGkdfVLAs/default.jpg (2 hours)
https://www.google-analytics.com/analytics.js (2 hours)
Hide details
Enable compression
Show how to fix
Consider Fixing:
Optimize images
Show how to fix
Reduce server response time
Show how to fix
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Show how to fix
Minify JavaScript
Show how to fix
Minify CSS
Show how to fix
Minify HTML
Show how to fix
Hello arnaudl,
As for the image sizes, there is no ideal image size I can recommend. You will have to assess the containers and thumbs you plan on using on your site and the post templates as well. if you use post templates that use the full-size images like: http://demo.tagdiv.com/newspaper/td-post-2015-awards-all-of-the-best-and-worst-moments-from-the-show/ then a full-width image is required. If not, you need to inspect every element, especially on the homepage. If you use big grids, your images must be at least the size of the big grid container otherwise, they will not fit inside and not display properly. Here is a list of all thumbs used in our theme:
https://forum.tagdiv.com/theme-thumbs/ also -> https://forum.tagdiv.com/thumbnails-vs-featured-image-size/
Hope this helps!
Thanks for your understanding!
Thanks for the update, glad to hear you guys plan on making updates to the post, homepage and smart templates.
Our responsive mobile site was slow, clunky, cluttered and FULL of those nasty ads that redirect you off the page and sends you to the app store, Google Play store or some weird, unobscure blank page. The mobile theme takes care of ALL of that, so overall, I’m happy, and our readers are happy that they can finally view our content on smartphones 🙂
Thanks again, and looking forward to the updates. Keep up the great work!
Hi, I’m having trouble importing the Newspaper politics demo slider. After importing the slider in the slider revolution options I see the message “ERROR: The param slider_template_id not found in slider params.” When I try to save the slider options I get the error “The slider should have a template, please create a slider through ‘Create New Slider Template’ that will be a template to this slider.” When I try to view the slider on the homepage I see the message “Revolution Slider Error: The param navigaion_type not found in slider params.” I’m using the latest version of the Newspaper theme on a fresh WordPress install.
Thanks!
Hello stax,
Let’s clarify the situation. So, I understand that you want to have a template on your front page/page where you have a pagination for your displayed posts, right? You can use the default page template and then add some block on your page which pagination, like this -> http://screencast.com/t/kJQqOfpZI Please notice that the numeric order is only available for Latest Articles module and on the front page you cannot bring this one without using the afferent template.
Thanks for your understanding!
Hmm , I guess you do not understand me, or I do not understand you. 😛
I have just option 1. Default, 2. Pagebuilder + latest article + pagination, 3. Pagebuilder + page title.
I need template Pagebuilder + pagination.
How i can do it ?
I’m sorry if I’m boring 😛
Thanky you!
-
This reply was modified 9 years by
stax.
Hello,
Thank you for your appreciation. Customer feedback is very important to us. You can also rate us if you want from this link 🙂 https://themeforest.net/item/newspaper/reviews/5489609
To the matter at hand, we do plan on implementing further options into the mobile theme. For the moment it;s only version 1.0 and we launched it to see if it grows in popularity and if users like it so we can asses if we will spend time and effort into improving it and adding more options to it. The mobile theme is a success and we will add updates to it and implement more options in future updates. But for the moment the there is only 1 smart list style and 1 post template and one homepage template. It’s limited, I know, but we plan on updating and providing more options in the future.
Thank you for your understanding.
I have The Events Calendar Pro installed on my site alongside Newsmag. I want to display the calendar and the single events page on a full width page with no sidebar, but obeying the Newsmag theme containers. TEC gives me the option to select the use of page builder, but I don’t know what template item I need to edit to make it full width.
Website
http://heliopolis.la
CMS
Hey Tagdiv, if i set background image at category editor the image will insert like an normal image. If i upload the background image in the theme panel, the image will fill the header, but the template switches from wide to boxed and the header background image are set also as page background.
I want that the image are stretched in the header but the template should be wide without boxed background.
where can i send login credentials?
Its ok, I can understand that there are many replies so we might miss the point, hehe.
One last question before we have this closed: is there any block that can show latest posts with pagination, exactly like the template of homepage?
Hi,
This being a long topic it’s very hard to keep track anymore:) Sorry. The default page template does not show the sidebar but you can create a sidebar in visual composer directly on a split row like so: http://screencast.com/t/lL6eEFYpe
The row is split in a 2/3 + 1/3 layout.
As an alternative you can use the page builder + page title template that will show the sidebar and hide the title if you do not want it with a bit of css like so:
.td-page-title{
display:none!important
}
Thanks.
Thats a good way, yes. However, I was unable to reproduce the sidebar. Is there a way to reproduce the same output by using a default template, a block and a sidebar?
My initial question actually says “I think that the best way to do so is to switch to “pagebuilder + title” template and have the latest articles added manually.
We tried to do so, but this doesnt add the sidebar.” so it was mentioned from the start. Because i received no reply on this, I tried to find alternatives.
Sorry for the inconvenience but the latest articles section was not created with this in mind. It was intented to go under all content. it was a decision the dev’s took.
But if this is such an important aspect for you why not give up on the latest articles section and simply use another page template like the default page template or the page builder + page title that do not have the latest articles section and you can use one of the standard blocks for this element. You can even name it latest articles and set the block you want to display it and set the pagination from the pagination settings. Then you can add content underneath it without an issue straight from visual composer.
Thank you!
Hello,
The latest articles is added by the page template @CollectiveM pointed out above. If you do not want the latest articles section, simply change the page template: http://screencast.com/t/gIBUnCXAL
Thank you!
Hello,
We do not recommend editing the demo content. We created the demo content for users to have a visual representation of the theme with a bit of content, but this content will be removed if you decide to change demos.
VERY IMPORTANT: if you edit the demo content and then switch demos, your edited content will be removed.
We suggest installing the demo without content and start creating your own content. You can use page templates to help out on pages: https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
I hope this helps.
Thank you!