Forum Replies Created

Viewing 10 posts - 1,121 through 1,130 (of 15,006 total)
  • Author
    Posts
  • in reply to: Product Question #41447

    Hi,

    Can you describe more about your idea. Now our theme already option to share product to Pinterest by turn on option in Theme Option > Social Network > Pinterest share.

    Kind regards

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

    in reply to: Search does not show characters like “é, è, à “ #41441

    Hi Aurelle,

    1 – Install this plugin https://wordpress.org/plugins/ajax-search-for-woocommerce/

    2 – Copy file layout-3.php in gecko > views > header to gecko-child > views > header

    3 – And change code from line 93 – 99 on layout-3.php

    from

    <form class="header__search w__100 dn pf" role="search" method="get" action="<?php echo esc_url( home_url( '/' ) ); ?>" <?php jas_gecko_schema_metadata( array( 'context' => 'search_form' ) ); ?>>
    	<div class="pa">
    		<input class="w__100 jas-ajax-search" type="text" name="s" placeholder="<?php echo esc_html__( 'Search for...', 'gecko' ); ?>" />
    		<input type="hidden" name="post_type" value="product">
    	</div>
    	<a id="sf-close" class="pa" href="#"><i class="pe-7s-close"></i></a>
    </form>

    to

    <div class="header__search w__100 dn pf">
    	<div class="pa">
    		<?php echo do_shortcode ('[wcas-search-form]') ?>
    	</div>
    	<a id="sf-close" class="pa" href="#"><i class="pe-7s-close"></i></a>
    </div><!-- #header__search -->

    Kind regards

    • This reply was modified 4 years, 4 months ago by Harry.
    • This reply was modified 4 years, 4 months ago by Harry.
    • This reply was modified 4 years, 4 months ago by Harry.

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

    in reply to: category on product detail page #41439

    Please change code to

    .product_meta > span.posted_in {
    	display: none;
    }

    Kind regards

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

    in reply to: category on product detail page #41436

    Hi,

    If you want remove breadcrumb, please add below code to Claue > Theme Option > General Layout > Custom CSS

    .bgbl.pt__20.pb__20.pl__15.pr__15.lh__1 {
    	display: none;
    }

    Kind regards

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

    Hi,

    Please go to WooCommerce > Settings > Products > Inventory > and follow this https://tppr.me/6BUx8

    Kind regards

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

    in reply to: Error on FrontEnd and BackEnd with Debug on True #41431

    You’re welcome!

    Have a nice day!

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

    in reply to: load JavaScript deferred #41429

    Hi,

    I excluded file on your site “/wp-content/plugins/wpa-woocommerce-variation-swatch/assets/wcvs-frontend.js”

    Kind regards

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

    in reply to: load JavaScript deferred #41426

    Hi,

    I clear cache the product work well https://tppr.me/A77g2

    Kind regards

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

    in reply to: black popup to be removed #41423

    Hi,

    The plugins for text field doesn’t support ajax add to cart so can’t use slide cart of popup cart.

    Kind regards

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

    in reply to: Error on FrontEnd and BackEnd with Debug on True #41421

    Hi,

    The next update we will include the update. You don’t need to redo the change.

    Kind regards

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

Viewing 10 posts - 1,121 through 1,130 (of 15,006 total)