-
AuthorSearch Results
-
May 26, 2017 at 12:01 pm #4593
In reply to: Need some customization help.
This reply has been marked as private.May 26, 2017 at 1:45 am #4576Okay – followed instructions. header issue resolved.
WooCommerce Sidebar is not resolved. It did remove the text – and it won’t show anything in the WooCommerce Sidebar Widget.I checked the div tag for that field, and it’s empty. So nothing is being hidden by CSS. But for whatever reason – that left sidebar code is not connecting to the “WooCommerce Sidebar” widget.
Where in the code files can we properly confirm that the code is connected to “WooCommerce Sidebar widget”? I think once we find where it’s broken, we can fix it, and then it will properly load the information from the “WooCommerce Sidebar” widget.
I have checked my functions.php file – and I cannot find it.
Thanks!PS – Attachment below showing left WooCommerce Sidebar Widget is not showing anything – the widget itself is missing from the theme.
-
This reply was modified 8 years, 9 months ago by
abfchgirlx.
Attachments:
You must be logged in to view attached files.May 26, 2017 at 12:55 am #4570In reply to: Gravity form question
Hi,
You can add custom css in Claue > Theme Option > General Layout > Custom CSs
.variations_form .variations .value { border: none;}
.variations_form .variations .value::after { display: none; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 26, 2017 at 12:50 am #4569In reply to: mobile wrong behavior
Hi,
you can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 1024px) {
.top-menu.visible-1024 + #jas-content { margin-top: 245px; }
}
@media only screen and (max-width: 736px) {
.top-menu.visible-1024 + #jas-content {margin-top: 175px;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2017 at 1:40 pm #4520In reply to: Need some customization help.
Hi,
1. You can change font on menu and add more space between menu item by add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-menu > li > a { font-family: “Coda”;}
.jas-menu > li:not(:first-child) { margin-left: 40px;}
2. You can hide categories and tags by add custom css
.product_meta .posted_in, .product_meta .tagged_as { display: none;}
3. No, if you want change you have to use child theme to override function.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2017 at 11:50 am #4515In reply to: Header Responsiveness Issue & some other queries
Hi,
1. I checked your site with Autoptimize enabled but don’t see problem with lightbox like on attach2.png.
2. You can try add custom css in JanStudio > Theme Option > General Layout > Custom CSS
div.pp_pic_holder { max-width: 700px;}
3. I checked and still saw Free Shipping text on real device and resize browser.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2017 at 12:04 am #4507In reply to: Problem with Explorer and Safari
Hi,
The latest Safari on Window 5.1.7 release on 2012 and it outdated so long and doesn’t have any update.
https://monosnap.com/file/wLP391IFW1VqKGsevOl8UkVQf4g04g#
We drop support Safari on Window because more issue with css and security. You can recommend your customer drop Safari on Window.
Best regard
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 24, 2017 at 9:57 pm #4495In reply to: Import Sample Data no place holder images
1. For the page you can disable on Page option https://monosnap.com/file/vmAay1AI4Tl6oKaFoGQHovIflL4TnV#
2. On product detail page you can add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-wc-single > .bgbl { display: none;}
Best regards
-
This reply was modified 8 years, 9 months ago by
Harry. Reason: edit code
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 24, 2017 at 9:02 pm #4491In reply to: meta slider pro
Hi Alexandre,
Thank you for your purchase
1. Please use this custom CSS https://pastebin.com/qpcvk1j4 (Add to Claue Options / General / Custom CSS)
2. Unfortunately, this function works on Shop page only. You can use Button element to make a link to Shop page
3. Social icon on Header is link to your Social network, Social icon in product detail is Social Share. They are different, if you want to hide please use this code https://pastebin.com/y3bUtwZt
4. Please use this code https://pastebin.com/s6uHpku0
Cheers,
Foster
May 24, 2017 at 10:37 am #4438In reply to: Header size
Sorry i forgot check your site on normal screen, i only check your site on retina screen.
I saw you add custom css
.regular-logo { max-width:150%; } do you want display your logo bigger?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 8 years, 9 months ago by
-
AuthorSearch Results