Forum Replies Created
-
AuthorPosts
-
December 1, 2016 at 11:56 am in reply to: Editing the "In Stock / Sold Out" text label in the Shop (WooCommerce) #1036
Can you send us your website link, temporary admin account as private. and the image you want use for header background. We will take a look and help you solve.
For the issue with space with social icon on menu you can edit code to
@media only screen and (max-width: 736px) {
.header__top .jas-socials { padding: 10px 0;}
}
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 1, 2016 at 10:37 am in reply to: Editing the "In Stock / Sold Out" text label in the Shop (WooCommerce) #1033Hi,
1. you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.jas-social a.facebook { display: none;}
Change “facebook” with name of social you want to hide.
2. Yes, you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.header__mid {background: url(‘http://janstudio.net/gecko/organic/wp-content/uploads/2016/05/banner.jpg’); }
.jas-navigation {background: #fff;}
You can change http://janstudio.net/gecko/organic/wp-content/uploads/2016/05/banner.jpg with path of your image.
3. You can center social by add custom css JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 736px) {
.header__top .jas-socials { padding-top: 0;}
}
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioDecember 1, 2016 at 9:44 am in reply to: How to add a background image in the page title frame? #1027Hi,
You can set background for separate page by upload featured image on right when you manage the page
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio@emcampos93 you can create new account as administrator in Dashboard > User and set this user as admin. After your task done you can remove this user.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add Video by go to Dashboard > Video > Add new
Best regards!
- This reply was modified 8 years, 1 month ago by Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio@phvagrant: can you send us temporary admin account as private reply we will take a look and help you solve you case.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioI checked and saw you add “awesomeAnalytics”, we have option for you can add custom js in JanStudio > Theme Option > General Layout > Custom JS
So you should remove code below, and we continue check your site
https://monosnap.com/file/bm9cNiAym6ATZ2IaAFVHnUAW2fqfdt#
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Can you send us your temporary admin account as private reply. We will take a look and help you solve your case.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Ckitso,
Thank you for purchase and using our theme!
Yes, we and The Look team are friend.
Sorry you can’t use css file from Prestashop or Shopify version because different class
You can enqueue flexibility.js file in your child theme to support IE 9 for more detail you can check at https://github.com/jonathantneal/flexibility. and your custom code in child theme will work without any problem in future when you update original theme.
Best regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can hide topbar by add custom css in JanStudio > Theme options > General Layout > Custom CSS
.header__top { display: none;}
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts