hikashop support

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jan 27, 2013 5:30 pm
Reply with quote
Report this post
hello
i'm trying to integrate hikashop to creative template but there is a glitch when trying to change the number of columns in the shop, nomatter what number i insert i always get one column.
when i'm using another template just for testing everything works fine...
plz advise
thank you
User avatar
Fresh Boarder

GK User
Sun Jan 27, 2013 10:32 pm
Reply with quote
Report this post
Could you show me URL to page with this problem ? Maybe some template code overwrite componenent default styling. Everything is fine on 'Beez' template ?
User avatar
Platinum Boarder

GK User
Mon Jan 28, 2013 12:19 am
Reply with quote
Report this post
hello
here is the link http://wopc.gr/wopc_site/index.php?opti ... Itemid=242
yes on beez template it seems to work ok
User avatar
Fresh Boarder

GK User
Mon Jan 28, 2013 9:28 am
Reply with quote
Report this post
I don't see any code override by template but please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.span3.hikashop_category { width: 33.3%!important; float: left}

and then just remember to enable "Use override CSS" option in template advanced settings tab. Please let me know about results.
User avatar
Platinum Boarder

GK User
Mon Jan 28, 2013 10:16 am
Reply with quote
Report this post
that did work for some views... and only for 3 columns (still doesn't work the columns field) but changing the 33.3% to 25% i got 4 columns, and i had to change different spans
.span3.hikashop_category { width: 25%!important; float: left}
.span6.hikashop_category { width: 33.3%!important; float: left}
.span4.hikashop_category { width: 33.3%!important; float: left}
.span6.hikashop_product { width: 33.3%!important; float: left}
according to changes in hikkashop...
this work at this time but it could be usefuul a fix that will enable the hikashop settings.
thank you
User avatar
Fresh Boarder

GK User
Tue Jan 29, 2013 9:10 am
Reply with quote
Report this post
The main problem is that I simply don't see in firebug this default hikashop styles, maybe there is somewhere in component option to enable/disable it ? You can always try to copy whole hikashop css to override.css file.
User avatar
Platinum Boarder


cron