a few bugs after update to 1.5.0

  • Posts: 135
  • Thank you received: 0
12 years 10 months ago #16994

hi

i used hikashop essential edition and update my version to 1.5.0 and this happens


number 1 :

in my products now show this frame black and i look in the configuration but i cant remove



in this link : cotizaloaqui.com/index.php?option=com_hi...t=listing&Itemid=189



number 2 :



in this product the first look is fine



but after i do click in the variants happens this



in the others variants too



and then i back to the first variant and this happens



link bug here : cotizaloaqui.com/index.php?option=com_hi...3&category_pathway=0


and number 3 :

in this old post nicolas help me with a module . here the link : www.hikashop.com/en/support/forum/3-bug-...49-module-weird.html

the solutions was : " You need to go in the menu Display->Views and edit the file listing_list of the view category and remove the code:
float:left;
from it.
"

but in this version 1.5.0 i dont find this code , change of position in this version??

here the link problem : cotizaloaqui.com/index.php?option=com_hi...t=listing&Itemid=189

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

  • Posts: 81508
  • Thank you received: 13064
  • MODERATOR
12 years 10 months ago #17000

Hi,

1. It's because with the new CSS of 1.5.0, there is a border added around the product item box. You can edit your CSS via the interface in the tab display of the configuration if you want to remove it:
div.hikashop_products div.hikashop_subcontainer{
border: 1px solid;
}

2. That's indeed a bug in current version. You need to replace the code:
JText::_('CONTACT_US')
by:
JText::_('CONTACT_US_FOR_INFO')
in the file show of the view product via the menu Display->Views in order to fix the problem.

3. The float:left; has been removed from the view and added to the CSS of HikaShop so that it's easier to edit it for users.
You can edit your CSS via the interface in the tab display of the configuration if you want to remove it:
.hikashop_category_list_item, .hikashop_product_list_item {
float: left;
}

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

  • Posts: 135
  • Thank you received: 0
12 years 10 months ago #17071

thanks nicolas you are the best B)

respect in the point 1 , this frame balck .... is come back in each update?

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

  • Posts: 81508
  • Thank you received: 13064
  • MODERATOR
12 years 10 months ago #17072

No. Once you modified once the default CSS, your CSS will be used instead of the HikaShop default CSS which is updated on each update.

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

Time to create page: 0.063 seconds
Powered by Kunena Forum