Home › Forums › Themes Support › Myha › .term-description
- This topic has 16 replies, 2 voices, and was last updated 9 months ago by
admin.
-
AuthorPosts
-
February 24, 2019 at 10:42 pm #2859
Dear,
We have term-description text that is displayed twice.
You have it once in the image under the title = correct. Than again, just under previous one (going from left to right).Tried to hide the css class ‘term-description’ but no result. Any idea how I can hide this? Or why it shows up?
http://marjon.staging.wpengine.com/product-category/rainpharma/
Thank you in advance.
Kind regards.
February 25, 2019 at 6:29 am #2860Hi,
Maybe this issue happen when WooCommerce update to latest version.
You can fix it by add this custom CSS code:.haru-archive-product .term-description { display: none; }
and
.page-title-inner .page-sub-title { position: relative; display: inline-block; padding-top: 15px; }
We’ll update this in next version.
*****
Regards,
HaruThemeFebruary 25, 2019 at 8:51 am #2861Hi,
Thanks for the quick response!
Added the code to the custom css of the child-theme. But the text is still visible.It’s like it has no effect on it…
Any other idea’s?
Thank you in advance.
February 25, 2019 at 8:53 am #2862Hi,
Did you use cache or something because we don’t see the code added:
http://prntscr.com/mpqcll
Maybe you can add it in Appearance -> Customize -> Additional CSS.
Hope this help!February 25, 2019 at 9:37 am #2864Add to the code to additional CSS.
But think same result as before… pretty weird.Should I share some login details? Would this be easier?
Thanks in advance guys.
February 25, 2019 at 9:45 am #2865Hi,
Please send us admin account private. We’ll check it for you!February 25, 2019 at 7:25 pm #2869This reply has been marked as private.February 26, 2019 at 2:58 am #2870Hi,
On your site the class wrap for term-description has been changed and it cause this issue. We changed the code and it display fine now (you can see in extra CSS):
http://prntscr.com/mq4yhu
If you like our product please vote 5* for us to help us upgrade our product in future. Thanks so much!*****
Best regards,
HaruThemeFebruary 28, 2019 at 9:50 pm #2890Hi Guys,
A last issue, the cart icon and wishlist icon don’t do anything when you click on it. Any idea’s for this?
Thanks in advance.
Kind regards,
SeppeMarch 1, 2019 at 2:49 am #2891Hi,
About cart on header have many options and you can choose in Theme Options -> Header -> Header Elements:
http://prntscr.com/mrmmnr
And I see it’s working fine now: http://prntscr.com/mrmmso
About the wishlist please make sure you have page with this shortcode:
[yith_wcwl_wishlist]
http://prntscr.com/mrmn4c
http://prntscr.com/mrmn9y
That’s seem you not imported full demo data.
Hope this help!*****
Best regards,
HaruThemeMarch 7, 2019 at 10:18 pm #2940Hi Guys,
Could you take a look at the view cart on the sidebar. It doesn’t go to the cart page.
So I click on the cart logo on the right top, sidebar pops up. Click on view cart. But doesn’t link to it I think…Can you take a look?
Thanks in advance.
March 8, 2019 at 3:23 am #2941Hi,
Maybe you missing Default WooCommerce Pages.
Please go to WooCommerce -> Status -> Tools -> Create default WooCommerce pages like this:
http://prntscr.com/muwdrv
Hope this help!*****
Regards,
HaruThemeMarch 8, 2019 at 6:29 pm #2960Hi Guys,
Pages are already working. Both buttons (show cart and checktout) don’t do anything when you click on them. You can see it directs to the exact page, but on clicking, it doesn’t do anything…
Any idea’s?
March 9, 2019 at 10:41 am #2967Hi,
We have just checked our dev site again and have issue.
You can fix it by following steps:
Step 1: Go to wp-content/themes/myha/assets/js then open file haru-main.js
Step 2: go to line 566 and change the code for function cartSidebar to:cartSidebar: function () { $('.cart-mask-overlay').on('click', function(event) { $('.cart_list_wrap').removeClass('in'); $('.cart-mask-overlay').removeClass('in'); }); $('.widget_shopping_cart_icon').on('click', function (event) { event.preventDefault(); $('.cart_list_wrap').toggleClass('in'); $('.cart-mask-overlay').toggleClass('in'); }); $('.canvas-sidebar-close').on('click', function (event) { event.preventDefault(); $('.cart_list_wrap').removeClass('in'); $('.cart-mask-overlay').removeClass('in'); }); },
We’ll update this in next version. Maybe you need clear cache to see changes.
Hope this help!*****
Best regards,
HaruThemeMarch 9, 2019 at 11:00 am #2969Thanks again!
This fix works.Now we can launch the site, so clients can buy ;-).
Thanks for the great support!
-
AuthorPosts
You must be logged in to reply to this topic.