- 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
Hi Bettina,
Indeed, I did remove unused CSS a couple of years ago. Not with a cache plugin but with your inbuilt theme functionallity. However, this functionallity seems not actively used anymore. But to be sure I just run the “Critical CSS Analyser” and then clicked “Remove Generated CSS”. But it did not change anything, the menu and the search icon are both still not clickable. Also the hamburger menu has a menu selected like in your screenshot. Any other idea what could cause this issue?
Thanks!
Hello Dimitri!
I will add your query on our improvement list!
If you can’t find an element after you have hidden it on every viewport, check this thread for the solution: https://forum.tagdiv.com/topic/cssdisplay-show-or-hidden/
Also, we’ve added a feature that shows you the hidden elements on the page: https://app.screencast.com/sQBS2ivsSLxry
Thank you!
Hello!
You can check these guides for the page speed: https://www.andraware.com/wp-rocket-for-newspaper-theme/ -> https://forum.tagdiv.com/how-to-make-the-site-faster/ -> https://forum.tagdiv.com/cloudflare-cdn/
I do not recommend using the Wp Rocket tool “Remove unused CSS” because it could cause problems.
Thank you!
Hello
To edit Category or post with TagDiv Composer from admin area I’m using following method: Admin area – select All Post> click on post view > click on Website menu goes on Category page and above is WordPress navigation bar including Theme Support| Live CSS |TagDiv Live Analyzer |Edit with TagDiv Composer |Category Template |Cloud Library
Above navigation is missing
Same navigation is open if clicked on Admin Area > Visit Site open website and Category pages can be edited with TagDiv Composer, {I forgot how I edited Post Pages}
With TagDiv Composer I can edit only pages.
Regards
Alex
Hello David!
Did you use the feature “Remove unused CSS” of a cache plugin?
Click on that hamburger menu and choose a menu in the mobile viewport: https://prnt.sc/KM1WiaiJlPSD
Thank you!
Hello Vaclav!
You can hide every element from the CSS tab: https://prnt.sc/1FJiMub9ke4s for each viewports: https://www.screencast.com/t/XDQJedlggSB
Thank you!
Hi,
Please try to use this code https://i.imgur.com/RAhFkDP.png
.tdb_single_user_reviews_list .tdb-surl-review-rating:not(:last-child)
{
display: none;
}
Set the code in theme panel -> custom code -> custom css.
Thank you!
Hello,
“I switched my homepage and added a few other pages. These new pages are visible on the desktop website but not on mobile phones.
How can I solve this problem?”
– usually this is happening when the tagDiv mobile theme plugin is enabled, please disable the plugin and the problem will be resolved.
“2. On the woocommerce shop, I installed the kid’s shop template; I would like to edit/change the red flowery header banner. How can I achieve this?” – for this you need to edit the cloud header using tagDiv Composer, select the row and in css tab you’ll see the background image that can be removed/changed – https://i.imgur.com/X04KS92.png
Thank you!
Hello,
For this please try this custom css:
.td-header-top-menu {
display: block;
}
Set this code in the theme panel > custom code> advance css > phone section.
I hope this will help you!
Hi, I would like to mantain logo text tagline even with sticky logo, but when menu sticky is shown tagline disappears.
It’s not hidden with css class, the tag
<span class=”tdb-logo-text-tagline”>Dott. Alessandro Rustici</span>
is simply removed, I presume via javascript, but I’m not able to understand how (and why, by the way, there should be an option in editor to allow/disable that).
You can see that on https://dev.podologo-milano.it/, that soon will be converted in https://podologo-milano.it/
Could you please help me?
Thanks in advance, Luca
I have tried to add the following custom CSS code but it does not work as you can see in this screenshot 🙁
.content-for-um-kommunale {
display: none; /* Hide by default */
}
.um-kommunale-user .content-for-um-kommunale {
display: block; /* Show for users with ‘um_kommunale’ role */
}
Can you please help me?
Hi, my webspeed is amazing, but only for desktop, and for mobile its not good enough, so i need to removed unused CSS using WP Rocket, and the result after i activated removed unused CSS is good, but the problem is this 2 menu can’t be clicked
https://prnt.sc/HToErTAFFpOm , i need to Exclude this menu from getting Removed CSS, which one i should to exclude? because i dont know what CSS this 2 menu. Thanks
Im hoping that someone could help me with my issue. Ive been working on getting my site complete. Ive moved my theme from AF Theme to your theme. I was able to activate a template theme and use it on my current site. However I noticed a issue with trying to get the filters to work with some of the categories that I already was using on my old theme. And without this category being in the filters my post doesn’t automatically popularity correctly . I did notice that my main categories do show up in tending area if my site which I used on my front page. When I try and type in these categories in let say tags it doesnt pull up the trending topics at all. Im trying to figure out why i cant pull them up in the filter. Also i noticed when it days by category my trending categories that have all my post in them do not show up there or nether has it been assigned a ID … Any help in solving this would help. Also the arrow up thats located at the bottle right i noticed that i cant seem to find were to change the color. I tried adding the coding to css but then for some reason it makes the arrow go away… Just to let you know the area that im referring to is located when you click on element then filter when I look thru the filter it is missing my trending categories and I need to be able to include them so that I can get the front page to automatically populate
Hi, we tried to update the theme version to the latest one (v. 12.6.3) and we updated the tadDiv Composer and all add-ons to the latest available versions. By doing as you suggested, the editor (tagDiv Composer) restarted and works but a new problem arose. Pre-existing content is not loading correctly. Shortcodes appear instead of contents, such as:
[td_block_big_grid_2 category_id=”” tdc_css=”eyJhbGwiOnsibWFyZ2luLXRvcCI6Ii01MCIsImRpc3BsYXkiOiIifX0=” sort=”featured” td_grid_style=”td-grid-style-1″]
What should we do to fix this content not loading issue?
Hello,
I think that you are referring to this – https://i.imgur.com/J2gL8Nw.png this appears to be like a menu, using the Newsmag theme what you can do is to use the top menu to add the “keywords” – https://i.imgur.com/10aer3C.png eventually you can use some custom css to set it in one line.
Thank you!
If there is no issue,then why the css styling not working after updating the theme options?
Figured it out. The block itself had additional CSS code that I removed (o-sticky o-sticky-scope-main-area o-sticky-pos-top o-sticky-bhvr-keep).
It now remains in place. Thanks again for the help!
Hello @jelmertje!
Try to add this CSS code:
.tdb_header_menu .tdb-menu>li:nth-child(4)>a .tdb-menu-item-text{
text-decoration: underline !important;
}
Thank you!
thanks Calin. did what you instructed and also put it in the additional CSS in Appearance tab but still i can’t see the recommended bar tools
Hi,
1. There you cna use the column text element here you’ll have the wp editor to add text, images, buttons .. – https://i.imgur.com/JbjLYpQ.png
2. That is a margin that can be set on any element in css tab – https://i.imgur.com/6HXl7oz.png
I made a template for you, just to copy the code an past (- https://i.imgur.com/LGfLZHG.png – remove the code https://i.imgur.com/jgS1Rqa.png and insert the provided one) it in a blank footer template and add the elements you need – https://i.imgur.com/qyOQ692.png the code can be get from here – https://pastebin.com/hjxwKVKR
Thank you!
Hi,
If you are using flex blocks you have individual options to display/hide the date(https://i.imgur.com/8VVEnM7.png-https://i.imgur.com/MjmoH4S.png), but on standard blocks, like block 21 it will use the theme panel option (the global one), what else can be done is to set an extra class on those blocks were you do not want to have the date and use a css like this one – https://i.imgur.com/zfPwneq.png
.remove-date .td-post-date {
display: none;
}
Css code should be set in the theme panel > custom code > custom css.
Thank you!
Hi,
I just checked now and now I see them that the images are there – https://i.imgur.com/2AvY8jE.png
What I can do to make sure will prevent this situation is to use this custom css:
body .td-animation-stack-type0-2:not(.woocommerce-product-gallery img) {
opacity: 0.99!important;
}
You need to set this code in the theme panel > custom code > custom css.
I hope this will help you!
Hello!
Please follow this guide: https://forum.tagdiv.com/the-newsletter-plugin/
Try to use the Raw HTML, and style it via CSS.
Make a test and deactivate ALL plugins except tagDiv ones, also if you are using a cache plugin, deactivate it, clear all cache and try again.
Thank you!
Hello,
It is impossible to add an underlining on the menu item ‘GRATIS DEMO’. I have tried to make a new class “gratis_demo” and with the pre-assigned class “menu-item-1247” it’s also impossible. It seems that the CSS for this item is overruled by something but I can’t find what is overruling it.
I look forward to your reply.
Hello,
I think that you are referring how to add the newsletter (there will be need to use some custom css), this will be in the left column and in the right one you can use a column text or text with title element to set the text and link to send a tip.
Thank you!