Hi,
I have checked your site but could not see the problem: http://screencast.com/t/NSFrZkd1O
This is a known issue if like is translated to a longer word as the container is not big enough to contain longer words. it can however be extended with custom css if you translate it though. Please follow this topic:
https://forum.tagdiv.com/topic/like-button-counter-is-cut-off/
Thanks.
Hi,
I’m not sure exactly what you mean, I assume you want a different font when bold is detected. This will not be an easy task at all. I cannot provide any solution for this as css cannot detect if an element is bold or not as it’s a static language. This will have to be done in js. Unfortunately we have no easy solution to provide. Sorry.
Thanks.
Hi,
This issue is caused by caching. You updated recently but the old style.css is still cached and served instead of the new file. Please clear all caches from the cache plugin, browser, a cdn server or hosting cache you might have.
As for the mobile theme, please read this topic to learn more about it: https://forum.tagdiv.com/the-mobile-theme/
Thank you!
Hello mystudent,
I saw that you have a lot of additional customizations through code which can damage the right layout of our theme. I suppose that you want to center your logo with Ad placements. Also, I suppose that you have added a border-bottom and border-top for your header menu wrap which influences this layout. As a quick solution, please remove the latest code that I provided you above and try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-header-header {
padding-bottom:18px;
}
The result you should see here -> http://screencast.com/t/sym4iPH2aZDQ
NOTICE: If you want to restyle your front end with your desires, please notice that these customizations involve some custom work and we cannot provide this type of services at the moment, sorry! Also, please notice that if you are not aware doing that, these customizations might further influence the other elements from your theme and you can damage your layout theme.
If you want to display more levels n our theme and 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 your understanding!
Hi,
Unfortunately every demo has it;s own style and this cannot be changed from the theme panel. It has to be edited with custom css if you want to change it.
This code should get it closer to the default titles:
.td-blog-baby .td-ss-main-sidebar .block-title{
border-bottom: 2px solid black!important
}
.block-title span{
display:table-cell!important;
color:white!important;
background-color:black!important;
border-style:none!important;
padding:5px!important
}
Hope this helps.
Thank you!
Hi,
Those are multiple paces that need to be targeted with css. There is no one code to remove all spaces.
For the title, you seem to have custom margins added to it that does not come from the theme:
http://screencast.com/t/IrouAYvpgRg and http://screencast.com/t/HKihUxCrk
Please remove the margins I mentioned from your custom code.
As for the other elements, you need to use the browser inspector and adjust the padding bottom for every element. You can use the browser inspector to see these paddings: http://screencast.com/t/jegelnncJ
You can use this guide on how to use the browser inspector: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hello scorpiock,
If you want to hide these elements for your mobile version, you have to use a bit of CSS code to do it. Please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-mobile-footer-wrap{
display:none;
}
The result you should see here -> http://screencast.com/t/Q2DfAgcla
Thanks.
Thanks about your reply.
But i want to remove css and js file of Visual Composer (js_composer). They are very large (about 0.8 MB). So they slow down my website
Hi,
For some reason the css does not apply to the other titles. Please try this without plugins. Please disable all plugins except visual composer, clear cache and reset cdn files if you use it. Then check the smartlist again.
Let us know how it goes.
Thank you!
Hi,
The theme adds this css to the alt text inside the logo:
.td-visual-hidden {
border: 0;
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
}
For some reason this is missing on your site. If you add this code the alt text will no longer be visible but this should be there by default. Please disable all plugins except visual composer, clear cache and reset cdn files. There is most likely a plugin that interferes with the css.
Thank you!
Hello ineedsolutions,
Unfortunately, our theme does not have such an option for fonts in the new mobile theme. Please notice that if you want to use a custom font for your H tags, you can add directly your code in style.css for mobile theme, like this -> http://screencast.com/t/7y9ArOFHtLAx or you can use custom CSS area from mobile theme and add there, like this -> http://screencast.com/t/2FK7Zzc2Cx If you custom font is not loaded in our theme, you have to load them using ‘@font-face’ For more references in this regard, please consult here ->>
https://forum.tagdiv.com/font-customization/ – https://forum.tagdiv.com/topic/custom-font-issue/
Hope this helps!
Thank you for your understanding!
Hello,
Unfortunately the mobile theme has no font customization options at the moment. You can edit the fonts however if you know a bit of css and look in this file: http://screencast.com/t/XIBHIcvPLV
Thank you!
Hello ineedsolutions,
Please notice that each thumb from each module has own custom CSS code for mobile mode. If you want to change the thumb size for your thumb for your mobile mode, you have to use @media attribute. For more references in this case, please check here -> http://www.w3schools.com/css/css3_mediaqueries.asp Please notice that 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 your understanding!
Hi
That seems a css issue bu I am not sure what could cause it as the theme is tested and the menu works fine even with smart-sidebar enabled. Try to deactivate all plugins except Visual Composer, clear all caches then test again. Also if you have any custom css code added in theme’s custom css filed make sure it won’t affect the menu.
If you still can’t manage to solve this please provide your site url so I can have a closer look at this issue.
Thanks!
Hi,
The theme panel setting should apply to your site. If it does not, that means it;s either a plugin conflict or a customization that prevents the color from applying. Alternatively you could try a css to change the color:
.td-post-content .td_quote_box{
border-left: 2px solid #E71010;
}
But the best way to do it is to locate the source of the problem rather than forcing it with css.
Thanks.
I just use this in the functions.php
Just change the 111 and 222 to whatever page ID’s you have contact forms on. I have two so there are two page ID’s. I have tested on google page speed test and contact form doesn’t load script or css other than the two pages I want it to.
# Restrict Contact form 7 scripts and styles
function conditionally_load_contactform7(){
if(! is_page( array ( 111 , 222 ) ) ) {
wp_dequeue_script('contact-form-7');
wp_dequeue_style('contact-form-7');
}
}
add_action( 'wp_enqueue_scripts', 'conditionally_load_contactform7' );
Hi team!
I’m using newspaper 7. its awesome btw.
But, I lost all of my modification on custom css. Now I need to re-modifying things.
What’s the custom CSS code to disable this loading effect? I can do it in newspaper 6.5 but now I forget the code.

