- 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
I try to hide an element in the tagdiv composer, but, instead of just greyed out, that element just disappear from the preview.
My question is: how to unhide the hidden element, since this particular element is disappear completely
Thanks for the prompt response. I included the code in the style.css file but it is still not working! Only the “Welcome!” message appears. Any other ideas?
Regards
Partha
Hello,
You are probably uploading the whole theme package. You have to upload only the theme zip file, not the whole package which contains other items
– https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error
Install via WordPress -> https://forum.tagdiv.com/install-via-wordpress/
Install via FTP -> https://forum.tagdiv.com/install-via-ftp/
Requirements for Newspaper => https://forum.tagdiv.com/requirements-for-newspaper/
After installing the theme and activating it you will find in the Prebuilt websites all the theme demos and you can import whatever demo you want => https://www.screencast.com/t/6rf5g0Dxc0K
Thank you!
Hello,
I made a custom code CSS and look like this => https://www.screencast.com/t/43Y2wK12emq
The code is
.children
{
background-color:#eef5fa;
padding:5px;
font-size:small;
font-weight:bold;
color:#000;
}
Set the code in Theme Panel ->Custom code -> Custom CSS
Hope that helps you!
Thank you!
Hey,
When I use tagDiv CSS Analyzer and save the CSS, This change my page elements
How can I check the issue?
Thanks
I have updated Them Newspaper on my website to version 10.4.
And I want to use the new TagDIV CSS Analyzer feature.
However, when I Run ANALYZE CSS, it doesn’t work.
It only shows in the Running the CSS Analyze stage and cannot be completed (image attached).
This is my website: https://phongduy.com/
Hi,
Indeed there seems to be a problem with the “Sign in/Join” on responsive version, we’ll fix this in the coming theme update. As a quick fix until then, you can try this custom
.td-menu-mob-open-menu #td-mobile-nav {
height: calc(100% + 1px);
}
css https://i.imgur.com/xq7MQ3r.png
Hope this will help you!
After performing CSS analyzer to the homepage, the site got distorted. Then i reverted to the previous version of the theme (10.3.9.1) it looks fine. Whenever it is updated to 10.4 version, it again gets distorted.
Request your support on the same.
It seem like the following CSS code is conflicting with the custom CSS code, I’m able to customize this code in the developer console on chrome browser with the desired results, however, when i try to implement this on the custom css for tablepress it wont let me do that.
.tagdiv-type ul li:not(.blocks-gallery-item), .tagdiv-type ol li:not(.blocks-gallery-item) {
line-height: inherit;
margin-bottom: 10px;
}
If you use a caching plugin like WP Rocket, it can minify. ANother great site is Unused-CSS (dot) com as it will run a full analysis of your site and take out all the code you’re not using so you just download their CSS file and replace the one you have with that one. That will easily get your Unused CSS score way down.
JS is much harder as many plugin use that.
Hello,
I’m trying to optimize my mobile theme since it’s scoring poorly on PageInsights. I have opportunities to eliminate render blocking resources, removed unused JS, and unused CSS. When looking at the files that it’s telling me to fix, they all seem to be ‘Minify’ something or another. Does anyone know what this is and is it important?
mydomaind.com/wp-content/cache/minify/14f92.css
mydomain.com/wp-content/cache/minify/84b1b.css
mydomain.com/wp-content/cache/minify/818c0.js
mydomain.com/wp-content/cache/minify/6d26d.js
mydomain.com/wp-content/cache/minify/14f92.css
Are the files they’re saying are slowing things down. If the file is needed, is it okay to have those load in the footer or should I keep them how they are when first installing the theme?
Thanks!
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
Fatal error: Uncaught ArgumentCountError: Too few arguments to function {closure}(), 4 passed in /home/admin/web/11xi.in/public_html/home/wp-includes/class-wp-hook.php on line 287 and exactly 5 expected in /home/admin/web/11xi.in/public_html/home/wp-content/plugins/td-composer/css-analyze/css-analyze.php:507 Stack trace: #0 /home/admin/web/11xi.in/public_html/home/wp-includes/class-wp-hook.php(287): {closure}(NULL, 2, ‘tdb_template_ty…’, true) #1 /home/admin/web/11xi.in/public_html/home/wp-includes/plugin.php(212): WP_Hook->apply_filters(NULL, Array) #2 /home/admin/web/11xi.in/public_html/home/wp-includes/meta.php(676): apply_filters(‘get_post_metada…’, NULL, 2, ‘tdb_template_ty…’, true) #3 /home/admin/web/11xi.in/public_html/home/wp-content/plugins/td-composer/legacy/common/wp_booster/td_first_install.php(201): metadata_exists(‘post’, 2, ‘tdb_template_ty…’) #4 /home/admin/web/11xi.in/public_html/home/wp-includes/class-wp-hook.php(287): {closure}(”) #5 /home/admin/web/11xi.in/public_html/home/wp-includes/class-wp in /home/admin/web/11xi.in/public_html/home/wp-content/plugins/td-composer/css-analyze/css-analyze.php on line 507
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.
Hi there, my website is tvblackbox.com.au
I’m experiencing issues with some or all of my theme panel settings disappearing. Approx once per week the template for my single post page changes from my designed template to a ‘standard default’ one.
Today I woke up and discovered all of my template settings across the website had returned to the default option. All of the image thumbnails had returned to the default meaning some of the ones I require were off while others I don’t use were back on. The custom css code and font settings I had added to the theme panel had also disappeared.
Is this a cache issue? My site is hosted on Cloudways which has a Varnish cache on the server. I’m also using WP Rocket and Cloudflare.
Any help would be appreciated.
Hi,
I’d like to highlight in some way in the comments below the article, which are responses made by the article author.
I found this tutorial https://www.wpbeginner.com/wp-tutorials/how-to-highlight-authors-comments-in-wordpress/
However css code from there does not work with .bypostauthor class. Is newspaper theme blocking it in some wat?
Thanks,
Michal
I have deactivated the tagdiv composer and uninstalled it and reinstalled it again yet the issue persists, I believe that the issue is with the CSS since I am able to fix the issue while using the developer console in the chrome browser, therefore, it seems like there is a conflict between the css of newspaper theme update.
Hello!
If you follow the steps which are presented in this tutorial here: https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also, to increase the page speed you can check these similar topics for more solutions:
– https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
– https://tagdiv.com/how-to-increase-page-loading-speed/
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
Please give it a try and follow the steps which I presented above about page speed.
Also, check our guide from here: https://forum.tagdiv.com/how-to-make-the-site-faster/
Please make sure to use our newest tool called tagDiv CSS Analyzer which comes in handy to resolve some of your issues. Take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
“This custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the website’s header.” ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
We tested our tool on our demos, and we have such great results!
Take a look in this topic because it could help you: https://forum.tagdiv.com/topic/css-analyzer-step-by-step-and-doubts/
Hope that helps you!
Thank you!
Hello!
Please try to insert this code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.td-header-style-6 .td-main-menu-logo img
{ height: 90px!important;
width: 383px!important;}
Hope that helps you!
Thank you!
Hello!
If you follow the steps which are presented in this tutorial here: https://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also, to increase the page speed you can check these similar topics for more solutions:
– https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
– https://tagdiv.com/how-to-increase-page-loading-speed/
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
Please give it a try and follow the steps which I presented above about page speed.
Also, check our guide from here: https://forum.tagdiv.com/how-to-make-the-site-faster/
We recommend using WP Super Cache plugin: https://forum.tagdiv.com/cache-plugin-install-and-configure/
Take a look in these topics because it could help you if you have the latest update:
– https://forum.tagdiv.com/topic/css-analyzer-step-by-step-and-doubts/
– https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/
Thank you!
Hello, @bugg007,
Please, if you can update the theme on a subdomain, where to try to use our new tool take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
“This custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the website’s header.” ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
Also, please delete and add again the logo from the footer.
Thank you!
Hi guys, I want to change in the css file so the logo size in the TagDiv template will have the same size as our standard.
Standard: width=“383” height=“90” https://ewtn.lc/
in our current website is: width=“300” height=“76” https://ewtn.lc/nieuws
Can someone help me with that?
Where i have to change the code and which code do I need to add on it to get a good efect.
Thank you in advance.
The problem is in post, so if your tool doesn’t run in post it doesn’t work to me. Anyway and I have said, this problem start after updating not before, so no manually changes, so then my question is: Why is working well before for search console and not now?? It has no sense cause css, font size, images width, all is the same.
I have to said that this update, as I could have read in this support forum since you update it, is causing too many problems.
Hello!
The issue can be from a plugin conflict, that’s why, please deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Take a look at the video guide here: https://www.youtube.com/watch?v=tnkVapqhIHc
“This custom tool performs an automatic test to find missing CSS rules applied by user interaction. Moreover, you can manually interact with a chosen section/component from the page while the tool records all the involved CSS. It will generate the final CSS file for this page and also will split the rules in Critical CSS to be loaded in the website’s header.” ( https://tagdiv.com/whats-new-in-the-newspaper-theme-10-4-update/ )
Our tool is running only on normal pages and not for posts or categories for example.
Thank you!
Hello!
The custom code you write in the theme panel is not saved in any file, it is generated as inline CSS on the page source code.
A work-around would be to use this CSS line for applying your SVGs as background images:
background: url('data:image/svg+xml;utf8,YOUR_SVG_CODE_HERE') center center no-repeat;
Open your SVG image with notepad, copy the code from there and replace YOUR_SVG_CODE_HERE with it.
Hope that helps you!
Thank you!
Hello @rajpbm!
Also with our theme you can build something similar if you use a cloud/PRO category template with TagDiv Composer plugin: https://forum.tagdiv.com/tagdiv-composer-tutorial/
You can add a simple row, and in that row you can insert an inner row which can have a background color and border from the CSS tab of the inner row element. Please check this example: https://www.screencast.com/t/Z6SmMLGDaouc
Hope that helps you!
Thank you!