Wrong Formatting of Various Components

  • Posts: 2
  • Thank you received: 0
11 years 6 months ago #145288

-- HikaShop version -- : 2.2.3
-- Joomla version -- : 3.2.2

Hi there, I'm a fairly new user (as in I'm still working on my first website using your system) and I have a few extremely important issues I'm hoping that you can help me resolve very quickly.

1. The formatting of my main menu and the filters sections of my website are all wrong. The menu does not move horizontally along the bar at the top like it's supposed to, although it's possible this could be a template issue. The filters for some reason display on every page on my website in the sidebar, but then show every available option even when there is nothing in that option, and then try to cram them all into a small space where they end up displaying over each other rather than splitting into columns or some better solution such as changing into an expandable category. In the products section they actually display twice, once at the very top of the page (which aside from being aligned the wrong way works as it should) and once in the side. I'd appreciate some help with that. Images are below.






2. The filters appear on every single page, not just the products page, so I'd like help with that.

3. On the Product List Page, I'd like to have the artist and the dimensions displayed for each piece in the format:

[Product Name]
Artist: [Product Artist]
Dimensions: [Product Dimensions] mm (e.g. 500x500mm)
[Price]

Meaning the first and last would be the same as they are now, shown in the attachment below, while the two new ones would be in between.




4. On the page of the individual product I would also like the description to be within the grey box, between price and width, and would like the awkward, uneven grey strip at the top of the box removed.




5. I would like to remove all wishlist and compare options. Right now the product list page still has compare and the checkout still has wishlist functionality on it.

On the whole I'm assuming that these are fairly simple alterations to be made overall for somebody with a lot of experience in the tool. My website is not live and thus I cannot provide usernames or anything like that.

Attachments:

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

  • Posts: 2
  • Thank you received: 0
11 years 6 months ago #145290

I just fixed issue 2, but the rest still stand. It also seems having two filter modules on display causes chaos with the one you don't use when a filter is applied, and even more when you add a filter on one and then remove it on the other.

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

  • Posts: 84243
  • Thank you received: 13689
  • MODERATOR
11 years 6 months ago #145413

Hi,

1. If you leave the filter selection option empty, the module will display all the filters. If you don't want to display any filter on the side, instead of leaving that option empty, you could disable the module. If you select some filters in the option, only these filters will display on the module.
You see them like that because the module "number of columns" option is set to 3 or empty instead of setting it to 1.
And you see the filters on the top of the listing because you have the "display filters" option of your products listing menu/module turned on. And you see the filters on the side after you choose one because you have the filter module assigned to the menu item for which you entered the id in the force menu option of the module.

3. You will have to edit the file "listing_img_title" of the view "product" via the menu Display->Views and add custom code like that for example:
<?php echo $this->row->product_width; ?>

4. As this is apparently set by your template CSS, we would need a link to the page to be able to say what to do for the grey area not being correctly displayed. For the description, you can move it inside like that:
www.hikashop.com/forum/2-general-talk-ab...ove-add-to-cart.html

5. You can disable the comparison feature by turning of the corresponding options in the "Compare" section of the "Features" tab of the configuration. You will find on that same tab a wishlist section where you can disable the wishlist feature.

6. Ah yes, if you display the same filter on different filter modules, it won't work properly as the ids of some of the elements will be the same. It should however work fine for different filters.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum