Product images & badge bug

  • Posts: 30
  • Thank you received: 0
10 years 10 months ago #177538

-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.3
-- Browser(s) name and version -- : Latest Chrome, Firefox

Bugs
1) On the product page badge displays wrongly

2) After selection the product variant, images appeared to be displayed in one column and not minimized

Attachments:
Last edit: 10 years 10 months ago by Bugaenko.

Please Log in or Create an account to join the conversation.

  • Posts: 84303
  • Thank you received: 13698
  • MODERATOR
10 years 10 months ago #177545

Hi,

Please provide a link to the page so that we can analyze the issue.

Please Log in or Create an account to join the conversation.

  • Posts: 30
  • Thank you received: 0
10 years 10 months ago #177591
Last edit: 10 years 10 months ago by Bugaenko.

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 10 months ago #177613

Hello,
Your issue was coming from the CSS code of your template.css file :

.hikashop_product_page .hikashop_product_left_part .hikashop_global_image_div .hikashop_main_image_div .hikashop_product_main_image_thumb div {
  position: inherit !important;
  width: auto !important;
  margin-top: -18px;
}

The following user(s) said Thank You: Bugaenko

Please Log in or Create an account to join the conversation.

  • Posts: 30
  • Thank you received: 0
10 years 10 months ago #177816

Thanks!!
It worked. Afret removing "position: inherit !important;" and editing template.css all worked.
Thank you!


But now BUG-2: when I choose variant of the product all images appeared to be large and in one column !!!
(maybe I shall ask for assistance at template forum if it is their problem ??? )

technologyreactor.com/testsite/index.php...1-australian-satsuma

Last edit: 10 years 10 months ago by Bugaenko.

Please Log in or Create an account to join the conversation.

  • Posts: 84303
  • Thank you received: 13698
  • MODERATOR
10 years 10 months ago #177843

The issue comes from your template.
It uses the CSS:

#hikashop_small_image_div .hikashop_child_image {
border: 1px solid #f2f2f2;
width: 110px;
margin-right: 12px;
}
instead of:
.hikashop_small_image_div .hikashop_child_image {
border: 1px solid #f2f2f2;
width: 110px;
margin-right: 12px;
}
in the file technologyreactor.com/testsite/templates...ife/css/template.css
Please change that and contact your template provider so that they can fix that CSS in their template.

The following user(s) said Thank You: Bugaenko

Please Log in or Create an account to join the conversation.

  • Posts: 30
  • Thank you received: 0
10 years 10 months ago #178030

It worked! Thank you very much !

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum