Forum Replies Created
-
AuthorPosts
-
Hi,
You can remove in gecko > core > libraries > vendors > woocommerce > loop > loop-start.php from line 79 to 89
and copy below code to the last line of gecko > core > libraries > vendors > woocommerce > loop > loop-end.php
<?php
if ( $style == ‘masonry’ && $filter ) {
// Retrieve all the categories
$categories = get_terms( ‘product_cat’ );echo ‘<div class=”product-filter jas-filter fwb tc tu mt__30″>’;
echo ‘<a data-filter=”*” class=”selected dib cg chp” href=”javascript:void(0);”>’ . esc_html__( ‘All’, ‘gecko’ ) . ‘</a>’;
foreach ( $categories as $cat ) :
echo ‘<a data-filter=”.product_cat-‘ . esc_attr( $cat->slug ) . ‘” class=”dib cg chp” href=”javascript:void(0);”>’ . esc_html( $cat->name ) . ‘</a>’;
endforeach;
echo ‘</div>’;
} ?>Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioI have you move SEO keywords to the bottom of category, now you can check.
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Sorry for late reply, i mean link to cpanel or ftp.
Can you send us full info
– cpanel url:
– user:
– pass:or FTP
– ftp url:
– username:
– password:Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You need have div class=”jas-row” wrap 2 columns and clear content below
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSorry for late reply, can you try this topic, hope it can help you solve your problem.
https://wordpress.org/support/topic/internal-server-error-when-submitting-checkout-form/
https://wordpress.org/support/topic/internal-server-error-on-checkout-1/
https://wordpress.org/support/topic/internal-server-error-on-checkout/
-
This reply was modified 8 years, 4 months ago by
Harry. Reason: edit link
-
This reply was modified 8 years, 4 months ago by
Harry.
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=janstudioCan you send us ftp account via private we will check for you.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
you can add code blow replace line 531 in gecko > core > libraries > vendors > woocommerce > init.php
add_action( ‘woocommerce_after_main_content’, ‘jas_gecko_wc_page_head’, 15 );
Be careful because if you override parent theme if you update theme all your customize code will be remove.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. To display filter on sidebar you can add widget to WooCommerce Sidebar
And in JanStudio > Theme Options > WooCommerce > Product Listing Setting > Select Sidebar > WooCommerce Sidebar
2. To display color swatch on product detail page you need enable OpenSwatch plugin and follow our document at http://janstudio.net/gecko/document/index.html#product-swatch at WooCommerce Setting > Product’s Colour and Size
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can override code in child theme and use action hook.
add_action( ‘woocommerce_before_main_content’, ‘jas_gecko_wc_page_head’, 15 );
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 8 years, 4 months ago by
-
AuthorPosts