- 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
Hi,
Please provide a link were you have set the post template 8 to inspect this problem.
Unfortunately we did not tested that plugin with our theme, and we can not provide support for untested plugins, sorry.
For footer you can use a custom css for that link and set the color you want ( white ), if you need help with this please provide me a link were I can inspect this link.
Thank you.
Hi,
In order to do that please chek the css section -> https://www.screencast.com/t/vZdDx7Of
Similar topics :
-> https://forum.tagdiv.com/topic/new-header-builder-is-buggy/
-> https://forum.tagdiv.com/topic/problem-with-single-post-template-39/
-> https://forum.tagdiv.com/topic/change-column-width/
Thank you for your understanding!
Hi Calin,
Unfortunately, the navigation created by the Header manager does not have the option to Smart snap. I would prefer to use Smart snap than the sticky header. I will just continue to use the Advanced CSS workaround until either Smart snap becomes available or the setting to hide the search button is fixed.
Thank you.
Hi,
You want you can use a custom css that do the same thing.
You can try this custom css for color on individual categories -> https://www.screencast.com/t/1ilmCmyTZhh
.td-module-image a[href$="/video/"]{
background-color: green;
}
All you need to do is to change the category in code and the background color will apply on that category.
Thank you!
Hi,
If I’m right you want to set that background image to repeat, if is so please check this documentation -> https://css-tricks.com/almanac/properties/b/background-repeat/
-> https://www.sitepoint.com/css3-background-repeat-space-round/
Thank you!
Hi,
You should use a bit of CSS code in order to change the font for that section. You need to use the code below and place it in Theme panel -> Custom CSS area.
.td-more-articles-box-title {
font-family: Verdana;
}
Also, please notice that your Font used/added, should be loaded from the panel if you want to bring good results.
Thanks for your understanding!
Hi,
As a quick fix, please check the code below and place it in Theme panel -> Custom CSS area.
The code is ->
.sf-menu>.current-menu-item>a:after, .sf-menu>.current-menu-ancestor>a:after, .sf-menu>.current-category-ancestor>a:after, .sf-menu>li:hover>a:after, .sf-menu>.sfHover>a:after{
display:none;
}
The result is here -> https://www.screencast.com/t/mioaHVIhTI
Another alternative, in this case, would be to change the header style. Check here -> https://forum.tagdiv.com/header-styles/
Thanks for your understanding!
Updating is giving lots of issues like below:
[vc_row full_width=”stretch_row_content_no_space td-stretch-content” gap=”0″ el_id=”homeslider” svg_width_top=”100%” content_align_vertical=”content-vert-center” shadow_top_shadow_offset_vertical=”0″ row_divider_top=”” space_top=”128″ tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9LCJwaG9uZSI6eyJib3JkZXItcmlnaHQtd2lkdGgiOiIxIiwiYm9yZGVyLWxlZnQtd2lkdGgiOiIxIiwicGFkZGluZy1yaWdodCI6IjAiLCJwYWRkaW5nLWxlZnQiOiIwIiwid2lkdGgiOiIxMDAlIiwiZGlzcGxheSI6IiJ9LCJwaG9uZV9tYXhfd2lkdGgiOjc2N30=”][vc_column tdc_css=”eyJwaG9uZSI6eyJwYWRkaW5nLXRvcCI6IjAiLCJwYWRkaW5nLXJpZ2h0IjoiMCIsInBhZGRpbmctYm90dG9tIjoiMCIsInBhZGRpbmctbGVmdCI6IjAiLCJ3aWR0aCI6IjEwMCUiLCJkaXN
What should we do?

Hi,
I solved your problem with search icon adding some custom css, but the problem with menu is still there -> https://www.screencast.com/t/sX9xZvwK if you try in incognito mode the menu will work -> https://www.screencast.com/t/EFpYiChk, so I thick that is cause by the cache plugin.
The code that I add in your mobile theme custom css
#td-header-search-button {
display: block;
}
Thank you!
Hi,
If you want to remove it, I can help you with a custom css, please provide me a link were I can inspect this problem.
Thank you for your understanding!
Hi,
Please try this custom css
-> https://www.screencast.com/t/i8dvX8wwFt
.td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, #bbpress-forums .bbp-pagination .current, .post .td_quote_box, .page .td_quote_box, a.vc_btn-black:hover, .td_block_template_5 .td-block-title > *, .td_outlined_btn {
background-color: lightgray;
}
Also feel free to change the color from light-gray.
Hope this will help you!
Thanks.
Hi
I am running Newspaper 7 and have been installing updates as they are released. I have now just bought Newspaper 9.5 and tried installing it but it just keeps failing as there is no style.css.
So:
1. If I keep updating Newspaper, does it auto upgrade to the latest version?
2. If not, how on earth do I upload the 9.5 version and get it working?
It is so complicated – I have been on this all afternoon and have no idea why it is not simple.
Thanks
Nigel
Hi,
For that please try to set this custom css in Newspaper>theme panel>Custom code>Custom css
https://www.screencast.com/t/J31MrPgA
.td-post-content iframe {
width :100%
}
Thank you!
In the Theme Panel, for Header, I selected Header Style 2. I have set the Search Position to “Hidden”. On desktop the search button is hidden, but on mobile menu the search is still present.
For now, I have hidden the search button on mobile via the Advanced CSS options.
Please provide a fix for this bug. It is not expected for the search button to appear on the mobile menu when it is explicitly set to hidden.
Thank you.
Hi,
Yes, you can change it using such a custom CSS code for that. Check the Inspector Browser guide from here to know how you can create your custom code. -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/ Also, if you need more assistance, in this case, you can provide your website URL so I can check this section and also, so I can provide a more accurate code.
Thanks.
Hi,
On the right column, the ajax pagination arrow hover color remains green whatever I change in the code…
https://zoominvest.fr/2019/02/20/les-impots-directs-ont-augmente-de-25-entre-2010-et-2017/
Here is the code in the widget : [td_block_14 limit=”1″ category_id=”17″ ajax_pagination=”next_prev” pag_h_text=”#ffffff” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==”]
And the CSS in live CSS:
.td_block_wrap .td-next-prev-wrap{
display: table;
margin-left: auto;
margin-right: auto;
}
Thank you for your help.
Anthony
Hi,
I want to align the main menu of my site to the left hand side and the search icon should also be displayed just next to the last item of main menu. I tried lot of css but nothing helped completely. I also tried the force full width option given in the template settings but that is giving lot of space between last menu item and the search icon. I want something similar to one shown in the picture i have attached but without any flickering. I want to align the logo as well
https://imgur.com/a/WQSMZU6
Hello,
You can use a custom css code to remove the number of posts. Please add this code in the theme panel under custom css:
.td_block_popular_categories .td-cat-no{
display:none;
}
Thank you!
Hi,
For background on menu bar and space between main menu you’ll need to use the header builder https://tagdiv.com/whats-new-in-newspaper-theme-9-5-update/
Unfortunately for block 15 you can not set individual color, only if you are using flex blocks, if you want to use that block you’ll need to set a custom css
-> https://www.screencast.com/t/UZ0FdnBQKO
.td_block_15 .td-column-3 .td_module_mx4 .entry-title a{
color: #fff;
}
Thank you!
Hello,
Please do not use wp rocket. Use only wp super cache and these settings: https://forum.tagdiv.com/cache-plugin-install-and-configure/
For some reason you have the search button hidden using a css. It is caused by wprocket. I have accessed your site and tested it. If I disable wprocket, the search icon get hidden.
Thank you!
Hi,
Yes, it’s possible if you will use the page ID and some custom CSS code for that. Use the Inspector Browser functionality like this -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thanks for your understanding!
Hello,
You can add it using css by adding this code in the theme panel under custom css:
.td-footer-wrapper{
border-top:3px solid red;
}
Thank you!
Hi,
If you want to change the font only on the Reviews the best way will be to use a css or a a single post template from tagDiv Cloud Library , using cloud library you can edit/build the template how you like.
If you want to use custom css
-> https://www.screencast.com/t/tlaH0Z5m
.td-review-summary .td-review-summary-content {
font-size: 16px;
}
.td-review-summary .block-title {
font-size: 17px;
}
Thank you for your understanding!
Gtmetrix recommends: “Combine images using CSS sprites”.
How can this be done with the Newspaper theme?
Hello,
This usually happens when there are multiple rewrites of the color used on the same element. In this case there is the default header color, then there is the color loaded by the demo and then there is the color change made from the theme panel. If you have a slow loading website you will be able to see all of these changes as css works in cascades. You should increase your page loading speed so this effect is less visible:
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
We also recommend this Cloudflare configuration
– https://forum.tagdiv.com/cloudflare-cdn/
For speedbooster you can disable the compatibility check like so:
– https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you!