thanks for the help!
Just purchased newspaper theme, installed Global Medicine demo on my dev site to play around with.
One thing I was trying to tweak: the post titles showing inside the “Big Grid 7” elements aren’t very clear overlaid on my light colored thumbnails. I wanted to add a shadow to the font to make it more legible, using the following CSS, but it would not work.
.td_block_big_grid_7 .entry-title {
text-shadow: 2px 2px 4px rgb(0,0,0)!important;
}
Please advise, thanks
Please find below some more questions appeared:
7. how to make different posts appear on my home page. For example I have this news here https://gyazo.com/8557fb8593799d54827f59151b5fb5bc and here https://gyazo.com/02fe62d61654e8dc8d7347a42ec67ed7
8. Cache plugins. I have removed W3 Total Cache plugin according to your recommendations mentioned in the guide. I also noticed that you mentioned APC full page cache plugin. Can I use it with WP Super Cache or I should choose one of them? Which is better for me? I have 16gb of ram.
9. I didn’t get that suggestion “make sure that you have compression enabled on your site for html/js/css but not for images”. Where do I set that kind of compression? Do you mean Auto Minify in cloudflare – https://gyazo.com/771065c3f158d4b113b94c5e5f5e3e37 or something else?
10. Regarding images optimization. Is it possible to use both this plugin and the code you suggested to add in functions.php
11. Regarding speed booster. I put the code here https://gyazo.com/8805d3fabc08aee2e537cb2322079694 Then I cleaned the cache. But it seems that google still shows those files as the ones which are required to be moved https://gyazo.com/4280bc2806be16e44db9535633617d92
Sadly that’s not really a fix – just a temporary work-around. What you are essentially doing is by-passing all caching on those two CSS files and that will give a performance impact. Till the tagdiv team actually test and ensure that the theme works with WP Rocket this will only every be a workaround.
Hi;
We have found the reason
the issue it was in files:
/wp-content/plugins/js_composer/assets/css/js_composer.min.css
/wp-content/themes/Newspaper/style.css
we have been placed this links in plugin option:
CSS files to exclude from minification:
after we do this our site worked properly
We recommend test Wp-Rocket with Newspaper theme, its the best cache plugin now
please check the results of wp-rocket with other cache plugins:
http://wpdevshed.com/best-wordpress-cache-plugin/
Hello, i’ve just updated to the latest update which as always been fine but with this latest update im getting all sorts of errors????
Please help?
in admin after update i get:
Fatal error: Access to undeclared static property: td_global::$theme_plugins_for_info_list in /home/****/public_html/kodibox.tv/wp-content/themes/Newspaper/includes/td_config.php on line 4595
And on my site im getting this error:
Warning: require_once(mobile/includes/td_css_generator_mob.php): failed to open stream: No such file or directory in /home/****/public_html/kodibox.tv/wp-content/themes/Newspaper/functions.php on line 36
Fatal error: require_once(): Failed opening required 'mobile/includes/td_css_generator_mob.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/****/public_html/kodibox.tv/wp-content/themes/Newspaper/functions.php on line 36
Hello, i’ve just updated to the latest update which as always been fine but with this latest update im getting all sorts of errors????
Please help?
in admin after update i get:
Fatal error: Access to undeclared static property: td_global::$theme_plugins_for_info_list in /home/****/public_html/kodibox.tv/wp-content/themes/Newspaper/includes/td_config.php on line 4595
And on my site im getting this error:
Warning: require_once(mobile/includes/td_css_generator_mob.php): failed to open stream: No such file or directory in /home/****/public_html/kodibox.tv/wp-content/themes/Newspaper/functions.php on line 36
Fatal error: require_once(): Failed opening required 'mobile/includes/td_css_generator_mob.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/****/public_html/kodibox.tv/wp-content/themes/Newspaper/functions.php on line 36
I tested my page and identified the below message
/…-includes/js/jquery/jquery.js?ver=1.12.3
/…s/jquery/jquery-migrate.min.js?ver=1.4.0
/…uery.themepunch.tools.min.js?ver=5.2.5.1
/…themepunch.revolution.min.js?ver=5.2.5.1
/…form-7/includes/css/styles.css?ver=4.4.2
/…blic/assets/css/settings.css?ver=5.2.5.1
/…%2C900%2C500italic%2C400%2C300&ver=4.5.2
/…ssets/css/js_composer.min.css?ver=4.11.2
/…ent/themes/Newspaper/style.css?ver=7.0.1
/…udes/demos/tech/demo_style.css?ver=7.0.1
And then, I found the corresponding id. But I couldn’t find it anywhere inside a.txt
Below the a.txt
common | /wp-admin/js/common.min.js
admin-bar | /wp-includes/js/admin-bar.min.js
updates | /wp-admin/js/updates.min.js
plugin-install | /wp-admin/js/plugin-install.min.js
thickbox | /wp-includes/js/thickbox/thickbox.js
utils | /wp-includes/js/utils.min.js
svg-painter | /wp-admin/js/svg-painter.js
wp-auth-check | /wp-includes/js/wp-auth-check.min.js
td_wp_admin | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin.js
td_wp_admin_color_picker | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_color_picker.js
td_wp_admin_panel | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_wp_admin_panel.js
td_edit_page | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_edit_page.js
td_page_options | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/td_page_options.js
td_tooltip | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/js/tooltip.js
wp-smushit-admin-js | http://mysite/wp-content/plugins/wp-smushit/assets/js/wp-smushit-admin.js
wdev-plugin-ui | http://mysite/wp-content/plugins/wp-smushit//assets/shared-ui/wdev-ui.js
registered styles
admin-bar | /wp-includes/css/admin-bar.min.css
thickbox | /wp-includes/js/thickbox/thickbox.css
colors | 1
ie | /wp-admin/css/ie.min.css
wp-auth-check | /wp-includes/css/wp-auth-check.min.css
google-font-ubuntu | http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic&subset=latin,cyrillic-ext,greek-ext,greek,latin-ext,cyrillic
td-wp-admin-td-panel-2 | http://mysite/wp-content/themes/Newspaper/includes/wp_booster/wp-admin/css/wp-admin.css
wp-color-picker | /wp-admin/css/color-picker.min.css
wp-smushit-admin-css | http://mysite/wp-content/plugins/wp-smushit/assets/css/wp-smushit-admin.css
wdev-plugin-google_fonts | https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,300,300italic
wdev-plugin-ui | http://mysite/wp-content/plugins/wp-smushit/assets/shared-ui/wdev-ui.css
In this case, How can I active the Tagdiv Booster…??
Hi,
thanks for the suggestion.
I already adjusted my firefox with simple addon Go Mobile
All that I need now is to click 1 button.
Resolution issues with logo in mobile phones vertical view is fixed (at least for my logo) with this css
.td-main-menu-logo img {
max-height: 47px;
Now only the image optimization problem persist. Not that its critical, but google score is terrible, and it is very important how Google sees your page.
Thank you