Hello Philippe!
Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
body .tds_locker .tds-input {
height: auto!important;}
For the second question, please provide an example of what you need to achieve and more information.
Thank you!
Yup, the css code is such bloat! Way too excessive – more than 80% of it is unused. The function available in theme to reduce this simply DOESNT WORK.
Only way to trim it efficiently is via wp-roc$*&@t – not marketing a third party plugin – but, only best/efficient way.
Hello!
Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.tdb_header_mega_menu [data-td_filter_value="34647"], .tdb_header_mega_menu [data-td_filter_value="20"], .tdb_header_mega_menu [data-td_filter_value="23"]{
display: none!important;}
Thank you!
Hi, we have a mega menu installed, but we only wish to display the first category, not all the subcategories
For instance as below, Film is set as mega menu, and we only wish to see Movies and Series, not new, dvd and so on.
Film
-Movies
– New
– DVD
-Series
Since this can’t be easily done in the code, I figured to do this via css.
Sadly, the id=”tdi_49_” can’t be used, since the id tends to jump on other pages, so the wrong categories are hidden or displayed.
Can this be done by using the data-td_filter_value=”433″ and how would I do this ?
Thanks.
Could you tell mw what the CSS code would be to change the background color so that I am able to upload new themes from the cloud tab? Does the cloud tah only work if you upload a theme with the same background color as your current theme?
Hello,
Seems you have set a custom code CSS to hide the content -> https://i.imgur.com/sD77Xe3.png
please check the live CSS and the custom code CSS from Theme Panel -> Custom code -> custom CSS
Thank you!
Hello,
Please try this custom code css https://i.imgur.com/FFFHcJq.png
body .td_block_author .td-author-name a {
color: #000;
}
body .td_block_author .td-author-name a:hover {
color: red;
}
Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.
Thank you!
Hello!
Add this CSS code in Newspaper -> Theme panel -> Custom code -> Custom CSS:
.tdb_single_content .tdb-block-inner > *:not(.wp-block-quote):not(.alignwide):not(.alignfull.wp-block-cover.has-parallax):not(.td-a-ad) {
margin-bottom: 20px;}
Hope that helps you!
Thank you!
Hello!
Yes, of course, or to the live CSS box as in the guide provided above.
Thank you!
Hello,
Please let me know if this is the result that you want -> https://i.imgur.com/Ig6iSCX.png if yes, then you need to use this custom code CSS
.page-id-517 table td
{
border: 0;
}
Set the code in Newspaper -> Theme panel -> Custom code -> Custom CSS.
Thank you!
Hello,
The pagination number has only the elements posts loop and posts loop 2 -> https://i.imgur.com/RXAh0iM.png
The Posts Loops settings are divided into 5 tabs: General, Layout, Style, ADS and CSS. The Posts loop is a special block and doesn’t have filtering options.
Also, one of the options for pagination of the Posts Loop has the option for normal numbered and the flex blocks do not have this option.
The Posts Loop is automatically filtering the posts depending on the cloud template you set (for example on the category page there will be posted posts from that category).
The Flex Block, have the option for pagination to load more button and infinite load -> https://i.imgur.com/NTHv3g6.png
Also, there is no scroll bar, if you have a mouse with the scroll you can use it to scroll in tagDiv Composer.
Thank you!
You can preload your fonts <link rel="preload" as="font">
Or if you use google fonts add swap
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap" rel="stylesheet">
Thank you! I was able to find the background selector for each section and change it to white. Is there is easy way to implement a white background behind the pages? Can I add some css code to the Code section of the Theme Panel with important “!” to make a global background change?
https://neohiochristianvoice.com/wp-content/uploads/2022/06/Screen-Shot-2022-06-24-at-7.40.58-PM.png
Hello,
The theme puts a ton of data, including lots of CSS, in the database’s ‘wp_options’ table.
The theme then queries all options with wp_load_all_options() function, as seen here: https://staging.enola.be/wp-content/uploads/2022/06/wp-ooptoins.jpg.
Granted, not everything in the table is set to ‘autoload,’ but that is still a ton of data to put there.
Is there a plan to address this?
We have a massive website with 90,000 articles and lots of traffic, so this is a problem for us.
(This post has similar issues: https://forum.tagdiv.com/topic/site-crashes-due-to-too-big-td_011_settings-in-sql/ As they put it, options table could be about 1MB, and this theme makes it 10X, loading with each query. That’s a huge load on a large website. Add to that options added from different plugins, and the table is very large.)
Thanks.
We would like to have our table borders set to 0px for this page. https://dev.districtadministration.com/solution-showcase/
How can we do this with CSS.
Thank you in advance.
hello team,
im facing some errors on my websites please check here: https://i2.paste.pics/HCFKI.png
I have multi-network sites and this error is coming on all websites after I updated the theme in the new version of newspaper.
Please help me ASAP
Multi-Network Websites Link:
https://modernplasticsasia.com/
https://modernplasticschina.com/
https://modernplasticspakistan.com/
https://modernplasticsbangladesh.com/
https://modernplasticsjapan.com/
https://modernplasticsturkey.com/
https://modernplasticskorea.com/
https://modernplasticsnepal.com/
https://modernplasticssrilanka.com/
https://modernplasticsisrael.com/
https://modernplasticssingapore.com/
https://modernplasticstaiwan.com/
Hello!
Edit the page with the TagDiv Composer and check the background color on the row or column in the CSS tab. If the color is not changing, please check in the theme panel or write some CSS code: https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/
Thank you!
Hello!
Please check some tips here:
– https://wpartisan.me/tutorials/wordpress-database-queries-speed-sql_calc_found_rows
– https://css-tricks.com/finding-and-fixing-slow-wordpress-database-queries/
– https://wordpress.org/support/topic/slow-database-queries-from-mariadb-slow-query-log/
– https://www.rackaid.com/blog/wordpress-slow-speed-up/
Maybe your hosting provider can provide some advices as well.
Thank you!
I have try through custom CSS area of theme panel but not works for me.
As of now, I did not use any custom CSS in my website. I have designed the home page with the help of TadDiv Composer.
I have also try to delete that custom CSS but it is not implement in real time in Newspaper Theme. Please suggest how to add / delete any custom CSS in Newspaper Theme or using TagDiv Composer.
-
This reply was modified 4 years by
Satyajit3097.
Hello!
It seems that you have some custom CSS which do not allow the title to show: https://prnt.sc/Y8kO3Vi3dV6W
Please delete it and see the results!
Thank you!
Hi Bettina,
Screenshot you linked to is not from my site. Firefox is not displaying correctly after viewing in private mode and clearing Firefox cache. Here is link to my site again: https://sabiduriafinanciera.com/
Please send me the custom css for Firefox at your earliest convenience. (also, please use VPN, our site is blocked everywhere outside USA)
Thanks!
Julio
Thank you very much for your reply.
I haven’t tried it as you say, but certainly, if I deactivate the cache plugin, the Webp plugin and everything I have installed for web optimization, it won’t do me any good if the megamenu photos are in Webp.
Everything else will load slowly again.
I don’t consider that to be the solution.
About: “Disable lazy load animation” It is not enabled.
The problem is that since the megamenu pictures are embedded inside a CSS, they are not accessible.
Isn’t there any code that allows access????
As you can see in the screenshots, the loading of these photos slows down the loading process a lot.
Hello,
I come to you because I have a display problem concerning my single posts. Looks like there is a CSS connection issue only for single posts. The other pages no problem (home + category pages).
How it looks: https://vu.fr/hPQS
how it should look: https://youtu.be/BJtCmPy7Dr8
I have already checked for WordPress updates, templates and plugins.
Thank you so much for your help.