- 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
@Tuudi Try a CSS like this to position the rating stars better – http://prntscr.com/ngpko2
.post-ratings img {
display: inline;
margin-bottom: -2px;
}
Should work, that plugin has a shortcode implementation from what I can see. I believe this is the one – https://wordpress.org/plugins/wp-postratings/
@MKJ Would be the same for you if you use the same plugin. Seems to work for Tuudi. If it doesn’t work for you maybe it’s a plugin configuration issue.
Hi,
Please try this custom css
.post footer{
position: relative;
top: -340px;
}
.tdb_single_content .id_bottom_ad {
position: relative;
bottom: -60px;
}
-> https://www.screencast.com/t/VebIIk0t
Set the above custom css in Newspaper>theme panel>Custom code>Custom css
Thank you!
Hi,
Indeed they are larger for some reason. I believe it has something to do with the cloud header template used – https://cloud.tagdiv.com/header-template-24-craft-ideas/?
I could give you a code to make them smaller – http://prntscr.com/ngo9j6
Enter it in Theme panel custom CSS section
.td-ht-craft-menu .tdb-menu > li > a .tdb-menu-item-text i {
font-size: 16px!important;
}
I will also add this for more investigation, sorry for the inconvenience. Please let me know if you have more questions.
Thanks
Hi,
As a quick solution, if you want to make 5 columns, you need to add 5 inner rows inside a single ROW and the, add the following custom CSS code and place it inside your live CSS from TD Composer editor, like this -> https://www.screencast.com/t/OB09WsCmoYw -> https://www.screencast.com/t/4o1dt8kuOG
Thank you!
Hello,
Google recommends to add font-display: fallback; right after the font-family ... line in css-files to make the page appear faster, if Google-fonts are used. Could you please insert this in line 7104 of the themes style.css?
Hi,
You need to set and ad box before or above logo header -> https://www.screencast.com/t/UocsZlMTuxF click on ad box, click on css -> https://www.screencast.com/t/OoqVKnoHbVO and set the display to inline block -> https://www.screencast.com/t/Pu7zT7B7ds to set the ad after logo you need to set it above like this -> https://www.screencast.com/t/rojeo3d2YvBS
Hope this will help you!
Thanks.
Hi,
If you want to have the first and last page in mobile you can use this custom css -> https://www.screencast.com/t/zu88VFUMGLN you need to set this custom css in Theme panel> Mobile theme > Custom code> css
.page-nav .first, .page-nav .last, .page-nav .extend {
display: block;
}
Unfortunately in order to set the load more button on mobile you’ll need to do some custom work, you need to do it yourself through the code and if you are not aware of the steps which are needed to take, in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thank you for your understanding!
Hello !
Unfortunately you can’t modify the fonts in mobile theme. You can try by adding a custom css to your mobile theme from here: https://www.screencast.com/t/VEI2KQla2GhO
Thank you !
-
This reply was modified 7 years by
Vlad S.
Yep, “Column text”. But for me looks like temporary solution. For example CSS doesn’t work well in this case:

Hi,
Please check here -> https://www.screencast.com/t/VvnSYFDUUJ All the files were moved at the plugins section, as you can see.
Most of the theme files were moved into the tag div composer plugin as per the requirements of Envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/ Moving forward with such requirements, a child theme will only work with functions.php, and style.css, as there are very few files left in the main theme as Envato, requires all functionality to be added through plugins.
Thank you for understanding!
Hi,
Most of the theme files were moved into the tag div composer plugin as per the requirements of Envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements. We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css, as there are very few files left in the main theme as Envato, requires all functionality to be added through plugins.
Now the child theme is limited to just a few files. This is a consequence of the recent modifications to the location of theme files, due to Envato requirements. In this case, you will need to make all of your additional customizations through the main theme files.
Sorry for the inconvenience and thank you for understanding.
Hi,
There is a blur on the images as you mention, but only on Chrome it seems. There was such an issue a while back, it happened after a Chrome update and I believe we made some modifications to fix it for sidebar sections where it happened most.
I get the same blur on the slide, using the same image as you – http://prntscr.com/ng6u0m
A quick fix is to add this code in the theme panel custom CSS section
.td-big-grid-slide {
perspective:unset!important;
}
Should fix the blur issue, I will also add this on our list to be fixed. Sorry for the inconvenience, and thank you for letting us know and providing these useful details.
Thanks
Hi all,
I have a custom ad box placed just above the featured image on single_template_2.php. I used to call the ad by using the following code: <?php echo do_shortcode ('[td_block_ad_box spot_id="custom_ad_1" tdc_css=""]'); ?>
The problem is that the structure of the file after the update is very different, and I am unable to find the correct position where I should put the code inside the single_template_2 file.
Regards,
Ronaldo
Hi,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Please check this topic -> https://forum.tagdiv.com/topic/important-new-update-newspaper-9-7/
Sorry for the inconvenience and thank you for understanding.
Well, maybe envato’s terms have these requirements. But these requirements are absolutely opposite to what WordPress says for changes in theme files using a child theme. This is absurd in my opinion. Even so, you could create a function so we’re able to create overrides for the tagdiv composer plugin. There are plenty of plugins to offer that.
Edit: Reading more carefully in Envato’s requirements they don’t say anywhere to remove every override capability https://help.author.envato.com/hc/en-us/articles/360000480723#h_5966589781211522283728890. Unless I’m mistaken. They say:
If a child theme is provided with the theme, it must:
- Load the parent stylesheet using wp_enqueue_style() instead of @import.
- Consist of style.css, functions.php and screenshot.png files at a minimum.
- Append “Child” to the theme name so it can be identified as a child theme.
- Include files within the child theme directory using get_stylesheet_directory().
- Reference the parent theme via Template: parameter in the style.css header
- The child theme will be held to the same standards and best practices as the parent theme. For more information on Child Theme development, refer to WordPress Codex article.
Hi,
You can use a custom css -> https://www.screencast.com/t/iIkcgYY02rb8 and hide only the ads that appear in homepage in header section
.home .td-header-sp-recs{
display: none;
}
You need to set this code in Newspaper > Theme panel>Custom code>Advance css in desktop
-> https://www.screencast.com/t/E68caURj
Modification of the AdSense ad code –> https://support.google.com/adsense/answer/1354736?hl=en
Hope this will help you!
Thanks.
I use WP-Bakery. After updating the frontpage of my site shows a lot of code. Looks like this:
[td_block_trending_now style=”style2″ header_text_color=”#0367bf” header_color=”#f2e63c”][td_block_big_grid_3 post_ids=”17195,17202,17186,17190″ tdc_css=””]
[td_block_15 custom_title=”Laatste nieuws” category_id=”25″ limit=”9″ td_ajax_preloading=”preload” header_color=”#1284e8″]
[td_block_15 custom_title=”112-nieuws” category_id=”26″ limit=”6″ header_color=”#1284e8″][td_block_15 custom_title=”Sport” category_id=”31″ limit=”6″]
[td_block_15 custom_title=”Opmerkelijk” category_id=”30″ limit=”6″][td_block_7 custom_title=”Archief” category_id=”67″ limit=”” td_filter_default_txt=”” ajax_pagination=”load_more”]
Hi!
I generally make a new child theme only from the style.css and functions.php files. I take files from your documentation from the downloaded archive. As soon as I activate the child theme, the AMP item in the WP panel disappears. I remove the child theme – it appears.
In addition, a simple shortcode to replace text that works in version 9.6.1 in functions.php refuses to work in version 9.7.1. And does not work in the AMP version of the page.
In version 9.7.1, the changes (added js codes) in the child theme in the loop-single.php file do not work either. You did not move it to the tagdiv composer plugin.
Does the child theme work at all?
-
This reply was modified 7 years by
kumushka.
Hi,
You need to use a bit of CSS code for that. Please provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response/code.
Thank you!
Hi MKJ,
Please notice that for each up theme update you need to make a full backup to your database to avoid losing all of your data. Regarding on child theme, please notice that’s the consequence of moving the theme core files.
Most of the theme files were moved into the TagDiv composer plugin as per the requirements of Envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements. We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css, as there are very few files left in the main theme as Envato, requires all functionality to be added through plugins.
Thank you for understanding!
Your blockquote CSS declarations are a bit, hm, strange?
Hi,
Most of the theme files were moved into the tagdiv composer plugin as per the requirements of envato: https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements.
We wrote an article on the subject here: https://tagdiv.com/updating-the-core-of-tagdiv-themes/
Moving forward with such requirements, a child theme will only work with functions.php, and style.css as there are very few files left in the main theme as envato requires all functionality to be added through plugins.
Sorry for the inconvenience and thank you for understanding.
Hi,
Please notice that HTTPS is very important and mandatory for Google. Please take a look at the next following useful topics from here -> https://www.sslrenewals.com/blog/why-is-ssl-important-benefits-of-using-ssl-certificate
Please use these guides to make the implementation properly:
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/
https://forum.tagdiv.com/topic/moving-to-ssl/
Thank you!
Hi,
If the mobile theme plugin is active, what is displayed on mobile will be a different from desktop. For example the mobile homepage will display a top grid with 3 featured posts (if there are any) – https://forum.tagdiv.com/featured-posts-2/
Below that grid will be a latest articles section. The mobile theme is specially created for mobiles, it is faster than the default responsive theme version. Other pages will be empty on mobile, if there is no content entered in the mobile editor for each page
– http://prntscr.com/ng341f
Here you can read more about it – https://tagdiv.com/mobile-theme-automatic-optimization-for-mobile-newspaper-theme/
Regarding that border, from what I can see the top bar is empty (no login, no weather no socials etc). You could disable it entirely if you do not want to display any elements in it – http://prntscr.com/ng373y and the problem will be solved.
The “Read more” that the block uses cannot be disabled. You could use a different type of block, maybe a flex block (these have an show/hide “Read more” button setting).
Here are some block designs made by us that can be imported with the cloud library plugin
– https://cloud.tagdiv.com/#/load/Blocks (they are all flex blocks).
However if you want to keep using block 24 and wish to remove the button there is a solution. I could give you a code to remove it – http://prntscr.com/ng3941
Enter this code in the Theme panel->Custom code-> CSS code section
.td_block_24 .td_module_19 .td-read-more {
display: none;
}
If you want to keep the block and the button but change the text it displays, you can translate it in the Theme panel->Translations settings – http://prntscr.com/ng39vz
Please let me know if you have more questions.
Thanks
Other than using CSS, is there a way to change the header color globally? For example, if you set a title for a sidebar widget, the title of the widget. Can you change that background color? I know that for the TD Blocks you can change the color there, but is there a way to do it in the theme panel?