- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsFrom WPBakery to tagDiv Composer
- TutorialsDefault Block Settings Guide
- TutorialsHow to use custom fonts
Hello,
The best way to do it is add a menu item to the top menu and name it menu: http://screencast.com/t/nFGssrBgws
And then figure out the class of the item and use css to hide it on desktop and tablet viewports like for example: http://screencast.com/t/KsLzGW2IFg
Then you can use this class to target it like so:
@media (min-width:767px){
.menu-item-2318{
display:none!important;
}
}
You can even use font awesome for menus to add an icon to it if you want.
I hope this helps.
Thank you!
Hello Gagan,
If you want to change the Big Grid fonts, your can set it from Theme panel->Theme Fonts, like this -> http://screencast.com/t/0luyM2qoKyrK and if you want to change the color, you should use a bit of CSS and add it in Theme panel->Custom CSS area like this -> http://screencast.com/t/Z3Eo0winiAWX
.td-big-grid-post .entry-title a {
color: red;
}
The result -> http://screencast.com/t/YMySIKrf
Hope this helps and let us know how it goes!
Thank you for the message!
Hi
Try this css in theme panel > custom code > custom css: http://screencast.com/t/yKZBdPt2o
.widget_rss {
display: inline-block;
}
Thanks!
Hi
Unfortunately we have no tested solution to minify the css without problems. There are multiple plugins that have this option but they do not seem to work 100% for everybody. Try a few of them out with a bit of trial and error and see which one does not create any issues on your website.
Thanks!
Hello,
The theme does not change anything by itself. Please specify what you did before this happened. Did you maybe install a plugin that is conflicting with the theme, or made a few custom modifications to the code, or maybe you forgot to logout and somebody pulled a prank or maybe you got hacked… The possibilities are huge. Please check your fonts settings in the theme panel and see if fonts are set or are they rewritten by a plugin. This should be the first clue to what the problem is. IF all fonts in the panel are set to default, this means that the css from the theme gets rewritten and you need to identify where it comes from.(you can try to disable all plugins except visual composer and check again.)
I checked your website and except for a the font, everything seems to be fine.
Let us know how it goes.
Thank you!
Hi
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 to move 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 help.
Thanks!
Hi
Try this css in theme panel custom code > custom css: http://screencast.com/t/Y5episLGj
.td-more-articles-box{
opacity: 0.5;
}
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
The caption was hidden with css as a design choice. Your method seems to work fine. Css is pretty straight forward so there is no other “more elegant way”.
Thank you!
Hello,
Unfortunately this is how the theme was set up. There is no option to change the default font of the whole site or the spacing to it. In order to do this you will either have to change every setting in the fonts section or edit the style.css file and replace the default font with a custom one. I will add this suggestion to our update list and hopefully in a future version we will be able to provide an option to change the font across the whole website easily.
Sorry for the inconvenience.
Hello carmene,
Unfortunately, our theme does not have this such option to show the share count, sorry. You should find a plugin with this functionality and see how it works for you.
For your second request, please try the code below and add it in Theme panel->Custom CSS area. Below, I gave you an example and you should try to implement this on your website as you wish.
.td-social-sharing-buttons {
font-size: 15px;
color: black;
}
.td-social-facebook, .td-social-twitter {
background-color:white;
}
The result you should see here -> http://screencast.com/t/IhGGFerR
Hope this helps!
Hi
You need to edit the loop-single file corresponding with the post template used and move this lines of code like here: http://screencast.com/t/8eEhftfFxs Also you will need this css in theme panel > custom code > custom css: http://screencast.com/t/84s8hH3qhXOu
.td-post-template-1 .post h1 {
margin-top: 0;
}
.td-post-template-1 .td-post-content .entry-category{
margin: 0;
}
Note that I’ve test this only with pot temple 1. For others post templates you will need different customizations. You can use this example to customize and others post template. In case you can’t do it yourself my advice is to find someone who can help you with this as we cannot offer any type of custom work at the moment.
Thanks!
Hello
I have introduced this last code in advanced css phones area and it doesn´t work. Is this the correct place to introduce it?
It appears a warning on line 3, (use of !importante)
Thanks
Hi there – how is it possible to have one category (in this case – Editorials) to have no featured image … so that on the category page, on the author page etc there is no thumbnail or image, even a placeholder image.
I’ve tried work arounds with some custom css and display: none code but that gets really hard on category pages etc.
Thanks – Neal
Hi
I did some research online and the last standards regarding data structure don’t require a content attribute for the indicated meta. The Google recommends this structure: https://developers.google.com/structured-data/rich-snippets/articles
<meta itemscope itemprop="mainEntityOfPage" itemType="https://schema.org/WebPage" itemid="https://google.com/article"/>
Also you can check this link https://schema.org/mainEntityOfPage for more details about mainEntityOfPage property.
I am not sure what you mean at css/js question but if you want to move this resources in footer please check our page speed documentation for more details: https://forum.tagdiv.com/how-to-make-the-site-faster/
If this is not what you mean please provide more details so I can get back to you with a more specific answer.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello,
I have checked the table again and there seems to be no fixed width but for some reason it is not responding to any css styling. I do not know how it is implemented but you may have to recreate it or use another method of implementation. Please check the code in the back-end to see if there are any open tags. That usualy cause the sidebar displaying wrong. Please try to insert your table in another post…an empty one. simply add the table itself and a sidebar to see if it behaves the same. If it does, then you will need to change your implementation method. You can easily create a table with html by following this link: http://www.quackit.com/html/html_table_generator.cfm
Thank you!
Hello,
Unfortunately we have no tested solution to minify the css without problems. There are multiple plugins that have this option but they do not seem to work 100% for everybody. Try a few of them out with a bit of trial and error and see which one does not create any issues on your website.
Thank you!
I found that the caption was actually just hidden. So I was able to unhide it and style it and get looking just like I wanted.

