Hi,
Most of the css is coming from standard pack.
My suggestion is to move from standard pack to cloud templates. The cloud templates will load only the necessary css so the css will be more optimized -> https://forum.tagdiv.com/topic/action-required-please-read-how-to-update-to-the-newspaper-theme-v-10/
Thank you!
To get all templates for entire website from cloud with a click can be done by installing a demo (the latest demos and pro demos are made only with cloud templates). The problem that appease with this method is that you will lost all the settings from the current demo -> https://i.imgur.com/diVlMTF.png
I hope this will help you!
Hello, Yes, it is the method that I know and it is very complex to transfer the modifications already made in one template to another, there is no import-export method? Or do you have to do it by hand?
I think and correct me if I’m wrong, by pieces from the cloud right?
header, footer, page, category, etc.
The theme I use is modified News Magazine, but I no longer remember the modifications made hahaha, I would have to start over, the bad thing is that the modifications are made on the local server and of course taking them to the online server is the problem.
The theme lacks that, import/export theme or template.
Hi,
Unfortunately, there is no option for import export for this.
If the problem is taking the staging changes in live website, then it can be use a migrate plugin.
Another solution is to copy by hand each cloud template from staging to live website (copy and past the code of cloud) -> https://imgur.com/Wo4yp58
Thank you!
Thanks, that’s the way I created at the beginning, copying the code from the templates and downloading it from the cloud, but it would be good in the next update to take that into account, besides, I don’t like the new cloud system, I prefer the old one, to the time to search is bad, for example the blocks are no longer there, that helped me get work done.
Hello.
I am performing a new customization of the subject and in the menu has always been the point of the listings, on the web is everything in blue because I was not able to remove it, now that I’m absorbing with the visualization of the subject I have the same problem, you could tell me Like Loquito to create a grinder in the CSS customized please.
Remember that on my website you have to remove the blue so that the points look, I attach the catches of the local and the Wen online.
Hi,
The cloud has been split into sections in the new interface for faster access to cloud templates, but an option will be added to allow access to all elements of the cloud as before.
We do not recommend using multiple builders on the same website, but you can try, just use a single builder on the page.
Form this screenshot -> https://imgur.com/BU5rEqe I see that the element is set inline, so it most possible to be from the demo you have installed or other options.
Please try this custom css
.menu-td-demo-header-menu-container ul li::before {
display: none;
}
I hope it will help you!