Forum Replies Created
-
AuthorPosts
-
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=janstudioHi,
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=janstudioHi,
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=janstudioHi,
I helped you setting for layout.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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=janstudioHi,
You need update setting in Settings > Imagify.
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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=janstudioHi,
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 -
This reply was modified 8 years, 3 months ago by
-
AuthorPosts