- NewspaperLoading Image Effects
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperFlex Block Settings Guide
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperBig Grid Flex Settings
- NewspaperDesign your post pages using the Default Templates
- NewspaperBlock settings tutorial
- NewspaperMore articles box
- NewspaperRequirements for Newspaper
OK,
You did not mention this but when using a smart list, the alignment does not work anymore no matter the image size. You should have mentioned you use a smart list from the start. A smart list in totally different from a normal post. A smart list will ignore the wp settings. A smart list will even ignore the wordpress thumbnails and provide the image as big as the container ignoring the thumb size you add from the media library of WP.
Smart lists have a predefined style and it cannot be altered from the wp mce editor. You will also notice that images will not even keep their position. If you add an image to the bottom of a list item for example, some smart lists will move the image to the top considering it as a sort of “featured image” for the list item.
This is the way the smart lists were created. They are not usual posts.
If you still want to alter the style and align the images right you should wrap your images inside a div container like for example :
<div class="smartlist_image"> place your image code here </div>
Then you can add this code in the them panel->custom css code:
.smartlist_image{
float:right;
}
The you simply need to wrap all your images from the smartlist content inside the div element and your images will align to the right.
Thank you!
Hello,
Unfortunately most of these will require custom implementation and we do not have a customization department. We try to help out where we can though.
For the ad, smartlists have their ad section in the theme panel where you can change the ad size: http://screencast.com/t/HmFIrv0X
Any other ad besides the intended one must be added through hard-coding in this file: http://screencast.com/t/xMvKMrenl
If you want to remove the bottom buttons you can remove them from here: http://screencast.com/t/scJPi3eN
The color style can be changed by adding this css code in the theme panel->custom css box:
.td-smart-list-button{
background-color: red;
}
The hover color is added by the theme accent color.
Again. if you want another ad, the theme ad spots cannot offer only 1 spot. You will have to add them in the theme code by using a do_shortcode function
https://developer.wordpress.org/reference/functions/do_shortcode/
Thank you!
Hello
Moving the weather will require a bit of coding adjustment. The top menu consists of 2 files together. One is the top menu and the other is the social icons. The weather is found in the top menu file. You will have to move the widget code to the bottom of the file like so: http://screencast.com/t/REFTgwtWpjz2 – http://screencast.com/t/dHiuajXPdp9 Now you will have to switch the order in which the 2 files mentioned are loaded. Change the order like so: http://screencast.com/t/lPP48XlBmiv
Now use this css in the theme panel->custom ad spot:
.td-header-sp-top-widget{
float:left!important;
}
This was a lucky example. Normally you cannot move thing around so easy. 🙂
Thank you!
1) Is speed booster recommended for v7.x of the theme ? In wp/plugins it states it’s for version 6.x.
“Speed booster for Newspaper 6 and Newsmag 2.x themes – It moves the styles and all the scripts of the theme to the bottom when needed. It activates internal theme optimizations for better speed and it adds async js .
Version 4.5 | By tagDiv | Visit plugin site”
2) It seems a bit picky / incompatible with many common plugins like sucuri and my newsletter popup… Are there any alternative plugins recommended what might be less “picky” ?
Thansk 🙂
Hello,
Unfortunately big grids in our theme do not have title possibilities. If you still want a title you can add a text with title element above the big grid and then assign a custom class to the row in visual composer as we will need to reduce a bit of spacing for the text with title element.http://screencast.com/t/NHzjMTjWW
After you add the title and the custom row, use this css to remove the spacing below the title:
.custom_title .td_block_text_with_title{
padding-bottom:0!important;
}
http://screencast.com/t/2hHkuYUV2b
As for the text, the text with title allows you to have the text above the big grid.
Thank you!
Hello guys!
Salutare tuturor!
I’m going to write this in English as it could possibly help other people too.
So, I have this site with a single Author. I disabled registration on the site, however when I go to Google and check my content keywords I see “password” a lot. This is, of course, not something I would want in terms of SEO.
In order to get to the bottom of this issue, I have checked how a bot sees the site and the login box is there (http://www.browseo.net/?url=https%3A%2F%2Fvapecrunch.com) but I can’t see it when viewing it normally in a browser.In addition to this, I can see that my top menu is duplicated as well.
Any idea how to make that go away? It was not there before I switched to Newsmag.
Thanks Andrei!
Could you help me with comments style on grids and blocks 14 and 15 (see the screenshot please) i would like to remove the background colors (and on grids the icon is on the top right and I want it bottom) and I’d like the icon and number to be white like the rest of meta-info. Thnaks!!
For those who might want to experiment,
we actually use a nifty plugin for quite awhile now called ”
Contextual Related Posts” — which has a sidebar widget, and is nice because it does a cached copy of related items per post in the post meta so actually very efficient.
Can use thumbs, or only text, can be based on cats, content, or tags, I believe.
see
https://wordpress.org/plugins/contextual-related-posts/
Your needs may vary, but we actually use this with TagDiv themes in place of the normal footer related posts, like so
(note the ‘more to read’ bottom of page)
http://californianewswire.com/2016-neurotech-leaders-forum-welcomes-key-startups-and-industry-figures-in-san-francisco/
(( note: site not fully optimized as we had web server crash Aug 5, move to new system, migrating all sites to https, and testing http/2, mod_pagespeed if off, etc. ))
-
This reply was modified 9 years by
simchris.
Hello Bogden, thanks for pointing me in that direction. I followed the guide but I cannot get the pages to connect? also, all pages are numbered 1, before the previous and next button at the bottom of the post?
If you check the link http://top10bestholidaydestinations.smsbusinessgateway.com/ and click cruises, i have 3 new posts added and linked together from the category “Cruising” I have the H4 tags set at the bottom of each post but I cannot work out how to remove the number 1 label or get the pages to connect.
Your help is much appreciated, please
thanks
Lawrence
Hi Football5,
Was fresh 🙂 but is a clean DB (allways theme and only 3 plugins: VC + Yoast Premium + Speed Booster), I mean without residual stuff.
So the circle is little: theme or one of this 3 plugins.
I’m not sure, maybe is Yoast 3.7.0/1 coze I see something in his support forum. Right now seems that Speed Booster plugin even if move CSS/JS to the bottom, Google throw render-blocking for all content less the homepage.
I don’t want to downgrade for the moment to Yoast 3.5.2 because I want to see if we can replicate again the slow down for internal linking.
VPS – Memcached / Zend OPcache – all pages load in 0,3 – 0,5 sec.
Hi guys,
I think that Speed Booster plugin need some adjustment for latest versions of Yoast 3.7.0 & 3.7.1
Right now, with the speed-booster activated, only the homepage is optimized.
If we analyze with Google Insights all the site (posts, pages, taxonomy) less the homepage, throw render-blocking (¡for both, PC & mobile!) even if the JS & CSS are moved at the bottom. Something that has not happened to me with Yoast 3.5.2 or earlier.
Always using: Yoast, VC, Speed-Booster – system status OK (no modification, only dequeue VC).
I hope you can find a quick solution.
Thank you!
Anecdotally:
For all site, I dequeue Visual Composer and I left it only for the homepage. So theoretically & practically the homepage is the heaviest page from all domain, but still remains the most optimized 🙂
I prefer otherwise.
HI
I’ve checked your site and the resources pointed by google as render blocking are loaded in footer: http://screencast.com/t/T7hujSOxq
Google is very restrictive when it comes about mobile page speed and some things may be interpreted different then for desktop. The Speed Booster plugin does its job and moves those scripts at page’s bottom but it can’t change how google generate the reports. We know about this situation and indeed it’s very strange but we can’t do much about it. The theme and plugins control only page’s html, not google’s algorithm in page speed regard.
Thanks!
Hi,
Sorry but our theme was created this way. This feature affects all smart lists, not only yours in particular. This implementation is the one that works best on all smart lists. When you click on the next slide, you will have to read it from top to bottom, not from bottom to top. Your smart list has a bigger intro that appears on all the slides but this is not the case with all of the smartlists. Different smart list styles do not use the intro on all pages so there will be only articles and it will be weird to click the next slide and not have the screen move to the top. You will have to do it manually and that is an even bigger frustration.
Our theme has no option to remove the scroll to top unfortunately
Thank you!
Yes, you are right, look http://screencast.com/t/P98lCl4WZmDW
Well I have a homepage, but I can also choose a post page… I undertand now that I cant customize the categories with the visual composer.
So now I that I undertand… I would like to move my link where I have selected to be a post page, to be a category, so I can at list costumize it.
If I cant, then I have to make it look better my post page… I now you said me that this issue http://screencast.com/t/RKyDFjuTQ3 can be resolved adding a custom excerpt, BUT I have so many post there that imagine that is a “monkey” thing to do… Also if my visitors go back to see oldest post they will see a horrible excerpt and a mini read more bottom.
Also Im using for facebook, the instant articles, so I cant do many changes.
I dont know what you recommend me to do to make my site that is using your theme to look great
Thanks
Hello,
@supersheek if you want to remove breadcrumbs from all pages at once, you can use this css code to do it:
.page .entry-crumbs{
display:none!important;
}
.td-crumb-container{
min-height: 10px;
margin-bottom: 5px;
padding-top: 0px;
}
You can add the code in the theme panel->custom css box
@crazynuts99
The title you mention is not a breadcrumb but the page title itself There is a difference between the page title and the breadcrumb. If this is what you want to remove simply change the page template to one that does not show the page title: http://screencast.com/t/rid0B4L9h98
The default page template – it will show the title if you do not use visual composer on that page
Pagebuilder + latest articles – will not show the page title
Pagebuilder + page title – will show the title.
Thank you!
Hi team,
I like your theme, thanks for making a nice, customizable website. But I can’t seem to be able to make the header & footer display properly. I would like to have the green color extend all the way to the left and right, but as you can see from these images it stops:
http://www.tiikoni.com/tis/view/?id=23a215c
http://www.tiikoni.com/tis/view/?id=a579343
Secondly, there seems to be some duplication of the twitter option at the bottom of each post. How can I remove the twitter button on the right of the below image?
http://www.tiikoni.com/tis/view/?id=ae030c4
The plugins I have installed and active are:
Akismet
Coming Soon Page & Maintenance Mode by SeedProd
Contact Form 7
Disqus Comment System
MailChimp for WordPress
Quiz And Survey Master
tagDiv Mobile Theme
tagDiv Social Counter
WP Super Cache
WPBakery Visual Composer
Yoast SEO
Thanks and regards,
Paul B
Hi,
I want to add one more ad along with Adsense in ‘Article bottom ad’ area. For example, after the adsense, content.ad should appear.
Both don’t work together, but if I remove one, other one is working.
Is there a way to make it work?
Or at least above the ‘Related posts’ area?
Kindly support
Sadly, I’m not using Newspaper anymore except on one blog thing of mine …. and have moved over fully to Newsmag 3.1, so any suggestions for the “mobile theme” here would be more anecdotal than specific, unfortunately.
Note that even if in footer, doesn’t help that issue with CSS, as page still cannot load “above the fold” without that CSS — hence why you need to use critical css generator to load the main CSS inline in the header.php — this way, mobile browser does not need to WAIT for the bottom of page CSS to load to render anything. Upshot, without the inline CSS, doesn’t matter WHERE the main css files are on page — entire page is “held up” by waiting for that to load, hence the error.
So
step 1 – generate critical css for page; step 2, have that code added to header.php before the closing </head> tag; step 3 have main css loaded in footer.
this way the ‘above the fold’ content loads without waiting for css file(s). :_)
Hello lethow,
I’ve checked your site again with google page speed tool and the render blocking resources are reported only for mobile devices, even if they are loaded in footer: http://screencast.com/t/y6zfRLvV
Google is very restrictive when it comes about mobile page speed and some things may be interpreted different than for the desktop. The Speed Booster plugin does its job and moves those scripts at page’s bottom but it can’t change how google generate the reports. We know about this situation and indeed it’s very strange but we can’t do much about it. The theme and plugins control only page’s HTML, not google’s algorithm in page speed regard.
Thanks for your understanding!
Hi
1. Try this css in theme panel > custom code > custom css: http://screencast.com/t/bplcAbbHNCi
.td_module_3 {
padding-bottom: 15px;
}
2. Did you removed that indicated widget? I can’t find it on the site: http://screencast.com/t/PkdwVZ6Ud
3. Try this css to change the color of search button: http://screencast.com/t/eqG670UYe7
.wpb_button {
background-color: #de7125!important;
}
Thanks!
I am using Block 9 in the Video layout to list recent items.
There is a lot of bottom padding after each list item.
I have tried to use CSS to remove it, but it does not change the spacing.
I used the style.css file to make the changes.
Is there a different spot where Block 9 calls other styling?
I am an advanced CSS user.
Thanks in advance
I’m having a bit of a problem getting the video player header look right. Here’s the page: http://ollekebolleke.info/
All block-titles have a little bear on the left and a line at the bottom. i’d like that too for .wpb_heading, and I can’t get it to work right. The background color remains behind the little bears. (You can’t see that, because that is what I’m working on, on localhost.)
I’m trying two ways: first I try to add this to the css. That works, but the background-image is on top of the background color. I want the background color to begin next to the image, not behind. Just as the block-titles are now.
The other way is using the theme panel. If I add padding, it works fine, but it will also move the video to the right. That’s not what I want.
How do I do that?
Hi,
Did you implemented a custom ad to your articles from the code?
In this case you will need to re-add your code modifications as they were removed by the update.
Please provide more details about this and also a link to your site.
What post template do you use?
If you refer to the articles ads(top, inline, bottom), try to change the post template and see if they appear. There are many modifications added from version 6.1 so please check this and provide more details and your site url so we can provide an accurate answer.
Thanks!
Hi
Glad you have manged to sort this out in the end and you have successfully moved the scripts to page’s bottom.
I’ve checked your site again with google page speed tool and the render blocking resources are reported only for mobile devices, even if they are loaded in footer: http://screencast.com/t/yYwtOR38C – http://screencast.com/t/EjNAHbMBXWG2
Google is very restrictive when it comes about mobile page speed and some things may be interpreted different then for desktop. The Speed Booster plugin does its job and moves those scripts at page’s bottom but it can’t change how google generate the reports. We know about this situation and indeed it’s very strange but we can’t do much about it. The theme and plugins control only page’s html, not google’s algorithm in page speed regard.
Thanks!
Hello,
The setting Andrei pointed out is found in the media library when you insert the image. Please remove the image and press the add media button and in the media library when you select an image to insert, you will be able to see the option in the bottom right corner of the screen.
Thank you!