-
AuthorSearch Results
-
October 29, 2020 at 7:48 pm #39021
In reply to: Some questions
Hi,
Please add below code to Claue > Theme Option > General Layout > custom CSS
@media (min-width: 767px) { .boxed .jas-container .jas-container { padding: 0; } .header-5 .jas-branding { padding: 15px 0 15px; }} .jas-mini-cart .checkout, .widget_shopping_cart .checkout, .jas-push-menu h3 { color: #222; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 28, 2020 at 11:29 pm #39003In reply to: Some questions
Hi Fomorenom,
Thank you for choosing our theme.
1. You can change number by add below code to JanStudio > Theme Option > General Layout > Custom CSS
.jas-icon-cart .count { color: #fff; }and change #fff with your color
2. Please go to JanStudio > Theme Option > WooCommerce > Product Detail Settings > Sticky Add To Cart > Off
3. Please edit product and open tab Attributes uncheck in “Visible on the product page” https://prnt.sc/v8s8r7
4. please add below code o JanStudio > Theme Option > General Layout > Custom CSS
.footer__bot { background: none !important; }5. Please add custom CSS code
.jas-my-account ul li:not(:last-child) { border-bottom: 0.5px solid #eee; }6,7. Please add custom CSS code
.jas-mini-cart .remove, .widget_shopping_cart .remove { position: relative; width: 30px; opacity: 1; margin-right: 5px; float: left; } .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads { display: none; }8. Please go to WooComerce > Settings > Products > Inventory and follow this https://prnt.sc/v8sn0e
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 28, 2020 at 4:57 pm #38991In reply to: Vídeo mobile
Hi,
1. Please follow this topic
3. Please inspect the row to know class of row https://prnt.sc/v8j34z and add custom CSS code
example@media (max-width: 768px) { .vc_row.vc_custom_1603873551841 { display: none; }}and change 1603873551841 with the number of row you want to hide on mobile
4. Please go to Appearance > Customize > WooCommerce > Product Catalog and follow this https://prnt.sc/v8j8xi
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 28, 2020 at 11:27 am #38980Topic: Issue with Image and style.css for new Claue version
in forum Claue
pajamParticipantHi,
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.October 28, 2020 at 9:40 am #38979In reply to: Vídeo mobile
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=janstudioOctober 28, 2020 at 7:51 am #38978In reply to: Space in front of shipping method
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=janstudioOctober 28, 2020 at 7:37 am #38976In reply to: are there any known preformance issues with Claue?
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, 4 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioOctober 27, 2020 at 11:27 pm #38972In reply to: are there any known preformance issues with Claue?
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)
October 27, 2020 at 11:21 pm #38970In reply to: are there any known preformance issues with Claue?
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=janstudioOctober 27, 2020 at 11:20 pm #38969In reply to: are there any known preformance issues with Claue?
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
-
AuthorSearch Results