Category sub cats problem after update to 1.5.3
Please Log in or Create an account to join the conversation.
.hikashop_category_listmenu{
margin-left: -30px;
}
Please Log in or Create an account to join the conversation.
You will see under Lifejackets that Adult lifejacket etc are now all centered. Before you chose the option 'no' in text centre on the module and they aligned to the left, now they dont.
Please Log in or Create an account to join the conversation.
The problem is that that option was not working before and we fixed it. Since you have it turned on in the options of your menu, the text is now centered.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The CSS code generated is:
#hikashop_category_information_menu_34 div.hikashop_subcontainer {
text-align: center;
}
which indicates that this option is turned on for the menu 34...
Anyway, a simple way to solve the problem for good is to add the CSS code:
div.hikashop_subcontainer {
text-align: center !important;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Posts: 82
- Thank you received: 1
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I've also tested changing the option on one of the menu items to Yes, saving and then changing it to No, but it still stays centered.
Out of interest, where do these values live in the database. I just had a look to see if it was set as Center in there but couldn't find it amongst the Hikashop tables - or is it JSON encoded as menu item paramenter?
Joomla 1.6.5/HikaShop 1.5.3
Please Log in or Create an account to join the conversation.
You need to change the code:
Please Log in or Create an account to join the conversation.
I've fixed the listing with the css override and also had to left align "hikashop_product_name" - can I just ask, what's the obsession with centering everything all about?
Any reason why the latest version doesn't take into account the centering - are you going to remove that parameter?
Loving working with HikaShop though, very refreshing...if I could post a review on the JED I would
Please Log in or Create an account to join the conversation.
We changed all the listing views for the last release in order to include effects and a carousel mode:
www.demo.hikashop.com/index.php?option=c...5&Itemid=103&lang=en
The centering not working was a byproduct of all the modifications we had to make. We won't remove the option.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.