- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hello đ
Can you help me to remove css from view source not used as in the picture below

We on our site don’t use woocommerce or bb-press forums and we don’t need to show that on view source. Same also for header styles, or global style templates. This is very important for us to remove that
Thank You
If i run my site on child theme which provided by you, and then i update my theme (delete old and install new), my all customization gone?
I mean many settings, css works also removed??
Hi,
I’ve included the tabs section on my homepage (http://pocketmanchester.pocketmcr.co.uk) but I’m not sure what Custom CSS I need to add to the Theme Panel to make it so that all of the tabs look the same as the ‘Rugby League’ and ‘Other Sport’ tabs?
For example I’d like the ‘hover’ and ‘clicked’ states of the titles to be the same yellow as the last 2 tabs (not multicoloured like the first 5) and the category to have a slightly transparent black background (again, like the last 2 tabs) which changes to yellow when hovered over.
Thank you in advance.
Hi,
You could change the excerpt font color in general like this – https://www.screencast.com/t/soiFHE2fNWUg or by module or block for example like this – https://www.screencast.com/t/iIc5waAyPpeB
Here is a tutorial about using the browser inspector to identify the elements used on a page and their classes and create custom code, that you can use in the Custom css section in theme panel
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello,
Please try to use the manual activation process: https://www.screencast.com/t/DJnCt0X2
The theme should not loose it’s data as the activation process is meant to be used a single time, not periodically. Maybe you did not make the move to ssl properly and there is a conflict somewhere affecting the theme activation or the theme settings. Please check these few guides on how to properly move to ssl:
http://www.wpbeginner.com/wp-tutorials/how-to-add-ssl-and-https-in-wordpress/
https://css-tricks.com/moving-to-https-on-wordpress/
https://yoast.com/dev-blog/move-website-https-ssl/
You can also check our forum for some insight on ssl:
https://forum.tagdiv.com/topic/moving-to-ssl/.
I hope this helps.
Thank you!
Hi,
That would require some custom css code, to make the header logo and menu remain the same when sticky and the affix class applies, like this
– https://www.screencast.com/t/2EJkvrlKII3
This is the code, if you want to use it you must enter it in Theme panel->Custom Css
@media (min-width: 768px) {
.td-header-wrap .td-affix .sf-menu>li>a {
line-height: 60px!important;
}
.td-header-wrap .td-affix .td-main-menu-logo img {
max-height: 60px!important;
}}
Thanks
Hello,
Sorry for the inconvenience there seems to be a css issue with the menu. Please add this code in the theme panel->custom css box:
#td-login-mob .td-login-inputs input[type="password"]{
top: 11px;
}
I also added this to our buglist and we will fix it in the next theme version.
Thank you!
Hi,
I have inspected the website and using the Live CSS editor (Chrome extension) I was able to make modifications to it, without any problems whatsoever – https://www.screencast.com/t/nu8HVnVVnB
If you would like to make changes to to elements on the website, here is a guide about using the browser inspector to identify these elements and their classes, and create custom code that you can enter in Theme panel custom code section – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hi, almost finished my website using your excellent theme. I’m very excited!
One thing I can’t seem to solve: on my homepage I used Visual Composer to build the page. I want the font color of the excerpts to be the same as the rest of the site. However, I can’t find where to change it. It’s still grey #777.
I use CSS Hero, but it won’t stick. I searched in the css files of the plugin, but can’t find where to change font color.
Could you help me out?
My website: http://wandelingen.info/wp
Hello,
The travel demo image was added as a full width row and a background image set to that row. The the block beneath was customized with css to position over the image. Basically if you want to replicate the travel demo, you will have to install the travel demo as there is no simple way of replicating it on another demo. Each style has a unique custom design that is created specifically for that particular demo. It can ve replicated on another demo if you have the proper css skills though.
Here is a related topic where I explained how this can be done:
https://forum.tagdiv.com/topic/parallax-setting/
Thank you!
Hello,
CSS works in cascades so when there are more then 1 rewrite of the same color, you will be able to see each change happen especial if your connection is slow. If you load a theme demo that changes the colors that is one rewire and if you change the colors again that would be the second one and already you will be able to see the changes happen on page loading. That is the way css works and there is little to be done about it unfortunately. You can make the changes directly in style.css but you will have to re-add them on each update.
You can see the compiled code in your page source: https://www.screencast.com/t/BddeG11R
You can try to add that code at the bottom of style.css
Thank you!
Hello ivankozlik,
Please keep in mind that our theme has an option from Theme panel which allows you to change the font-weight from the panel, like this -> https://www.screencast.com/t/NhZjSxNlL5w If you want to have more option than that, ensure that your custom fonts have loaded more then this weights and call them using a bit of CSS code. Please follow our documentation for more details about how can be added a new font in themeâs options: https://forum.tagdiv.com/newsmag-using-custom-fonts/ â https://forum.tagdiv.com/newsmag-using-typekit-fonts/
Hope this helps.
Thanks!
No, right answer: the whole idea is to move away from “theme shortcodes” and use agnostic shortcodes not tied to themes. Theme shortcodes based on CSS have nothing to do with VC. Speaking as a 22 year wevdev, and 12 year WordPress dev.
Again – plenty of very simple plugins which allow you to add custom shortcodes to the editor, for things like the typical Bootstrap style buttons, wells, panels, alert boxes, etc. — all these plugins do is add some additional CSS for you for the styles you wish.
Frankly, if you learn to code with WP, you can even very simply add your own CSS shortcodes and functions in the functions.php file. There are even online shortcode generators you can use, like so: https://generatewp.com/shortcodes/
However – to make my point:
For example, this one has over 600,000 installs; you could have installed it faster than arguing with me on how to resolve your query:
https://wordpress.org/plugins/shortcodes-ultimate/
(( I don’t work here and do not speak for TagDiv ))
-
This reply was modified 9 years by
simchris.
Thanks a lot, it works! đ
When the page is loading in the first seconds the colors in the header are also green and the color of the menu is blue. Is it possible to set them to the right color (yellow) with help of a CSS code?
I made a screendump of it: http://i63.tinypic.com/qxuw01.png
Hello,
It is exactly the news magazine demo style as I suspected. Please use this code to change the colors:
.td-magazine .td_block_template_1 .td-related-title .td-cur-simple-item{
color:#dfcd3a!important;;
}
Add the code in the theme panel-> custom css box.
Thank you!
Hi!
Why don’t we have an option to custom specify font-weight when we choose typekit font for our website?
Wouldn’t it be easier that instead of dropdown menu with only 2 options (Normal, Bold) you offer us text field where we can input font-weight number value that we need?
My typekit font have many font-weights, but I choose only normal, bold and black (400, 700 and 900) and now each time I wan’t to use the black (900) weight I have to customise it in CSS – not convenient at all!
Hi,
You could do that for a specific menu item in the header top menu, by identifying the menu item in question and then use some CSS to modify it – https://www.screencast.com/t/tiUNxRf031oB or set a custom class for that menu item – https://www.screencast.com/t/ZRMrR1lnW and use that in the code – https://www.screencast.com/t/iXitiiWZElN
If you would like to make the social icons in the top menu bigger, you could do that like this
– https://www.screencast.com/t/84xYZw6LQSf9
This is the code used in the example, but you can modify it to how you like
.td-header-sp-top-widget i:before {
font-size: 20px;
}
Here is a tutorial about using the browser inspector to identify the elemets used on the pages and their classes
in order to create custom code – https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks
Hello polys_a,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Please keep in mind that at the moment, we cannot provide optimization services because this task involve time-consuming and we do not afford to do this, sorry! We only can provide support for basic theme settings.
If you are not aware of these steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hello all,
Please notice that the speed of your website depends on how well your site is optimized. Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services is not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit to our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Please keep in mind that at the moment, we cannot provide optimization services because this task involve time-consuming and we do not afford to do this, sorry! We only can provide support for basic theme settings.
If you are not aware of these steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
Hi!
Could you help me display the affiliate code (attached below) properly in posts?
I have been trying to fix it for months but I could not. In other themes it is working fine but here it is not. đ
Thank you in advance!
Judit
<meta http-equiv=”Content-Type” content=”text/html; charset=utf8″ />
<meta charset=”UTF-8″>
<script type=”text/javascript” src=”//www.pelikan.hu/hu/web/search-form/js-app-hu.js”></script>
<script type=”text/javascript”>
APP_FLIPO.loadModule({
src: “search-form-main.js”,
css: “//www.pelikan.hu/hu/web/search-form/css/search-form-468×200.css”,
a_aid: “”,
a_bid: “uj-kereso468x200”,
defaultCities: “Budapest / BĂ©cs / Pozsony”,
defaultCodes: “BUD VIE BTS”
});
</script>
Hello,
Borders are added with css. Our theme does not have any option to add borders from the theme settings soi they will have to be made custom using css code. It depends on where you want the borders as the code is different for each spot in particular.
Here is a simple example of css borders: https://www.w3schools.com/css/css_border.asp
Thank you!
Hi,
1. You could try this solution – https://www.screencast.com/t/XsJRdIVpViPz that causes the meta to display on the bottom of the module, if that is what you would like for the big grids on that particular style. This is the code used, you must enter it in Theme panel->Custom Css
.td-grid-style-6 .td-meta-info-container {
top: auto;
}
2. The weather widget is working properly on my end – https://www.screencast.com/t/sySxMNZhmij Try disabling all your plugins except the ones bundled with the theme, clear any caching installed and check again. Also make sure to have the latest version for these plugins from the theme package.
Thanks
Hello,
Sorry but we have not tested this live editor so we have no ides of it;s functionality. We also use a live css editor but it does not add any css anywhere. It is a simple chrome extension for testing the css. https://www.screencast.com/t/oTaOSqgvJNc
It affects any page no matter the content.
Thank you!