Forum Replies Created

Viewing 10 posts - 14,761 through 14,770 (of 14,994 total)
  • Author
    Posts
  • in reply to: Category Page Customization #1372

    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=janstudio

    in reply to: Category Page Customization #1365

    I 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=janstudio

    in reply to: Category Page Customization #1363

    Hi,

    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=janstudio

    in reply to: Metaslider Issue on Mobile #1362

    Hi,

    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=janstudio

    in reply to: Internal Server Error on Checkout submission #1359

    Sorry 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=janstudio

    in reply to: Category Page Customization #1356
    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: Category Page Customization #1354

    Can 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=janstudio

    in reply to: Category Page Customization #1351

    Hi,

    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=janstudio

    in reply to: Product Attributes #1348

    Hi,

    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=janstudio

    in reply to: Category Page Customization #1347

    Hi,

    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

Viewing 10 posts - 14,761 through 14,770 (of 14,994 total)