Forum Replies Created
-
AuthorPosts
-
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=janstudioSorry 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=janstudioHi,
Can you explain more detail of your issue?
Which page you want display?
-
This reply was modified 8 years, 6 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThank 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=janstudioHi,
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, 6 months ago by
Harry.
-
This reply was modified 8 years, 5 months ago by
Harry.
-
This reply was modified 8 years, 5 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=janstudio -
This reply was modified 8 years, 6 months ago by
-
AuthorPosts