How to Minify CSS and HTML in this theme

Posted in: Newspaper
Post count: 31

Hello, I’ve been continuously trying to minify CSS to improve page speed and reduce load time and I am using W3Total Cache plugin. But every time I click on Enable Minification, my website goes blank without giving any error. It just simply don’t display anything. Please tell me what to do about this issue. Every time i am using this plugin, my website goes down and the pages becomes blank.
Also please tell me how to remove those arrows from the big sliders. I want to remove those arrows and please tell me how to stop the sliding of the big slider on the homepage.

Post count: 9544

Hi, Coodude!
Not sure this helps or not:
Not all minification “plugins” do so correctly and is a known problem with ALL themes depending on the level of minification and/or breaking some code elements – not a ‘bug’ in the theme. If you wish the best possible result it’s best to manually minify the main CSS and JS files only. (See the PageSpeed sticky for my recommendations on how to do that, as I did. Downside, you need to do it each time theme updated, but only takes couple of minutes.)

With themes that are highly complex like this one, only “page cache” is recommended with the caching plugins. This is noted in the theme docs, also:
https://forum.tagdiv.com/w3-total-cache-configuration/

Post count: 3343

Hi,
Please follow the Christopher direction. About minifying, you can manually do that using tools like https://developers.google.com/closure/compiler/

To hide the big slider arrow use this CSS

.td_block_slide_big .prevButton,
.td_block_slide_big .nextButton {
	display: none;
}

Can’t stop the sliding, because is a slide, sorry for the inconvenience!
Thanks for your message!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.