- 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
- NewspapertagDiv Composer Tutorial
- NewspaperTheme modules and blocks
- NewspaperThe Mobile Theme
- NewspaperCompare theme files – Winmerge tutorial
- NewspaperUsing Other Ads
- NewspaperBlock settings tutorial
- Using custom fonts
- Using typekit fonts
- NewspaperChild Theme Support
- NewspaperHow to Make the Site Faster
Да, всему виной роскомнадзор. В теме Newsmag очень долго подгружаются кнопки, либо вообще не подгружаются. Вчера накатил Newspaper, все быстренько.
По запросам шрифты грузятся с Google Font, если я не путаю.
Размер кнопок от яндекса можно скорректировать в css
Can we limit this css to the tag page only? Now it cut bradcrumb of category
In that post they show – https://www.screencast.com/t/YxekSyZwKuiC
But in others they are missing for me as well
– https://www.screencast.com/t/AFom8G40e
Seems there is a visual issue, the ads are there but not visible. The lazyload animation seems to be broken due to some errors probably
– https://www.screencast.com/t/XVxPFTbDU
I could give you a code to make the ads visible
– https://www.screencast.com/t/DdHbGGbuL
You can enter that in Theme panel->Custom CSS
body.td-animation-stack-type0 .post ins img {
opacity: 1;
}
But you could try to find what exactly is causing this problem. Start by deactivating all plugins if possible as a quick test, leave only theme plugins active. Clear the cache and check if this has any effect.
Check code entered in theme panel, theme files and child theme. Something is creating this conflict.
Hello Sirius Pro,
Please notice that’s the normal theme’s behavior, as you can see on our demo preview here -> https://www.screencast.com/t/UrOCP8faJCIR Also, if you want to hide this, you should use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.td-crumb-container span:nth-child(3){
display:none;
}
.td-crumb-container i:nth-child(2){
display:none;
}
The result is here -> https://www.screencast.com/t/ZHfsJ8nJb
Hope this helps!
Thanks.
Hello ping.aamir,
Try to use the code below and place it in Theme panel -> Custom CSS area.
The code is ->
@media(max-width:767px){
.td-menu-socials{
display:none;
}}
Thanks.
Hi,
That would be the default design for the big grids. There are many big grid designs to choose from. For example style 4 does not feature a dark gradient.
But if you want to use style 1 and remove the dark overlay, enter this code in Theme panel->Custom CSS
.td-grid-style-1.td-hover-1 .td-module-thumb a:last-child:before {
display: none;
}
It will remove the overlay for most grids once entered
– https://www.screencast.com/t/qk23uiqFo
The mobile modal window in which the menu will be displayed, has settings in the theme panel
– https://www.screencast.com/t/nn6YduNBf
You can set a background color or gradient for the modal window, so you can set a white background color and also color the text red.
Thanks
Hi mparadis,
If you do not want to display the Footer Instagram Title (FOLLOW US ON INSTAGRAM) you should try using the following code and place it in Theme panel -> Custom CSS area.
The code is ->
.td-footer-instagram-title{
display:none;
}
Hope this helps!
Thanks for the message!
Hello, i would like to know what is the best way to load the specified fonts regarding the language i want. For example, Greek will load Open Sans, Russian will load Montserrat, Turkish will load Montserrat, etc.. I’m using this way in my website, but it seems that when i change page , different from the homepage it doesn’t load the fonts i have uploaded to my server and seems to have an error 404. In this image (https://snag.gy/jTSc1q.jpg) is where my style-sheet css is located, in which there are the @font-face rules for each css file. I have the following code in my header section
<head>
<?php if(ICL_LANGUAGE_CODE == ‘en’){ ?>
<link rel=’stylesheet’ href=’wp-content/themes/fonts/stylesheet.css’ type=’text/css’ media=’all’ />
<?php } elseif(ICL_LANGUAGE_CODE == ‘ru’){ ?>
<link rel=’stylesheet’ href=’wp-content/themes/fonts/stylesheet.css’ media=’all’ />
<?php } elseif(ICL_LANGUAGE_CODE == ‘tu’){ ?>
<link rel=’stylesheet’ href=’wp-content/themes/fonts/stylesheet.css’ type=’text/css’ media=’all’ />
<?php } elseif(ICL_LANGUAGE_CODE == ‘el’){ ?>
<link rel=’stylesheet’ href=’wp-content/themes/fonts/stylesheet.css’ type=’text/css’ media=’all’ />
<?php } ?>
</head>
and after that i have some extra css in my theme panel which says for all the td-rows load the fonts, so that i overwrite existing fonts , that maybe are initialized by default.
.td-header-row {font-family:’Montserrat’;}
:lang(el) {font-family:’Comfortaa’;}
:lang(zh-Hant) {font-family:’source-han-sans-traditional’;}
:lang(ru) {font-family:’Montserrat’;}
:lang(tr) {font-family:’Montserrat’;}
:lang(en) {font-family:’Montserrat’;}
Do you have any better suggestion?
The latest theme version is compatible with PHP versions up to 7.2. Older versions of the theme may not work properly with newer PHP versions.
So the hosting mentioned that the theme CSS code is generating these enormous error logs. I could not say what exactly in the theme stylesheet would generate that amount of errors in the log. Please let us know the conclusions of the investigation.
Hi,
If that is the header menu, the theme has an option to change the color for all the menu at once, background and text color
– https://www.screencast.com/t/DS1QOaNV
Coloring them individually would be possible with CSS however. This would be a similar topic
– https://forum.tagdiv.com/topic/how-to-move-menu-items/
Also a browser inspector tutorial here
– https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
If you need help, please provide a link to your website and mention how exactly you want the menu items to look.
Thanks
Hi,
First there is a padding that moves the mobile menu to the right
– https://www.screencast.com/t/wnCGA1mfaQaP
Then there is also this code that makes the desktop menu visible on mobile
– https://www.screencast.com/t/DuVvrwSvVR
If you created design for the desktop menu, use the Advanced CSS sections, enter it in the desktop section. That way it will not apply on mobile and break it. If you remove or move those codes it will display normally
– https://www.screencast.com/t/Y6CAtPK2KmW
Thanks
The code will simply reduce the font size and also a little from the margin of the menu items, when the width is getting smaller, it may need modifications.
But it seems you also have additional code that applies to the header menu. On mobile it looks like this for me at the moment
– https://www.screencast.com/t/VzQ336hvFa
Use CSS carefully, or it will break the design. Use the Advanced CSS sections to enter code to affect specific devices only. I don’t know exactly what you want to do with the header menu, how you want it to look.
Hi I’d like to show only 1 subcategory level in the Mega Menu
Destinations – first level
Canada | USA | Europe | Caribbean – second level
Hide all other category levels under Destinations. (I hope this makes sense)
For some reason, all levels under destinations are showing and I don’t want this, can I customize the CSS to just show the first two category levels?
My hosting referred me to my developer and said this is not something they can fix for me. It’s due to the css code of the theme.
But a question remains: could it be a php version problem? mine if php 7
They commented to me from the server that it seemed that the code of the initial page was not correct, apparently it showed too much code and it could be the reason that Facebook will not get to read these labels.
The code that they advised me to start would be like this:
<!doctype html >
<!–[if IE 8]> <html class=”ie8″ lang=”en”> <![endif]–>
<!–[if IE 9]> <html class=”ie9″ lang=”en”> <![endif]–>
<!–[if gt IE 8]><!–> <html lang=”es-ES” prefix=”og: http://ogp.me/ns#”> <!–<![endif]–>
<head>
<style type=”text/css” media=”all”>/*!
<title>Blog de las Mejores Recetas con Thermomix. Recetas de Comidas, Carnes, Panes, Pescados y Cocina Española</title>
<meta charset=”UTF-8″ />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<link rel=”pingback” href=”” />
I have fretted with the Autoptimize cache plugin and it seems to have removed enough code from the start, and another one to move it to the end of the page. I see that the page works well and that Facebook now does take the OpenGraph tags, could you tell me if the code looks good now?
Thank you very much Simion C.
Hello TagDiv Support Team,
Would you be able to suggest any good solution or approved plugin for “Polls” that is aligned with Newspaper theme’s color scheme ? We plan to conduct polls & surveys for our audience and gather their feedback.
We would like to launch simple polls section in the home and category pages (Sidebar) through adding widgets in Theme-Appearance, none of the wordpress plugins that we have tested are approved by you for Newspaper theme, nor do they qualify with the “Newspaper black” color scheme, unless we add custom CSS code and change formatting ourselves.
Support appreciated.
Thanks.
I have had real problems getting the Newspaper theme onto my server and running. I used WP dashboard(appearance-themes- upload theme) and got the response ‘the link you followed is expired’ This happened once the upload reached 100%. I changed the PHP settings to allow larger files and longer to upload, but not luck. WP is fully updated and freshly installed on server.
I then tried using FTP Filezilla to import the theme. However i now have the error on the WP that says:
Newspaper Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.
i have tried importing both the Zip and the uncompressed into the Themes folder in WP on my server. WP recognizes that it is there but not usable!
Please can you let e know what i am doing wrong or send me a version that will work!
Many thanks
Good Morning!
I want to know how I can change the font color of the category in the photo below:

I was able to change the color of this block, but only by placing a custom CSS:

.td-what .td_module_3 .td-module-image .td-post-category {
color:#000;
}
Is it possible to put each category in a different color?
Hi guys,
Can anyone help me with this simple problem?
I try to remove all AMP plugins from my site and leave only AMP tagdiv.
But at the time of validation, the “css” error appears
Would someone be so kind as to show me how I can fix this?
https://search.google.com/test/amp?id=2AL3CTPtUvvtumBtkO1SaQ
Thank you
Hello
I am having that fatal error on AMP while browsing from safari on an iPhone:
Fatal error: Uncaught Error: Class ‘td_css_res_compiler’ not found in /home2/lebnanew/public_html/LibV8/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php:171 Stack trace: #0 /home2/lebnanew/public_html/LibV8/wp-content/plugins/td-composer/includes/tdc_composer_block.php(133): vc_row->get_custom_css() #1 /home2/lebnanew/public_html/LibV8/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(324): tdc_composer_block->get_block_css(NULL, false) #2 /home2/lebnanew/public_html/LibV8/wp-content/themes/Newspaper/includes/wp_booster/td_global_blocks.php(28): vc_row->render(Array, ‘[vc_column widt…’) #3 /home2/lebnanew/public_html/LibV8/wp-includes/shortcodes.php(319): td_global_blocks::proxy_function(”, ‘[vc_column widt…’, ‘vc_row’) #4 [internal function]: do_shortcode_tag(Array) #5 /home2/lebnanew/public_html/LibV8/wp-includes/shortcodes.php(197): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘<p>[vc_row][vc_…’) #6 /home2/lebnanew/public_html/LibV8/wp-includes/class-wp-hook.php(28 in /home2/lebnanew/public_html/LibV8/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php on line 171
Any idea about how fixing it ?
Hello! I am using the following css code but the hover color inside my post is not changing:
.td-post-content a:hover {
color: #9acd32;
}
I changed the text color of the link using the text editor and I want the hover color to be #9acd32. I have also set my theme accent color to be #9acd32.
Thanks for your help.
Hello Surfaceru,
Unfortunately, does not exist another version for sharing buttons than the one present in the theme. This functionality has been fully checked and it seems to work as properly. If you want to implement other sharing buttons you should implement it yourself through the code because we cannot provide custom work at the moment, sorry!
Unfortunately, please notice that we do not recommend to edit the predefined style of the blocks because you can easily break them, sorry! If you want to do this, you should do it yourself or please consider hiring a freelancer/developer to help you.
Another alternative for you would be to use the Big Grid 4 and hide the below thumbnails, like this -> https://www.screencast.com/t/FrkqpryFDf1s
Use the code below and place it in Theme panel -> Custom CSS area.
.td_block_big_grid_4 .td_module_mx10{
display:none;
}
Sorry but the Big Grid 2 does not have any such a load more button. I do not know what kind of changes do you have made on this but please notice that we cannot provide custom work at the moment, unfortunately!
Thanks.
Hi,
The CSS does not seem to be minified from what I can see at the moment. You can minify CSS using an online tool or a plugin. Then make tests again.
Check for online tutorials in the matter, there are many
– https://technumero.com/minify-javascript-and-css/
Note that CSS minification can cause problems. Keep testing to spot eventual issues.
Thanks
Hey Catalin,
I know the theme doesn’t support that natively, that’s why I decided to create a child theme and modify the theme files manually. However, why I’m not a stranger do both css and php, I was looking for some pointers (or the file) in which the menu’s height is defined.
Thanks!
Hello Tomb,
Unfortunately, please notice that our theme does not support any full-width page and that’s why you cannot achieve this, sorry!
Our product 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.
Thanks for your understanding!