- Posts: 107
- Thank you received: 8
Product Badge obscures product link
2 years 11 months ago #355463
by bmm01
Product Badge obscures product link was created by bmm01
-- HikaShop version -- : 4.7.5
-- Joomla version -- : 4.3.4
-- PHP version -- : 8.2.10
When a product badge is in place in list view it covers up the product image so that the image does not operate as a link to the product page. The user has to move the cursor down below the badge area for it to work.
Please see the link to the development site where I am testing this.
I have changed to the standard Cassiopeia template and switched to default CSS. I have also renamed the style_custom.css file and it does not make any difference to the standard live site.
I believe that a change was introduced with Hikashop 4.6.0 but I haven't had time to test it with the latest version and with the standard template until now sorry.
This is with Hikashop Starter. I also tried it with Hikashop 5.0.0 and it is the same.
-- Joomla version -- : 4.3.4
-- PHP version -- : 8.2.10
When a product badge is in place in list view it covers up the product image so that the image does not operate as a link to the product page. The user has to move the cursor down below the badge area for it to work.
Please see the link to the development site where I am testing this.
I have changed to the standard Cassiopeia template and switched to default CSS. I have also renamed the style_custom.css file and it does not make any difference to the standard live site.
I believe that a change was introduced with Hikashop 4.6.0 but I haven't had time to test it with the latest version and with the standard template until now sorry.
This is with Hikashop Starter. I also tried it with Hikashop 5.0.0 and it is the same.
Please Log in or Create an account to join the conversation.
2 years 11 months ago #355479
by nicolas
Replied by nicolas on topic Product Badge obscures product link
Hi,
Thanks for your feedback.
You need to add a bit of CSS for this:
We'll look at adding a proper patch for the next version.
Thanks for your feedback.
You need to add a bit of CSS for this:
Code:
.hikashop_badge_div {
pointer-events: none;
}
The following user(s) said Thank You: NTV
Please Log in or Create an account to join the conversation.
2 years 11 months ago #355509
by bmm01
Replied by bmm01 on topic Product Badge obscures product link
Thanks Nicolas
That fixed the issue - as always, thanks for a great product and excellent and quick support!
Regards
Brett
That fixed the issue - as always, thanks for a great product and excellent and quick support!
Regards
Brett
The following user(s) said Thank You: nicolas
Please Log in or Create an account to join the conversation.
Time to create page: 0.184 seconds