After update hikashop the whole site fell apart

  • Posts: 3
  • Thank you received: 0
10 years 9 months ago #143098

-- url of the page with the problem -- : mediaextra.hu/index.php/oesszes-ajanlat/product/1-teszt-termek
-- HikaShop version -- :HikaShop Starter 2.2.3, Joomla!™ E-Commerce Extension
-- Joomla version -- :3.2.2.
-- PHP version -- :5.3.10-1ubuntu3.9
-- Browser(s) name and version -- : firefox 27.0 chrome 32.0.1700.107 m

I have an issue after update hikashop and joomla.

1.,In firefox the tabular layout on product page turned on listing layout, however it is worked very well before update.
mediaextra.hu/index.php/oesszes-ajanlat/product/1-teszt-termek

2.,In chrome the whole site fell apart and looks like s**t
mediaextra.hu/

What happened? Is there a solution for these problems?
Thx.

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

  • Posts: 26159
  • Thank you received: 4028
  • MODERATOR
10 years 9 months ago #143103

Hi,

Did you activate the "bootstrap design" ?

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 3
  • Thank you received: 0
10 years 9 months ago #143288

Hi!
The probleme doesnt affected by the bootstrap design!
Just noticed that all of my css were lost in this upgrade. This is why the whole site fell apart. Obviously due to Joomla! upgrade.
But the layout on product page is still in a list, however I want to use tabular layout.

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

  • Posts: 82909
  • Thank you received: 13379
  • MODERATOR
10 years 9 months ago #143343

Regarding the issue with the joomla update we can't help much, but regarding the issue with the tabular layout, it seems that you're missing the new CSS code for the tabs in your frontend CSS file of HikaShop that you can edit via the Display tab of the configuration:

#hikashop_tabs_div ul{
	z-index: 2;
	position: relative;
	margin: 0px 0px 6px 0px;
}
#hikashop_tabs_div li{
	display: inline;
	background-color: #fcfcfc;
	padding: 8px 5px;
	border: solid 1px #E7E7E7;
	z-index: 2;
	font-weight: bold;
}
#hikashop_tabs_div li a{
	color: #555555;
}
#hikashop_tabs_div li a:hover{
	text-decoration: none;
	color: #555555;
}
.hikashop_tabs_content{
	z-index: 1;
	position: relative;
	display: none;
	min-height: 200px;
	background-color: white;
	border: solid 1px #E7E7E7;
	padding: 5px;
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
}
.hikashop_tabs_li_selected{
	border-bottom: solid 1px #ffffff !important;
	background-color: #ffffff !important;
}
.hikashop_tabs_li_selected a{
	color: #1491B0 !important;
}

The following user(s) said Thank You: Szendi

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

  • Posts: 3
  • Thank you received: 0
10 years 9 months ago #143444

Yes, thats it!
Great support and thank you!

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

Time to create page: 0.062 seconds
Powered by Kunena Forum