-
AuthorSearch Results
-
January 19, 2017 at 8:53 pm #1682
In reply to: Videoplayer on overlay and creating popup
This reply has been marked as private.January 17, 2017 at 8:31 am #1654In reply to: Theme Update without Losing Customization
Yes, if you have only added custom css in the “Theme Options” section and have only used the available tools in “Theme Options” and “Customize” (under “Appearance”), you won’t lose any of your custom settings
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 17, 2017 at 8:30 am #1653In reply to: Theme Update without Losing Customization
This reply has been marked as private.January 16, 2017 at 5:27 pm #1640In reply to: Remove Additional Information Tab
I added these code in JanStudio > Theme Options > General Layout > Custom CSS and saw it work, can you try again.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 16, 2017 at 4:56 pm #1636In reply to: Remove Additional Information Tab
Hi,
1/ You can add custom css code to hide “Additional Information” tab
.additional_information_tab, #tab-additional_information { display: none;}
2/ You can reorder tab by follow this article https://gist.github.com/jameskoster/5133532 but we recommend you do this on functions.php in gecko-child
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 15, 2017 at 12:01 pm #1630In reply to: Checkout Screen Layout
Hi,
This bug come from plugin
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
table { table-layout: inherit;} h3#ship-to-multiple {padding-left: 15px; width: 100%; } .clear { clear: both;} .ship_address, .no_shipping_address {width: 90%}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioJanuary 14, 2017 at 11:54 am #1618In reply to: Change Products
hi 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=janstudioJanuary 14, 2017 at 1:11 am #1615In reply to: Page title image
You 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=janstudioJanuary 12, 2017 at 1:13 pm #1574In reply to: Share to social on product page
Hi
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=janstudioJanuary 11, 2017 at 9:08 pm #1565In reply to: Page title image
1.Hi you can change height of page title by add custom css in JanStudio > Theme Options > General Layout > Custom CSS
.page-head {padding: 125px 0;}
you can reduce 125 to your number
2. You can remove breadcrumb by add custom css
.jas-breadcumb { display: none;}
best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results