Forum Replies Created

Viewing 10 posts - 14,741 through 14,750 (of 14,994 total)
  • Author
    Posts
  • 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, 3 months ago by Harry.
    • This reply was modified 8 years, 3 months ago by Harry.
    • This reply was modified 8 years, 3 months 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

    in reply to: install plugin without fpt #1411
    This reply has been marked as private.

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

    in reply to: Text issues porfolio #1408

    Hi,

    You can add custom css

    @media only screen and (max-width: 1440px) { .jas-row > .jas-container { padding: 0 15px;} }

    Best regards!

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

    in reply to: image crop in meta slider #1405

    Hi,

    You need update setting in Settings > Imagify.

    Regards

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

    in reply to: Website loading slow in Mobile devices #1404

    Hi,

    You need follow suggest of Google Speed Webmaster Tool (optimize image, compress css, js) you can use some plugin to cache

    – W3 Total Cache https://wordpress.org/plugins/w3-total-cache/

    – WP Rocket https://wp-rocket.me/

     

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

    in reply to: Blog details page issue #1403

    Hi,

    You need update our theme to latest version and change setting in JanStudio > Theme Options > Blog > Single > Disable Page Title Background.

    Regards!

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

Viewing 10 posts - 14,741 through 14,750 (of 14,994 total)