Product color variants selections not showing

  • Posts: 29
  • Thank you received: 1
9 years 2 months ago #245659

-- url of the page with the problem -- : drbensppc.com/index.php/en/hikashop-menu...uct/jimmyjane-form-2
-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.5.1 Stable
-- PHP version -- : 5.4.45
-- Browser(s) name and version -- : Firefox 43.0.3 on Fedora 23 MATE

Hi,

I configured everything according to the 272-hikashop-display-by-color.html manual.
I have colors in the Joomla media.
I have product Characteristics defined accordingly and my product has 2 variants with colors.
I set up in the HS configuration "Characteristics selection method" to Radio Buttons.
Everything is with a published status.

When I test the product page, the selection does not show up.

If I check with Firebug I can see that HS does produce the appropriate box AND code, but it is dimmed.



You can see that the code is produced:



and you can even see that the desired color icon images is there!



Any idea what's wrong???

Thanks very much!

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

  • Posts: 2143
  • Thank you received: 747
9 years 2 months ago #245660

Hi,

If you'd inspect also the <label> inside the <td>, you'd find that the following CSS in your file /templates/jsn_gruve_pro/css/drbens_jsn_overrides.css around line 78 is hiding the elements you're missing:

.jsn-joomla-30 label {
    display: none!important;
}

Obviously, this code is not coming from HikaShop. Removing it will make the radio buttons and labels visible again.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

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

  • Posts: 29
  • Thank you received: 1
9 years 2 months ago #245661

Thanks for the prompt reply.

I commented it out and it didn't solve the problem. Still not showing.

Notice that the entire <div class="controls"> inside the <td> is actually blanked out. So it's not just the label issue.

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

  • Posts: 2143
  • Thank you received: 747
9 years 2 months ago #245662

Sorry, but the code is still in. It reads:

/*** This Override is to solve problem of maximenuCK menu sign in the menu ***/
.jsn-joomla-30 label {
	display: none!important;
}

If you did comment it out, indeed: Clear all caches?

It has nothing to do with the div with class "controls", there's no CSS targeting that particular div and class in any of your CSS files - select it in Firebug and see for yourself.
And again, it's not caused by HikaShop, but looks more like your own template override file; hence, "self-inflicted". ;)


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

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

  • Posts: 29
  • Thank you received: 1
9 years 2 months ago #245663

Ouch! :woohoo:
You are right!

Sorry. It must have been some silly oversight on my behalf...

Yup - it works now!

Thanks a lot!!!

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

Time to create page: 0.072 seconds
Powered by Kunena Forum