couple of issues

GK User
Mon May 26, 2014 6:16 pm
Hi,
I have a few questions I'd like to get some help with.
1. On the product page the active tab is white (instead of black) with white letters, even though in CSS it reads - if tab selected BG - black (see image 1)????
2. Is it possible to remove or disable the Product Category title in categories listing e.g. "category-view box big title". I could find the place to change the title but not the place to disable it. (see image 2)
3. On the product page, I noticed that, when I click on "read more" button in description it scrolls just too far down the page so it misses the description in the tab and I have to scroll back. Is it a bug or....? (see images 3 and 3b)
4. I installed gk_storefront_quickstart_J!3, and updated it lately, but when I started to add products I noticed that on product page the price size and color is different than on your demo site. I noticed that it is "forced" in CSS with !important rule (see image 4). Why is it so and do I have to change it in CSS or at another place in back end?
Thanks
User avatar
Fresh Boarder

teitbite
Tue May 27, 2014 9:28 pm
Hi

Can You please tell me url to examples of all issues ? Each problem looks to be related with css, so I need to see it live to check the answer in firebug.
User avatar
Moderator

GK User
Tue May 27, 2014 10:05 pm
Hi,
Thank you for your quick response.
URL is 020vintage.nl
The menu items are: categories listing and products listing.
I have one more question about home page tabs "featured","new"... I would like to integrate it with HikaShop and in the module settings I can choose only between K2 and VirtueMart as the source of articles. ( I did update the template couple of days ago, after HikaShop support has been added to the template) How can I do that?
Thanks
User avatar
Fresh Boarder

teitbite
Thu May 29, 2014 5:17 pm
Hi

First I'll answer to the new question: template was updated with a support to hickashop, but not modules. You need to use modules which came with Hickashop to show it's products. Just keep the module position names as they are right now.

Please make sure override is enabled in template settings and copy all the codes to override.css file:

1.
Code: Select all
#product-tabs li.active, #product-tabs li.hikashop_tabs_li_selected {
    background: none repeat scroll 0 0 #1B1D1F !important;
}


2.
Code: Select all
category-view.box.bigtitle {
    display: none;
}


3. This one I have reported to programmer.

4. If You have updated the template already than all styles should be fine, but I still see that a css for Virtuemart is loading. Are You sure the defaut css for hickashop is enabled?
User avatar
Moderator

GK User
Fri May 30, 2014 2:32 am
Hi,
Thanks for your reply.
Your first answer: Do you mean to duplicate HikaShop Content module, give it the name `NEW` (or something) and put it in the position `mainbody`?
If I understand correctly I can not use tabs to display (let`s say new) products, pulling it from a category.
1. Works well after change
2. That didn't help; Product Category title is still not disabled
4. CSS in HikaShop > System> Display> CSS was "custom" (??? I don`t remember changing it to custom); I put it back on `default` but that didn't help. I finally change the font size in hikashop.css and it works well now
User avatar
Fresh Boarder

teitbite
Fri May 30, 2014 9:15 pm
Hi

In position mainbody You have GK Tabs module. Which basicaly creates new module positions, normally called tab1, tab2, tab3, etc. Please just use hickashop module to show it's products and replace NSP modules You have there right now.

2. I missed a dot in front. Here is a correct code:

Code: Select all
.category-view.box.bigtitle {
    display: none;
}
User avatar
Moderator

GK User
Fri May 30, 2014 11:00 pm
Thanks. I'll try that.
2. The code removes the big title, but it removes the whole `categories listing` too??
User avatar
Fresh Boarder

teitbite
Mon Jun 02, 2014 9:43 am
Hi

2. Sorry. I didn'r noticed that there is another later with the same selector. Anyway it looks like this title is just a module, maybe You can simply disable it in modules lists. If not than here is a more detailed code:

Code: Select all
.hikashop_categories_listing_main .category-view.box.bigtitle h1.header {
    display: none;
}
User avatar
Moderator

GK User
Mon Jun 02, 2014 5:07 pm
2, the big title comes from HikaShop categories listing. I can change the name but I can not disable it.
Anyway, override works well. Thanks a lot
User avatar
Fresh Boarder

teitbite
Wed Jun 04, 2014 10:13 am
Hi

Ok. Strange thing is that the layer this title is in has a name ".box" which is a selector for modules. Anyway, good css could hide it.
User avatar
Moderator

teitbite
Fri Jun 06, 2014 5:47 pm
Hi

Here is a small code proposed by programmers to deal wiht the anchor issue. Please try add this to override.css and let me know if it worked.

Code: Select all
div#hikashop_product_description_main { margin-top: -120px; padding-top: 120px }
User avatar
Moderator

GK User
Wed Jun 11, 2014 4:17 pm
Hi,
sorry for the late response.
That didn`t work but this did work:
div#hikashop_show_tabular_description { margin-top: -150px; padding-top: 120px }
Thanks
User avatar
Fresh Boarder

teitbite
Thu Jun 12, 2014 11:22 pm
Hi

Ok. Great news :)
User avatar
Moderator


cron