Home Forums Search Search Results for 'css'

Viewing 10 results - 1,651 through 1,660 (of 3,138 total)
  • Author
    Search Results
  • #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=janstudio

    #20878

    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=janstudio

    #20862

    In reply to: Theme Update

    I did not understand the image
    I did not understand the style.css part and functions.php

    Attachments:
    You must be logged in to view attached files.
    #20861

    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=janstudio

    #20860

    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=janstudio

    #20852

    In 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=janstudio

    #20851

    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=janstudio

    #20850

    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=janstudio

    #20830

    In 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.css

    when 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.
    #20819

    In 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 )

    1. 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)
    2. In the footer menu, if the link text is two lines, badge is positioned relative to first line causing mis-alignment. (Screen-shot)
    3. 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)
    4. 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.
Viewing 10 results - 1,651 through 1,660 (of 3,138 total)