- NewspaperCreate Custom Code with the browser’s Inspector or the Live CSS Box
- NewspaperScroll Animation
- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- NewspaperHow to setup Twitch for Social Counter
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperAdding Multiple Authors to Your Articles
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspaperBig Grid Flex Settings
- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- TutorialsDefault Block Settings Guide
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewsmagBlock settings tutorial
- NewsmagLogo & Favicon
- NewsmagFooter templates
Hello,
Unfortunately this will not be so easy as the sub-footer is divided in 2 sections. 1 for the copyright and the other for the sub-footer menu. The copyright can be centered but only by altering the theme files and removing the container needed for the menu and then using css to position the copyright text.
You first need to remove this part: http://screencast.com/t/pCzg2vn8
Then use this css code in the theme panel for positioning:
.td-sub-footer-copy{
display: table;
margin-left: auto;
margin-right: auto;
float: none!important;
}
Thank you!
Hello willysawa,
The code is correct but please notice that in order to load this kind of font instead of Roboto, you need to do some additional customization through style.css and replace all the Roboto with your new code. It is necessary to do this thing because the theme do not recognize this font and it will have to be called with CSS -> this is the behavior of the theme. Please notice that is not a simple task and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for the message!
Hello AngelBR,
Our Speed Booster plugin has been designed to work properly with some tested plugins, as you can see in this screenshot -> http://screencast.com/t/ojSRErqBEI8 Please note that the Speed Booster plugin disable itself when an incompatible plugin it’s installed. We added this measure to avoid conflicts with the plugins that won’t allow moving their CSS/js resources at page bottom. To keep it always activated comment or delete the indicated lines from td-speed-booster.php: http://screencast.com/t/RZLIOPUNdqh You can check this topic for more information about speed booster usage: https://forum.tagdiv.com/topic/speed-booster-questions/
Hope this helps!
Thank you for the message!
Thank you for the link. It is the exact same one that I found and followed which led to the lead topic disappearing. Attached is a screenshot from the unzipped WP theme files and you can clearly see a bbpress folder, as well as 8 files within that folder. Below is the entire code from that single content php file and you can see the part “if show lead topic” is commented out. Perhaps that has been changed in a more recent update, but I assure you this originated on your end. You can even see the styling in the middle of the php document that is all TagDiv. If you could pleas advice how I can make the lead topic styled properly as it is now being styled by the default bbpress CSS, that would be great. The replies are styled properly.
->> http://pastebin.com/rAEC2cXh
Screen Shot 2016-04-11 at 5.48.01 AM
Thank you,
Alex
Hi,
There is no setting in the theme to hide this button, but it can be done with css:
.td-category-pulldown-filter{
display:none!important;
}
Simply add the code in the theme panel-> custom css section
Thank you!
Hi Chris,
At the moment there is no setting in the theme for it, but it can be done with custom css
For the titles, there are different css codes that apply, so you need to be more specific about them. Are they post titles on the homepage inside modules, or simple h2 and h3 tags inside the posts themselves.
I assume you are referring to the post titles on the homepage inside the blocks as this is a more common request:
For them you can use this code:
@media (max-width: 767px){
.td-module-title{
font-size:12px!important;
}}
The code will also affect the related articles.
Thank you!
Hello hvatinat,
I suspect this issue come from your untested plugins. Please try to disable all the active plugins, leave just Visual Composer to active, clear all cache and install only the plugins that come bundled with our theme and rule out the conflicting plugins. For a quick solution, you should try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td_block_wrap {
padding-top: 48px;
}
The result you should see here -> http://screencast.com/t/ESUO79beHcN
Thank you for the message!
Hello unixmen,
Unfortunately, our theme has not been designed to offers you a way to increase or decrease the width. Please notice that our theme does not have such an option for dynamic width and we do not recommend to do that through the custom CSS code because the layout of the theme will be damaged. If you want to change the width of the theme to be in full-width mode, please notice that is not a simple task and you will have to adjust the entire theme to the new width for better results. If you want to display more levels in our theme and you are not aware of the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
Hello dbauknight,
If you want to apply or not the code according to the devices, please notice that you can add the code into your advanced CSS box from Theme panel, like this -> http://screencast.com/t/u9ooxMjHY6 for each one.
Thank you for the message!
Hello,
You can align the tiles with custom css as there is no setting in the theme for it.
for posts:
.td-post-title .entry-title{
text-align:center!important;
}
for pages:
.td-page-title{
text-align:center!important;
}
Thank you!
Hi,
Unfortunately we have no easy solution for this as there is no unneeded css loaded. Every file is required somewhere. Disabling loaded files will have mixed results and we do not recommend it. You could remove this line from booster_functions and it will remove the front css but we have not tested this and you need to inspect if there will be consequences to this:
http://screencast.com/t/nn6vGsvn
Thank you!
Hello Carly,
Please try to use the CSS property to make your text bold. font-weight: bold
Hope this helps!
Thanks.
Hello,
Unfortunately we strongly do not recommend altering the theme width as all the elements will break as they depend on the theme width. The width is set with css, not php code so the style.css file is the one you need to edit if you truly wish to do so. However, this will be no easy task and we cannot help you in this matter.
Thank you!
Dear Catalin
Yes, that’s because on Saturday I worked on the header with my colleague—we made some css changes. But what we notice is that in the header style with full logo [style 9 upwards], the mobile logos don’t show on the mobile screens. That seems to be a bug because when a mobile logo has been provided, the theme should show it. For mobile, it should show 280×96 for retina and 140×48 for normal screens. Instead, it is showing the size 544×180, which is meant for desktops. You can see in the screenshot you sent to me –> http://screencast.com/t/bzGwqyTB
Could you please address this bug in your next release?
Hi
6. Try this css in theme panel > custom code > custom css: http://screencast.com/t/Zf4I9taD8l
.td_module_14 .td-module-thumb{
margin-bottom: 0;
}
7. I’ve checked your site on Google Chrome and the changes are applied fine on my end. If yous till have this issue clear browser’s cache and test again.
The number of posts displayed in a block can be set form visual composer > block settings: http://screencast.com/t/pUeoGlaanbk
Thanks!
Hi
I have made some changes to CSS based upon our requirement, after those changes, the line(gradient line under main navigation) and the top navigation bar is fixed to some width and is not touching the ends. We want the line and the top navigation bar as it is in newspaper theme(complete page width). Could you please help us sorting this.
Thanks
Hello,
I used your instructions to install the theme into wordpress. WordPress gave me this message:
“Installing Theme from uploaded file: WordPress Newspaper Theme.zip
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.”
How can this be fixed?
Thank you Catalin, I will check that out (I’m a programmer)
Another way it could be done, in the case of a small number of pages, is if there was a way to add CSS on a page-by-page basis.
i.e. I could add something like this:
.td-a-rec-id-content_bottom {display: none;}
Here is what I actually did to get the effect I wanted:
I set the 10 stories that I didn’t want the bottom ads on, to use Template #12
and in the custom code section of the Theme Panel, I did this:
.td-post-template-12 .td-a-rec-id-content_bottom {display: none;}
It would be great if you could add, say 5 custom Post templates, and allow a way to connect those post templates to a particular category or list of categories.
But for now, I made it work to do what I wanted. Lucky it was only 10 pages and not 1,000
plz i used this two fonts
Lato’,serif
HELP ME CHECK IF I DID THE RIGHT THING
/**
* the default fonts used by the theme. For a list of fonts ids @see td_fonts::$font_names_google_list
*/
td_global::$default_google_fonts_list = array (
‘438’ => array(
‘css_style_id’ => ‘google_font_sans_serif’,
‘url’ => td_global::$http_or_https . ‘://fonts.googleapis.com/css?family=sans+serif:300italic,400italic,600italic,400,600,700’
),
‘521’ => array(
‘css_style_id’ => ‘google_font_Lato’,
‘url’ => td_global::$http_or_https . ‘://fonts.googleapis.com/css?family=Lato:500,400italic,700,500italic,400,300’
),
);
/**
For my first question i tried the Code in css custom area
.td_block_4 .td-module-meta-info{
display:none;
}
But i have no idea about the solution of second question, please help!
Hello,
I’m trying to get rid of Visual Composer on the posts that don’t need it. After looking through the code I’ve noticed that both VC’s js and css files should be loaded only when VC content is present. While this works perfectly fine with js, css is loaded on every page. Digging further I’ve also found that /includes/wp_booster/td_wp_booster_functions.php seem to have VC’s css file loading hardcoded. Is that some kind of workaround for a bug in VC/Newspaper? Is there a way to get rid of unneeded css file?
Thanks!
Hello.
Iv’e got a little problem with spacing on my categories page.
The grid is completely smashed up against the top menu. I’d like a little (the default) space to be between them.
Can you please help? Site is motorinn.is. I’ve done a bit of custom css but I’m not sure if that is what is causing the problem.
Hi Catalin,
I got the CSS code from Allin V.
Many thanks!
Hi Catalin,
Thanks for your answer. Did work perfectly. I would like to go a bit further with my question: Is is possible to hide the posts view counter using as a parameter a category? If so, I would not have to add the css for each post im adding to the site. Something like:
.category-999 .td-post-views {
display:non;
}
in this case I would put this css code on the theme painel css box, rather than in each post css custom configuration.
Thanks !
Conventional SEO wisdom is that you don’t want to push down content you want to rank for with left sidebars, excessive CSS code, Java Script, etc. A good test would be to choose an article you have that ranks well in google, give that article its own long, custom left sidebar, and see if this affects your organic results. I haven’t tested this because I don’t find left sidebars appealing enough to be worth the risk.
Site structure does affect SEO. If you don’t want Google to try to rank content in your navigational menus, sidebars, ad boxes, author box, comments section, footer, etc., you need to tell Google where these things are using proper HTML5 structure. When and where the theme uses header tags is also extremely important.
If a site has Yoast SEO properly configured, has SEO optimized articles, and ranks for competitive keywords, that site’s organic results will still be negatively impacted if it switches from an SEO optimized theme to a non SEO optimized them. (The exception to this is cases where a site has a strong backlink profile. Strong off-page SEO and overcome poor on-page SEO)