adogam
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Page Template design and Best PracticeThat would work, but then every product would have to have the same look and layout?
Forum: Themes and Templates
In reply to: [Zerif Lite] Performance and Speed.Nikki222,
It is possible to reduce load time, but there is absolute no reason to do so. Either way it is slowing the site down and affecting your click through rate. This theme is great, but as a stock theme it is way to slow. So your best bet is to remove the code all together.
The images on the theme also need to be compressed. There are some great WordPress plugins that can help with this. If you want to take it a step further, you can remove all the DB calls and make it a static front using the same code (probably worth the time).
Adam
Forum: Plugins
In reply to: [WooCommerce] WC 2.2.10 broke add to cart and variationsNo worries.
Forum: Plugins
In reply to: [WooCommerce] WC 2.2.10 broke add to cart and variationsIt sounds like one of your plugins is causing this. List the plugins you have installed.
Forum: Themes and Templates
In reply to: [Zerif Lite] Performance and Speed.You’re welcome, glad I can help.
Adam
Forum: Themes and Templates
In reply to: [Zerif Lite] Performance and Speed.Yes. The reason it slows things down, is because it makes it load the loader prior to the page content starts. Then it won’t load the content until page completely loads.
For a simple website not showing video you would want to remove it. Once removed your viewers can at least start looking at content without even knowing the whole page hasn’t load JS file or something.
Adam
Forum: Themes and Templates
In reply to: [Zerif Lite] Performance and Speed.So I have been working on this problem and removing the PRE LOADER seems to help a lot. So if any one has this problem, all they have to do is remove the pre-loader from the header.php file. It is clearly marked.