Helium/Gantry5 and hikashop

  • Posts: 72
  • Thank you received: 5
  • Hikashop Business
4 years 3 months ago #314594

I am restyling the megiq.com website with another template: Helium with Gantry5 framework. The new website is now still on www.nieuw.megiq.com .
If you go now to

https://nieuw.megiq.com/shop/vector-network-analyzers
you will see the webshop. As you can see, everything is now over one another (messed up). Also see printscreen.

1. Is Hikashop compatible with the Helium / Gantry5 framework?
2. How can I make sure that the above layout is neat and tidy again?



A few additional questions based on the print screen below.
1. How can I remove the word "description"?
2. How can I remove the entire section at number 2?
3. How can I remove the entire section number 3

Attachments:
Last edit: 4 years 3 months ago by mlehr.

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
4 years 3 months ago #314605

Hi,

1. Yes it is.

2. I see several things on your screenshot:
- you have the "Display view files" setting activated in the HikaShop configuration, which displays the red text along with the dashes so that you know which view file is used where.
- you're using the "image and description" layout in the settings of your menu item. So you can change that to another one to reduce the width necessary for each product, or you can reduce the number of columns of the menu item, or you could remove the modules on the left sidebar to get more space for your listing.

3. These are custom fields that you created in the menu Display>Custom fields. There, you can edit each field and deactivate the "frontend listing" display setting if you don't want them to appear on the listing.
To hide the text "Description" of the first custom field, you can add such CSS on your website:

.hikashop_product_custom_product_my_description_line dt {
    display: none;
}
www.hikashop.com/support/documentation/1...ize-the-display.html

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

  • Posts: 72
  • Thank you received: 5
  • Hikashop Business
4 years 3 months ago #314637

Thanx Nicolas.

2. I changed some settings. Now it is better, but I would like the following:
First the title, then the image, then the price, then the discription and then Add to cart.

How can I do that?

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

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
4 years 3 months ago #314646

Hi,

2. I would recommend to go with the "image and title" item box layout in your menu item settings then.
Then, you would edit the file "listing_img_title" (which corresponds to that layout) via the menu Display>Views. There, you'll already have the order:
image, price, title, description and add to cart.
So you just have to move the block of code displaying the title before the block displaying the image. You should be able to easily identify each block in the file as they are well delimited.
www.hikashop.com/support/documentation/1...-display.html#layout

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

Time to create page: 0.082 seconds
Powered by Kunena Forum