- 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
Hello
As it is easy to create sports websites with the fantastic theme NEWSPAPER, I have moved on to also buy some xml feed to show team standings, games and more via online call XML feed and using WP ALL IMPORT PRO.
Dos the theme have an easy way to use XML data and distribute them to like 50 team subpages created with Visual Composer in templates..
Or any other idea via sidebar or other method?
Thank You for any thing anyone can share on this..:-)
Jan
Hi,
If you are talking about the page title – https://www.screencast.com/t/kKoE4mPbc5LW you can remove it by choosing the default template in Page Attributes – https://www.screencast.com/t/WaeMmGbe8
IF this is not what you are reffering to, please provide a screenshot and more information about what you want to achieve.
Thanks
Hello! I have problems in the post templates cover images.
I have only 3 post template that works, showing correctly the cover images: Style 6, Style 7, style 8 do work.
All other post templates do not work.
For example this is a post style 4. The image is not displayed!
http://www.giochi-da-tavolo.it/terraforming-mars/
What do you think is the problem? Do you think is some theme panel option?
The featured image is correctly set in the edit post page.
The article cover image size is: 600 Ă 458 px; 51 kb
Thanks a lot!
Hi,
My home page used to work normally, but since this morning on my home page- sports template, I am missing news ticker and big grid. I can see them in beck end page, but they are not showing on front end. how to solve that.
Also Social counter, although properly activated and all social urls inserted in social part of theme panel, is showing foolow for envato twitter account
Hi,
Please note that some footer templates come with predefined content and some are blank templates – https://www.screencast.com/t/rZ6XZRTc You can add or remove widgets in the footer like this – https://www.screencast.com/t/jyWe6Mq0u
You can remove the block title border with this code, enter it in Theme panel->Custom Css
.td_block_16 .block-title {
border-bottom: none;
}
Result – https://www.screencast.com/t/s67h5TVjkmjC
It will work only for block 16 on your page (Calculator), if you want to remove the bottom border on all the block titles on the page use this code instead
.block-title {
border-bottom: none;
}
Result – https://www.screencast.com/t/1bPxgpG8
Thanks
Hello, hope things are fine with.
In your Newspaper theme, I can’t edit demo layout with visual composer. If i make any change visual composer does not save the changes. Such as News- Front page default template:
Please provide us a quick solution.
Hey there, I’m getting these errors
Warning: require_once(/homepages/33/d249180215/htdocs/zielix/harrel/wp-content/themes/Newspaper/parts/header/top-widget.php): failed to open stream: Permission denied in /homepages/33/d249180215/htdocs/zielix/harrel/wp-includes/template.php on line 684
Fatal error: require_once(): Failed opening required ‘/homepages/33/d249180215/htdocs/zielix/harrel/wp-content/themes/Newspaper/parts/header/top-widget.php’ (include_path=’.:/usr/lib/php5.6′) in /homepages/33/d249180215/htdocs/zielix/harrel/wp-includes/template.php on line 684
When I go to /wp-content/themes/Newspaper/parts/header and change the permission to these two files (top-widget.php and td-login-model.php) to 644 it works, but only temporarily, as soon as I clear my browser cache it shows same error.
How can I fix this?
okay perfect. I did some digging and filled out all the arrays so that if I have one it can be applied in the table. I will share it here incase someone else uses this in a real newspaper setting. You should also consider adding this to your documentation. An actual newspaper uses InDesign to create newspapers. Then they flow that to the massive printers via an XML data feed and creates the printable pages via generated .pdf’s and also uses that XML feed to post the data where it is supposed to go in the websites. So when I send an article to print, I know where and how to map my fields i.e. sub-headline, cutline and so forth. Otherwise I’m stuck trying to figure this out by filling in a bunch of extra shit which really sucks, because you never know if you missed one or if something changes when it’s in a new template or whatever. So that is my plea to you, to make this actually useful in a real newspaper setting where your dealing with system integrations and writers submitting via the software’s article submission system, tell us what all the options are. What they lead to so its just simple and ready to go. Unless you already have something for that.
Here is what I was able to dig up, Will you see if there are others that I missed please.
———————————————————-
pulled via phpMyAdmin:
td_post_theme_settings
a:7:{
s:14:”td_primary_cat”;
s:3:”294″;
s:11:”td_subtitle”;
s:20:”This is the subtitle”;
s:18:”td_quote_on_blocks”;
s:24:”quote on blocks are here”;
s:9:”td_source”;
s:23:”this is the source name”;
s:13:”td_source_url”;
s:22:”this is the source URL”;
s:6:”td_via”;
s:20:”This is the Via Name”;
s:10:”td_via_url”;
s:19:”This is the via URL”;
}
———————————————————-
I have seen similar topics about this, and done everything (cache clearing, plugin deactivation etc) but still I cannot save SOME of the options. I can save translations and social network URLs, but still cannot save Header (e.g. to show top menu), Template (e.g. to disable comments in pages). How to fix it?
Hi,
I hope that you can help me with a issue about the Newspaper theme.
I need to configure 7 different templates for 7 different categories of my website. Each category will be referenced by a different color and i need that colors appears on the menu through mouse over, active links and in the Title Pages. Can you help me with that?
thanks
Hello,
If the header ad is what you are after you can create a condition around the header ad to make it not apply on woocommenrce pages. You can use this function: https://docs.woocommerce.com/wc-apidocs/function-is_woocommerce.html
As an example on header style 1 you can replace this code:
https://www.screencast.com/t/1k2dGIr4w
with this one:
<?php if(!is_woocommerce()){?>
<div class="td-header-sp-recs">
<?php locate_template('parts/header/ads.php', true); ?>
</div><?php } ?>
It should look like this: https://www.screencast.com/t/ZNcTcS7fYWgK
Thank you!
Thanks Simon,
But I think this is for editing the footer of the whole page (class td-footer-wrapper) and I meant the footer of the post content. See screen shot: https://postimg.org/image/ig6nkl1sx/
Also, Aside from the specific case, I am more interested to find the general way to tweak and edit the template.
Thanks.
Hello David Henry,
Please keep in mind that the Latest Articles feature can be added only via Visual Composer through Page Templates (Pagebuilder+latest articles+pagination) or you can set a Block by Latest Articles and then, from Block Settings you can choose the Infinite Pagination. For more information about these settings, please consult our documentation here -> https://forum.tagdiv.com/newsmag-page-templates/ -> https://forum.tagdiv.com/block-settings-guide/
Thanks for the message!
Hello guys,
I spent hours of googling, but nothing helped. I want to change header url from default to different page. When visitor clicks on header image (or logo) now is automatically redirected to homepage. How do I customize the link?
As far as I know, I have to edit header.php, but have no idea where should I place desired link.
All the best
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html <?php language_attributes(); ?>> <!–<![endif]–>
<head>
<title><?php wp_title(‘|’, true, ‘right’); ?></title>
<meta charset=”<?php bloginfo( ‘charset’ );?>” />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
?>
</head>
<body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>
<?php /* scroll to top */?>
<div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>
<?php locate_template(‘parts/menu-mobile.php’, true);?>
<?php locate_template(‘parts/search.php’, true);?>
<div id=”td-outer-wrap”>
<?php //this is closing in the footer.php file ?>
<?php
/*
* loads the header template set in Theme Panel -> Header area
* the template files are located in ../parts/header
*/
td_api_header_style::_helper_show_header();
do_action(‘td_wp_booster_after_header’); //used by unique articles
I am trying to remove my author name on the Revolution slider images (using Travel Blog template), they are not on the featured images in my blog posts or on the previews in the main page, only on the images in Revolution Slider. I am searched everywhere I can think of? Thanks
I did one mistake when I activated Newspaper theme first time. I should have immediately look around and activated child theme in first place. Anyway, now I uploaded child theme to the server and would like to start to use it. But noticed that child theme ignores all my previous changes (page layout, colours, backgrounds, widgets, etc) what I did in Newspaper theme. Tried EXPORT IMPORT option, but that one did nothing. Is there any way to somehow to move these changes to newspaper child theme? Should it not read all that stuff from Newspaper default theme and then overwrite these things if I make some change in the child theme?
I hope that I made myself clear what’s my goal is at the moment.
Hi,
The Latest articles loop can be deactivated by selecting the default template in page settings – https://www.screencast.com/t/5FjO4396 More on page templates – https://forum.tagdiv.com/page-templates-2/
Thanks
It seems like the Visual Editor would be available as well as the ability to ad or remove blocks and make changes to the category page? Is there any plan to add this feature? I’m aware that minimal changes can be made in the template area.
How do you limit the amount of posts on the author temple before pagination? Right now I have 100 articles loading on the first page.
The same goes for category pages as well.
Thank you for your time and help.
Hi,
I want to add revolution slider to homepage – on this site tryhealthier.com – I want it above the content and bellow the header menu (like it is on this site http://www.universalprinciples1.com/)
But, if I try to edit the page, at Rev. Slider Options -> Choose Slide Template -> It only shows Default. It doesn’t show any of the created sliders.
Please help.
Thank you.
Hello all,
Notice that the Latest Articles modules are comes from Pagebuilder+Latest Articles+Pagination as the page template and that’s why it is not showing on Visual Composer. If you want to remove this feature, you simply switch the page template to another one, like Page Template Default.
If you need more assistance in this regard, please provide your websites so I can take a closer look inside them.
Thanks for your understanding!
And of course 30 seconds after I posted it I found it. đ
Anyway if someone else is interested about it then you can find it here if you scroll down -> https://themeforest.net/item/newspaper/5489609?s_rank=2
Version 7.6 â December 20th, 2016
-
misc: Visual Composer plugin updated to the latest version 5.0.1
misc: Revolution Slider plugin updated to the latest version
misc: full compatibility with WordPress 4.7
new: DEMO â Beauty blog â a fresh and simple blog demo. Easy to use and beautifully designed
new: The Plugin Page from where a user installs the included plugins was completely redesigned to be more user friendly.
new: added support for block templates overwritten via the Theme API system in demos. All future demos can now load different block templates if needed.
new: the comment form is now validated with javascript. This was a long requested feature and we are very happy how it turned out.
misc: css fixes in the theme panel and the welcome screen
misc: we finally updated the social icons and we also removed the icons for dead services (picasa, Posterous etc)
misc: the Social Networks panel now checks each input to be correct, this prevents user error and bad URLâs that supposed to go to social networks profiles but instead go to 404 pages on the site
misc: we removed the max-width from srcset on images and the responsive images on mobile now work as expected
misc: translation panel information text
misc: on android, when a user uses the mobile search, it will autofocus on the input field now
fix: password protected comments now work as expected
fix: facebook videos that are in the content of the post now work and resize as expected
fix: font panel css issues
fix: the tag ajax filter now displays the tags in the order of the idâs the user selects. Before it was alphabetically
fix: home breadcrumb does not appear as structured data as required by the google metadata testing tool
fix: smartlists that had image captions with HTML where broken. Now we fixed them.
fix: category sorting options was not working sometimes.
-
This reply was modified 9 years by
Edragon.
Hi,
i want to build a landingpage on my blog.
For this one post i would like to use a different post template without sidebar and ads.
Without sidebar is no problem but how can i hide ads in this one post?
Regards, Chrille
Hello,
The h1 tag is active for all pages. Unfortunately you cannot organize any heading tag as a ‘category’
What you can do however is use a different page template. The templates that do not have a heading tag (page buolder + latest and the default tempalte) will get the logo h1. The page builder + page title will not have a h1 on the logo: https://forum.tagdiv.com/page-templates-2/
Unfortunately the theme doesnât have option to display only specific subcategories in the megamenu, all of them will be loaded and displayed. Also you can change the sort order if you alter the code or try a plugin, please check this topic â https://forum.tagdiv.com/topic/order-of-sub-categories-in-mega-menu/
Thank you!
Well you can add a css rule to limit them but the pictures will not show the entire content anymore or they will be squished and not display properly unless the aspect ratio is proportional to the size you want it in.
I;m not sure what the contribution page is. If you want all posts that use the post style 3 to show a maximum featured image height of 450 pixels then you can add this code in the theme panel-> custom css box:
.td-post-template-3 .td-post-header-holder{
height: 450px!important;
}
But you will have to mind the aspect ration of the images.
Thank you!