Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudiohi Rmeier,
Thank you for purchase and using our theme.
Sorry for late reply.
As i understand, your site selling photos with sizes are (10 x 15, 50 x 75,..) and user need purchase before can download.
First you need follow this tutorial to sell downloadable product https://docs.woocommerce.com/document/digitaldownloadable-product-handling/
Your products have different size so have different price.
1. I saw you created product size attributes (10 x 15, 20 x 30, 50 x 75),
– When you create new product you need set this product as “variable product” https://monosnap.com/file/SSlTPtnEbzococfinkZS7fkbbmgIEr#
– You need set price for separate variation https://monosnap.com/file/JtOCdeTa1jfV4pOEt9e8NCwdnqgPJR#
– You check your product as Downloadable and add file https://monosnap.com/file/3BhlmwegM6V74bFY7abtVLnM6a3GjT#
2. You can use plugin to disable right click https://wordpress.org/plugins/disable-right-click/ so user can’t save your image
3. If you want change product listing layout you need hire someone help you customize code
4. You can remove social share by add custom css code in JanStudio > Theme OPtion > General Layout > Custom CSS
.entry-summary .social-share { display: none;}
5. You can edit picture number by of SKU by use plugin https://wordpress.org/plugins/woocommerce-product-sku-generator/
6. You can hide additional information tab by follow screen shot https://monosnap.com/file/SSlTPtnEbzococfinkZS7fkbbmgIEr#
7. You can remove “Composition & Care” by remove content in custom tab https://monosnap.com/file/tlGEwUXsmoytKqdlBflT0SliO5EXtu#
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=janstudioYou can add custom css code
@media only screen and (max-width: 736px) {
.page-head {padding: 125px 0;}
}
and change 125px to fit with mobile screen.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You want change text size or anything?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 13, 2017 at 11:15 pm in reply to: Move product description & additonal info to link below delivery & returns #1607You can move code you added in main gecko theme to functions.php file in gecko-child.
We recommend all changes should do on child theme so you can update main theme without losing your custom code.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 13, 2017 at 6:15 pm in reply to: Move product description & additonal info to link below delivery & returns #1603Can you tell me which file in parent theme you added code. we will give you how to make it run on child theme.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 12, 2017 at 2:27 pm in reply to: Move product description & additonal info to link below delivery & returns #1575Hi,
you can add below code to file function.php in gecko-child
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10 ); add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 55 );
best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi
you can add custom css in JanStudio > Theme Options > General Layout > Custom Css
.jas-social .google-plus, .jas-social .pinterest, .jas-social .tumblr {display: none;}
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 -
AuthorPosts