Hi,
we load the Claue.zip and install like your document. Our questions/issue are:
- in attachment you see the style.sheet working in first site if we move to other site the style.sheet dose not working.
- The images 2016/2020 is uploaded and the link is there (see attachment) but it not loaded in shop
- You can see (attachment) if we want import demo from Claue … we can select only Elementor not demo site
Best Regards
Payam
Attachments:
You must be
logged in to view attached files.
Hi Akamm,
1.
2. The background image it now you set cover content. On mobile the width of content reduce more than the height.
You should add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS
@media (max-width: 768px) {
.vc_row.vc_row-o-full-height {
min-height: 50vh !important;
}
.pa-center .fs__14 {
font-size: 10px;
}
.pa-center .fs__50 {
font-size: 25px;
}}
And change 50 as you want. It can’t work correct 100% for all row on mobile.
3. To disable a row on mobile, please follow this screenshot https://prnt.sc/v8cgwq
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Tom,
Please try update theme to last version and add below code to Claue > Theme Option > General Layout > Custom CSS
#shipping_method li input {
margin: 0 3px 0 0;
}
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Tiemo,
I check your site it not need 4-5 sec waiting to open page it about 2-3 sec. You can use cloud CDN (Cloudflare, maxCDN, etc) to improve load speed image and enable cache, minify js/css with WP Rocket.
For more tips, please contact to WP Rocket plugin author, they have more experience than us in optimize site.
Kind regards
-
This reply was modified 5 years, 1 month ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi Harry,
thanks for jumping in. I know, that there are still some images, which can be reduced. But since the 4-5 sec waiting time at almost each page call all over the web, it must be something general inheritent, like javascript and css or memory_limit (which is set to 256 in wp-config.php)
Can I only minify js and css with a plugin or can I also put calls together in one file anyhow? (because of the redflag at http requests)
Hi Tiemo,
I check and see still has 3 images bigger please try optimize https://prnt.sc/v81q3r and try minify Js and CSS
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
both pingdom and google analytics say, that the http requests are in the red zone on my web site. javascript and css request make 80% of all requests and 62% of all request size.
I am a wordpress dummy. Is this anything, what can be changed? The number of javascript and css calls? Aren’t they automatically integrated and generated by wordpress/claue? How can you avoid the high number of calls and put them together in less calls?
Thanks for any hint
Tiemo
Hi,
1. Please add below code to Claue > Theme Option > General Layout > Custom CSS
@media (min-width: 801px) { .jas-menu > li > ul.sub-menu {display: none;}}
2. I not sure your issue and how to fix.
3. Please follow this https://www.cloudways.com/blog/set-purchase-limits-on-woocommerce/
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio
Hi there,
my new website, based on Claue theme has a horrible slow performance. Each single page load takes up to 4-6 sec.
My webserver (at my hoster) has 3-6 GB RAM and 640MB memory_limit. The agency, which built my website says, they have taken regard about the performance when building the website. We only have the most neccessary plugins, pictures are downsized and compressed by tinyjpg. When activating the caching plugin WP rocket, the cached pages get loaded fine, but all other pages are inacceptable. We already deactivated one plugin after the other but are still searching for the reason. Google pagespeed analyser says that java and css should all be taken inline, but I can’t believe that that makes 5 secs!
Are there any known performance issues with Claue or any hints, where to look for to speed the site up?
Thanks for any tips
Tiemo
Hi, the option to put the video in html does not have the same appearance. Could you tell me some css code so that the video can be seen on mobile?
I also have other problems with home and its mobility:
– Background images are not adapted to mobile screens (vertically).
– Texts also overflow on mobile screens
– It could remove an entire row from your mobile vision?
King regards