- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Hi,
The Latest articles section will be added to the bottom of the page, when the required page template is selected
– https://forum.tagdiv.com/page-templates-2/
It can be customized in terms of module used to display the posts, and the content it displays
– https://www.screencast.com/t/k7EkZdPk0En
This section can also have a custom sidebar set
– https://www.screencast.com/t/VJ6GBbk9N
Or it can be removed by selecting a different page template.
Thanks
Hello ciung,
Unfortunately, I do not exactly understand what do you mean? If you want to have this pagination style, notice that you should try using the Page Builder+Latest Articles+Pagination as page template, according to our documentation here -> https://forum.tagdiv.com/newsmag-page-templates/
If is not what you mean, please provide more details and some useful screenshots for a better understanding.
Thanks for your understanding!
Hi,
I’m trying to change latest articles layout on my http://www.wyborkierowcow.pl page.
I can’t find this option in any menu.
It is not displayed when I’m editing my site (so this option is not displayed here: https://forum.tagdiv.com/page-templates-2/)
Also, changing this settings in “Newspaper – Theme panel – Template Settings – Blog and post template” doesnt work. It still displays the same layout.
Can you pls show me, where can I choose this settings?
Hi,
There is a problem on desktop from what I can see here
– https://www.screencast.com/t/gg1ZKwGlQkE
That could be solved with a code like this
– https://www.screencast.com/t/zI9Zjr3gX2
.page-template-default .wpb_text_column :last-child{
margin-bottom: auto!important;
}
But on mobile I do not see any other issues
– https://www.screencast.com/t/VwBhf0TSb
Thanks
Hello,
I’m having some problems setting up the mobile site. As you can see from the attachment this site’s https://www.skincare-anti-aging.com/ home page have these issues, that I came across. (Iuse newspaper_recipes template)
1) Home page image grid doesn’t show up.
2) Header looks small, appearing in the center, though I have tested with bigger image sizes.
3) The nav menu doesn’t work. Nothing happens when I click it. This sigh # shows at the end of the domain name (.com#)
https://www.dropbox.com/s/4axcom69bduacqw/site1.jpg?dl=0
I want the menu to slide across similar to the example site http://general-health-tips.com
The image header shows properly in this site. Please note though it’s ‘Sahifa Theme’, I just wanted to show it as an example.
https://www.dropbox.com/s/5uetq5rpofar5h2/example-site.jpg?dl=0
So, could you guide me how to set up my site properly so that it looks best with mobile devices.
Thanks
Neevin
Hi,
In order for that ad to appear in the header, you will have to modify the header template used. There you could enter the custom ad through a do_shortcode
<?php echo do_shortcode ('your shortcode here'); ?>
In this example I have set an Ad-box element on a page, and set a background for the row just like you did
– https://www.screencast.com/t/EV89r3ThoWY
Then using the code of these elements in the shortcode
– https://www.screencast.com/t/80go1NXi
– https://www.screencast.com/t/kLWwIoUC5x
The result is like this, the ad is integrated in the header on all the website
– https://www.screencast.com/t/aeeR4No4
– https://www.screencast.com/t/1JjUTcOGQ
I believe this is what you want to do, this would be a method of achieving this.
Thanks
Hi,
The child theme has a different functionality than the main theme. It has predefined templates for the front page, post page, smart list, etc. These will be displayed regardless of desktop settings. This is meant to keep things as simple as possible on mobile
– https://forum.tagdiv.com/the-mobile-theme/
Please note that the mobile theme plugin is optional, it is not required. The main theme is perfectly capable of displaying the website on mobile, due to it’s responsive design.
Thanks
Hi!
I have a special landing page for CPT, https://magazeta.com/news/
And using “Pagebuilder+Latest Articles+Pagination” template for this.
In Latest Article > Filter settings I entered my CPT name, so it shows latest CPT posts, but the pagination doesn’t work (returns 404):
https://magazeta.com/news/page/2/
Is there any work around? Something to fix in fucntions.php or by cloning page template?
Thank you!
Below is the Current Newspaper 7 Child theme, I am wondering if it’s affecting why the posts on my website is not formatted properly, not adding spacing between paragraphs. A carriage return (hard return aka enter) should be after each period.
This is the link to a page article not formatted with the correct spacing between paragraphs. Also the content gets imported daily from RSS feeds.
http://www.thetalkbuzz.com/newsite/alexi-lalas-team-usa-soccer-players-should-be-required-to-stand/
.
/*
Theme Name: Newspaper 7 Child theme
Theme URI: http://themeforest.net/user/tagDiv/portfolio
Description: Child theme made by tagDiv
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Template: Newspaper
Version: 7.7c
*/
/* —————————————————————————-
This file will load automatically when the child theme is active. You can use it
for custom CSS.
*/
.td-read-more {
display: none !important;
}
.td_module_11 {
padding-bottom: 20px !important;
}
I have a static front page which I designed using Visual Composer. Now I wanted to make few changes to the page but Visual Composer isn’t working. Opening the page to edit doesn’t give me the option to select backend editor and also my template is not showing up. Clicking on Tagdiv composer just takes me to a blank page.
Please help me fix the issue so I could edit the page.
I think you resolved it as I can no longer see the block. I think it was the latest articles section that is provided by the page template: https://forum.tagdiv.com/page-templates-2/
Thank you!
Hi,
1. The latest articles section can only be removed by selecting a different page template. It can be customized in terms of module used and content displayed, and can have a custom sidebar set
– https://forum.tagdiv.com/page-templates-2/
2. You can only chose from the available predefined footer templates. The footer section cannot be edited in a different way. There are a maximum of three columns that can be used in the footer, in which you can add widgets.
3. For blocks there is another setting in the theme panel here
– https://www.screencast.com/t/QxDosamWza92
4. The More articles box can be disabled or customized. This is a guide
– https://forum.tagdiv.com/more-articles-box/
Thanks
The longish answer is to use the built in WP function to echo the usermeta for twitter handle “if it exists,” and put that in the section of template block which has the byline under photo.
So, if you can find that function block in the templates, you can google how to echo the usermeta (the twitter handle you enter on the user setup page for each user), with conditional to only load *if* it exists.
Because they don’t provide ‘hacking’ per their support information.
If you want to ‘hack’ the theme with customizatons, there is a decade of tutorials online for learning how to edit WP templates; which is how I learned to do this stuff. No book on how to do this. Luckily one person figures something out, then shares, and then often posts a blog about it — and usually I find something and shazam.
Learning very basic CSS is also critical with this stuff.
And, realizing that for some things there is no “perfect” theme — it always needs something modified, and the trick is keeping track of that with ‘work folders’ on your PC, where you have your raw version, edits, and a log file of WHAT you changed, so that with the next update you can copy over the change.
I learned this lesson with pesky WooCommerce, too. Some stuff can *only* be fixed with functions, some stuff you have to hack the template, etc. Annoying .. but still better than building something entirely from scratch.
Anyway — hope that helped with the ‘hack’ I’ve used. “Trial and error” is the way to learn this stuff.
Sometimes I’ll open template and put something like ‘TEST NOTE’ there, just to see WHERE on the page it actually shows up! 🙂
Hello Maiko,
1)I do not understand why did not use the Default page template? -> https://www.screencast.com/t/XIoopSQmMOFG
2)If you want to use the widgets in Footer 1,2,3, you should try using the Footer template style 5. For more information about our footer templates, please check here -> https://forum.tagdiv.com/footer-templates/
3)There’s an option for it in Theme panel, like here -> https://www.screencast.com/t/ZwTU13XRCep
Thanks for your understanding!
Hello,
1. I have a problem, I want to control everything from the one spot, but deafult front page has some parts to it, that I can’t edit with page builder. I have an option to remove the title in the page edit section, but then I still get latest posts section, when I remove that, then I’m forced to have the page title and so on. Is there any way I can remove the page title, pagination and have only the pagebuilder on my home page content area.
2. Is there a possibility to make custom widget areas in addition to Deafult and Footer 1, 2, 3 options that I have in Widget editing area?
3. How can I remove the date from every post, everywhere?
Hi,
1. That is an author box, it is automatically displayed on the author page. You could remove it with some CSS if you don’t want the author meta displayed
– https://www.screencast.com/t/0oBGNuh3
.author .author-box-wrap {
display: none;
}
2. To remove the “Tag:” text you will have to edit this theme file
– https://www.screencast.com/t/EecHV4TCg0
– https://www.screencast.com/t/G4mdyYvQX5m
The result is like this
– https://www.screencast.com/t/bbf91j0y58f
The breadcrumbs can either be enabled or disabled for all the website, there is no option to disable them specifically for the tag pages.
You could use some CSS to remove them on tag pages only, like this
– https://www.screencast.com/t/kXzovJQo
.tag .entry-crumbs {
display: none;
}
3. That could be increased like this
– https://www.screencast.com/t/flM1XEXkeAO
.td_search_subtitle {
font-size: 20px;
}
4. There are no options to modify those elements at the moment, unless you use custom code and make modifications in the 404 template of the theme
– https://www.screencast.com/t/CGbyqnrSzX
5. The easiest way would be with custom code
– https://www.screencast.com/t/j9JnggbAokkB
.td-menu-mob-open-menu .td-menu-socials {
display: none;
}
Thanks
Hello,
The latest articles are being populated on the page template by calling the loop.php file. Here is the code: https://www.screencast.com/t/41eUsvQSOvV
If you modify the loop file, it will affect category pages, and the blog page as well. (the latest posts page from wordpress)
Thank you!
Hi,
You can disable the sidebar for the shop page, in the Theme panel->template settings
– https://www.screencast.com/t/f2yzyGr2ht02
Thanks
Hi, I use woocommerce for this themes. I have a problem with the shop page. I want to display all product in shop page full page without widget in the right side.
I have setting “page template setting” as without widget (no sidebar). But it didn’t work. If I open shop page, there will be still side bar in the right corner.
How to make my shop page as a full page wtih no sidebar ?
Please help.
Thanx
Hi, google tells me to add this code to the site between the <head> and </head> tags. Can this be done in the custom javascritp in the custom code of the theme panel or should I add it directly to a template?
Best regards
Claus
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: “ca-pub-xxxxxxxx”,
enable_page_level_ads: true
});
</script>
You can have featured videos by using this:
1. Install this plugin: Featured Video Plus
2. Customize the plugin settings (width and height, loop, autoplay, etc)
3. Modify the article template file (I have used single_template_6.php for this example)
4. Add this code at the top of the page
$featured_video_plus = new featured_video_plus($post);
(for this example I added the code below this line: $td_mod_single = new td_module_single($post); )
5. Find the code for the featured image: https://pastebin.com/igSnQQA3
6. Replace the image code with this: https://pastebin.com/gUg7ryi9
7. Upload your video on your site and place the link in the plugin section of the article. You don’t need to use the video mode of the post. You can also add featured image to the article but as long as a video is added, the image will not be visible.
8. Customize the aspect of the video using css/js
-
This reply was modified 8 years by
vlad1984.
Hello,
1)There is no option in the theme that allows you to manage the posts in the Big Grid template, sorry!
2)If you want to have load pagination at your page, notice that you can do this from Block Pagination, like this -> https://www.screencast.com/t/yFAk7EsJ0vj For more information about this, please check the following useful manual here -> https://forum.tagdiv.com/block-settings-guide/
3)Please be more specific and provide another useful screenshot because I do not exactly understand what you mean, sorry!
4)Unfortunately, the only settings regarding on LazyLoad are available in Theme panel. Try to turn off it and clear all the caches. Check the results.
5)Sorry but notice that our theme does not have any such an option in this case, sorry! Also, we cannot recommend any plugin in this case because we have not tested anymore.
Thanks for your understanding!
Hi,
You could use an author box for example, on pages. It will display all the author/authors you want
– https://www.screencast.com/t/l1pYHY0P8
– https://demo.tagdiv.com/newspaper/author-box/
An author page is created automatically, it looks like this
– https://demo.tagdiv.com/newspaper/author/admin/
The sidebar and module used to display posts in this page can be changed in the Theme panel->Template settings
– https://www.screencast.com/t/KYhcqYpn2
Thanks
For some reasons the php code is broken after I publish the post and I cannot edit the post anymore.
The correct code is here:
Plugin used: Co Authors Plus 3.2.2
Multiple authors links below the article title
Modified files: find the file template that you want to use > loop-single.php, loop-single(1, 5, 9, 10).php, single_template_(2, 3, 4, 6, 7, 8, 11, 12, 13).php,
Replace this:
<?php echo $td_mod_single->get_author();?>
With: https://pastebin.com/7Y8kpfTy
CSS:
header .td-post-author-name.multiple-authors a {
margin-right: 0;
}
header .td-post-author-name.multiple-authors .td-author-by {
margin-right: 5px;
}
.td-post-author-name.multiple-authors a:after {
content:”,”;
margin-right: 6px;
}
.td-post-author-name.multiple-authors a:last-of-type:after {
content:””;
margin-right: 3px;
}
Multiple authors boxes on article page
Modified files: find the file template that you want to use > loop-single.php, loop-single(1-13).php
Replace this:
<?php echo $td_mod_single->get_author_box();?>