Forum Replies Created

Viewing 10 posts - 14,721 through 14,730 (of 14,979 total)
  • Author
    Posts
  • in reply to: Yith Newsletter popup is not coming #1438

    I’m not sure which problem but i check your site and saw you using more plugins.

    Can you try disable step by step plugin and check again.

    We recommend don’t use so much plugins that will affect to your site speed and performance.

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

    in reply to: visual composer is not working in pages #1437

    Hi,

    I checked your site and saw problem cause by conflict plugin Yoast SEO Premium you didn’t input active code so Visual Composer can’t run. I deactivate Yoast SEO Premium plugin and now Vísual Composer plugin working normal

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

    in reply to: how to add sidebar for homepage below footer #1436

    Sorry now our theme don’t support add sidebar below footer, if you want you need customize code, you can hire some freelancer to help you do it at http://freelancer.com/,  https://studio.envato.com/explore/wordpress-customization

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

    in reply to: Yith Newsletter popup is not coming #1432

    Hi,

    Can you explain more detail of your issue?

    Which page you want display?

    • This reply was modified 8 years ago by Harry.

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

    in reply to: Header and footer #1428

    Thank you for your reply @Knudsen

    Hi Gmoejm,

    1. As comment of Knudsen you can remove social icons by go to JanStudio > Theme Option > Social Network > Remove Social Icons

    2. You can hide search, user, wishlist icons by add custom css in JanStudio > Theme Options > General Layout > Custom CSS

    .header__top .jas-action > * { display: none;}

    3. You can add custom css in JanStudio > Theme Options > General Layout > Custom CSS

    .footer-contact { text-align: center;}

    Best regards

     

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

    in reply to: Overlay editing #1426

    Hi,

    Thank you for purchase!

    To override content of quick view you need add custom code in gecko-child/function.php

    remove_action( 'wp_ajax_jas_quickview', 'jas_gecko_wc_quickview' );
    remove_action( 'wp_ajax_nopriv_jas_quickview', 'jas_gecko_wc_quickview' );
    
    /**
    * Customize product quick view.
    *
    * @since 1.0
    */
    function jas_gecko_wc_quickview_child() {
    // Get product from request.
    if ( isset( $_POST['product'] ) && (int) $_POST['product'] ) {
    global $post, $product, $woocommerce;
    
    $id = ( int ) $_POST['product'];
    $post = get_post( $id );
    $product = get_product( $id );
    
    if ( $product ) {
    // Get quickview template.
    include get_theme_root() . '/gecko-child/woocommerce/templates/content-quickview-product.php';
    }
    }
    
    exit;
    }
    add_action( 'wp_ajax_jas_quickview', 'jas_gecko_wc_quickview_child' );
    add_action( 'wp_ajax_nopriv_jas_quickview', 'jas_gecko_wc_quickview_child' );

    And copy file content-quickview-product.php from gecko > core > libraries > vendors > woocommerce > templates

    to folder gecko-child > woocommerce > templates and override content of content-quickview-product.php

    2. “Is it possible to create these changes and also give the overlay its own URL, so that it can be posted in e-mails like Mailchimp?”

    Can you explain more this issue

    Thanks

     

     

     

    • This reply was modified 8 years ago by Harry.
    • This reply was modified 8 years ago by Harry.
    • This reply was modified 8 years ago by Harry.

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

    in reply to: How to upload favicon #1421

    Hi,

    You can follow our video at https://www.youtube.com/watch?v=lXulQpuITVQ

    Regards,

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

    in reply to: theme translation #1418

    Hi,

    You can translate these string by go Loco Translate > Plugins > JanStudio Addons

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

    in reply to: Visual Composer Grid #1415

    Hi,

    I helped you setting for layout.

    Best regards!

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

    in reply to: theme translation #1413

    Hi,

    You can follow our video or document at http://support.janstudio.net/forums/topic/theme-translation/

    Best regards!

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

Viewing 10 posts - 14,721 through 14,730 (of 14,979 total)