-
AuthorSearch Results
-
May 26, 2018 at 10:03 am #20902
In reply to: Menu + button css
Hi Artk,
1. I help you fix menu badge on mobile and sub-menu
2. The issue with menu in footer when the text link in 2 line it can’t at the end second (the badge hack by CSS and position not HTML text)
Please check code i added in Claue > Theme Option > General Layout > Custom CSS
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2018 at 10:54 pm #20878In reply to: Under product direct size, color, brand writing?
Hi,
1. Please use attach file and add below code to claue-child > style.css, i check on my local it work well
.product__info.mt__15 { text-align: center; } .product-attr.ts__03.cw { color: #696969; text-align: center; }2. Please use below code and put in claue-child > functions.php
add_action( 'woocommerce_product_query', 'themelocation_product_query' ); function themelocation_product_query( $q ){ $meta_query = $q->get( 'meta_query' ); $meta_query[] = array( 'key' => '_price', 'value' => 0, 'compare' => '>' ); $q->set( 'meta_query', $meta_query ); }Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2018 at 6:27 pm #20862In reply to: Theme Update
I did not understand the image
I did not understand the style.css part and functions.phpAttachments:
You must be logged in to view attached files.May 25, 2018 at 5:02 pm #20861In reply to: Products Page + Space – Slider
Hi,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.jas-wc-single .product {margin-top: 40px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2018 at 5:01 pm #20860In reply to: Remove Side Menu & Related Products
Hi,
Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
.jas-wc-single .product {margin-top: 40px;}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2018 at 12:40 pm #20852In reply to: Theme Update
Hi,
1. I see you’re using 2 claue folder, please go to your FTP and remove the folder “claue” only contain 2 files (style.css and functions.php) not “claue-child”
2. Please go to Claue > Theme Option > WooCommerce > Product Detail Setting > Add to cart behavior > Choose popup or slide sidebar
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2018 at 12:27 pm #20851In reply to: How to hide the description on all products page?
Hi,
1. Please add below code to Theme Settings > Custom Code > Custom CSS
.template-collection .product-description {display: none;}2. Please refer this topic https://ecommerce.shopify.com/c/off-topic/t/how-to-make-images-the-same-size-305063
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2018 at 12:20 pm #20850In reply to: How do I make the product image smaller?
Hi,
1. Please edit file product-detail-2col.liquid http://take.ms/EEtpQ change jas-col-md-6 to jas-col-md5 and jas-col-md-7
2. Please add below code to Theme Settings > Custom Code > Custom CSS
.social.social--share { text-align: left; display: inline-block; } .social.social--share a:first-child {margin-left: 0;} .product-single__title {font-size: 20px;}3. Please add below code on the very top of file product-detail-2col.liquid
<div class="page-header pt__80 pb__80 center-xs pr"{% if section.settings.title_background != blank %} style="background: url({{ section.settings.title_background | img_url: 'master' }}) no-repeat center center / cover"{% endif %}> <div class="jas-container pr"> <h2 class="fs__20 tu cw">{{ product.title }}</h2> </div> </div>Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 24, 2018 at 11:56 pm #20830In reply to: Theme Update
This looks like Appearence ..> Themes — >>
Claue
Template missing. Themes need to have a template file index.php.Descending themes need to have a header in the style sheet style.csswhen I go to buy is not showing this image attachment01, is going straight to the cart page and the product image on the cart page is too large,
Correct page image attachment correct page
Attachments:
You must be logged in to view attached files.May 24, 2018 at 7:13 pm #20819In reply to: Menu + button css
Dear Harry,
Thank you very much for fixing the button alignments for wishlist and buy for me button which are now working good.
The menu and footer css for badges needs some more fixing. (Please see screenshots to better understand )
- If primary menu is made shorter in length/If the menu link’s text length is reduced /number of items in the menu is reduced (anything that affects menu length) , then the badge is overlapping with link text and badge text is having line break which is changing badge shape. We need to stop line break I think. Also, if link extends to 2 lines then position misalignment happens (Screen-shot)
- In the footer menu, if the link text is two lines, badge is positioned relative to first line causing mis-alignment. (Screen-shot)
- Mega menu width decreases if number of links are less in menu and hence causing line break in sub-menu columns. This is also causing badge issues. Can you fix mega menu width irrespective of number of links? (screen shots)
- In mobile menu google chrome mobile browser, text overlaps if link length is big. Also, badge overlaps arrow. Is this normal? (Screen shots)
Can you please edit the code to fix the issues. You can check production site to see how menu looks right now 🙂
Please keep in mind that we will change site design and hence your code should be universal and not specific to how our site looks right now.
Best Regards,
Team Artk
Attachments:
You must be logged in to view attached files. -
AuthorSearch Results