The CSS that I used:
.td-post-template-3 .td-post-header-holder .wp-caption-text {
display: block !important;
float: right !important;
margin-right: 10px;
padding-bottom: 10px;
}
.td-post-featured-image figcaption.wp-caption-text {
background: transparent !important;
color: #fff !important;
margin-top: -27px;
margin-bottom: 0;
position: relative;
z-index: 1;
}
/*** Hiding it on Mobile ***/
@media (max-width: 767px) {
.td-post-template-3 .td-post-header-holder .wp-caption-text, .td-post-featured-image figcaption.wp-caption-text { display: none !important; }
}
Maybe there is another way to do it, but this seems to be working, and the only way that I could figure out how to do it.
Is there a way or a code that I could add so that I could add the Images Caption to the featured image at the top of an article??? I don’t know anything about PHP, so i don’t even know how you would go about calling for it. I could write the CSS to style it and place where I want it though. This is what I would like to do if it would be possible….

Hi, I’m using Homepage BigSlide for my homepage appearance.
The problem is that the big slide is framed too much and I’d prefer a big or full width image.
Can you please provide me CSS code and how to change it?
Thanks
Stefano
Hello! I’m trying to change the font color for just one of my menu items. I’m using this custom CSS but it’s not working:
.menu-item-4982 a {
color: #FF0000;
}
I’m using the default menu.
Here is a link to my site (I’m trying to make the “Romance” item red):
Thanks!
Hello rishab55555,
If you want to hide these buttons on specific devices, you have to use a bit of CSS. Use the display:none; for your classes that you will want to be hide and place the code in your Theme panel->Advanced CSS, like this -> http://screencast.com/t/IC9wPIy2n12
Hope this helps!
Thank you for the message!
Hello gunner05,
You have to add the code in the same way as I presented you above, like this -> http://screencast.com/t/MaT90u4Qx and then, please use a bit of CSS to decrease the margin-bottom of the container, like this:
.wpb_video_wrapper {
margin-bottom: 0px;
}
The result -> http://screencast.com/t/fs39sIobms
Hope this helps and let us know how it goes!
Thank you for the message!
– Added plugins name code
– activated Speedbooster
– cleared cache
– run Pagespeed Insights and still showing scripts and CSS to move to footer
– tested functions.php
registered scripts
wpdreams-photostack | http://www.cele.si/wp-content/plugins/ajax-search-pro/js/nomin/photostack.js
jquery | http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
wpdreams-ajaxsearchpro | http://www.cele.si/wp-content/plugins/ajax-search-pro/js/min-scoped/jquery.ajaxsearchpro-noui-isotope.min.js
archivesCW | http://www.cele.si/wp-content/plugins/archives-calendar-widget/admin/js/jquery.archivesCW.min.js
td-site-min | http://www.cele.si/wp-content/themes/Newsmag/js/tagdiv_theme.min.js
comment-reply | /wp-includes/js/comment-reply.min.js
registered styles
wpdreams-asp-basic |
wpdreams-ajaxsearchpro-instances |
archives-cal-classiclight |
google-fonts-style | http://fonts.googleapis.com/css?family=Open+Sans:400,700
js_composer_front |
td-theme |
td-theme-child |
as I can see, styles are no longer with links as scripts are .. progress 🙂 but not for Pagespeed
-
This reply was modified 10 years by
gregy1403.
Hello razakey,
I have checked your website and I saw your menu-nav into your sidebar. I suppose that you have set it with Visual Composer with WP Custom Menu element. You can check your configuration into your panel and you should to exclude it from your sidebar. Another alternative would be to hide it with a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this -> http://screencast.com/t/xynPdzjzd3
.td-ss-main-sidebar .widget_nav_menu {
display:none;
}
The result -> http://screencast.com/t/JLracsj3D4
Hope this helps and let us know how it goes!
Thank you for the message!
Hi assistance,
I have a problem with the issue, especially with the display pages.
After activating the plugin cache WP Rocket 2.6.15,
I have ENABLE AJAX POST VIEW COUNT
but it does not work well the views are not updated
I can exclude CSS and JS, you can give some help on this, using the plugin WP Rocket 2.6.15.
good job
Orlando