Forum Replies Created

Viewing 10 posts - 13,191 through 13,200 (of 15,048 total)
  • Author
    Posts
  • in reply to: about blog layout #6463

    Hi Luan,

    Thank you for purchase.

    You want to change layout of blog category page different layout of blog page? How you want to change, it better if you have mockup.

    Thanks

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Product Image Scroll Function on a Mobile Device #6459

    Hi,

    Sorry for miss understood. We hide arrow for user can see full the image.

    You can always display the arrow by add custom css in Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 736px) {
    .single-product-thumbnail .slick-slider .slick-prev,
    .single-product-thumbnail .slick-slider .slick-next {
    opacity: .8;
    }
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: YITH Ajax Product Filter Checkbox issue #6454

    Hi,

    You can add custom css in Claue > Theme Option > General Layout > Custom CSS

    .yith-wcan-list li {
    float: none;
    }
    .yith-wcan-list li a {
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 11px;
    height: inherit;
    line-height: inherit;
    margin: inherit;
    text-align: center;
    width: inherit;
    }

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: space column #6451

    You can follow this screen shot to edit padding for wrapper column http://take.ms/Okeny

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Changing Top Rated + Best Selling Products in New Shop #6448

    Hi,

    You can edit this element and display type choose all products and type your name of your product

    https://monosnap.com/file/hX2w3IQL1URnmZy9Mo9rEi2k1DpL7e#

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: space column #6447

    Could you take a screen shot and explain more your issue?

    Thanks

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: WPML #6446

    Hi,

    Thank you for purchase!

    I checked your site and saw all plugin related to WPML are outdated, now you need to update these plugin to latest version to use.

    I deactivated these plugins now the site run normal.

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Transparent Header Logo #6434

    Hi,

    1. You can add custom css code in Claue > Theme Option > General Layout > Custom CSS

    .home .jas-page > div { margin: 0;}

    2. You can change header font color by go to Theme Option > Color Scheme > Header Color > Main Menu Color

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: font-awesome loading #6433

    Hi,

    You can go to gecko-child > functions.php and change code to

     

    function jas_gecko_enqueue_script() {
    	wp_enqueue_style( 'jas-gecko-parent-style', get_template_directory_uri() . '/style.css' );
    	wp_dequeue_style( 'fontawesome');
    }
    add_action( 'wp_enqueue_scripts', 'jas_gecko_enqueue_script', 11 );

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: font-awesome loading #6428

    Hi,

    Could you tell me which theme you’re using? you’re using helpdesk?

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 posts - 13,191 through 13,200 (of 15,048 total)