Forum Replies Created
-
AuthorPosts
-
Hi,
I checked your slider and saw image size is 1214×500 and original image also blurry
https://www.classystreet.com/wp-content/uploads/2016/12/tribal-painting-kurti-1214×500.jpg
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
If you using Visual Composer for product you can add custom css for single product
.extra-link .jas-magnific-image { display: none;}
https://monosnap.com/file/ercLXEg0JmzNcxxbslPsTJdkOm8OMv#
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. You can remove “additional information” tab by follow screen
https://monosnap.com/file/3pTRgbTOIilWVAyFLbQPwmDarrgq42#.
or use custom css
.woocommerce-tabs .additional_information_tab, #tab-additional_information { display: none;}
2. Issue with item detail link you need hire some freelancer help you do it.
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudiohi
you can add custom css
#jas-footer-menu li { padding: 0 5px;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi, pls enable right mouse click, we can’t help you if we can’t inspect element.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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 ago by Harry. Reason: edit link
- This reply was modified 8 years ago by Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts