Hikashop module display not responsive, help!

  • Posts: 14
  • Thank you received: 0
10 years 2 weeks ago #212780

-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3

Hi, sorry my english please, i have the next problems:

1- When creating products and display in 2+ blocks layout and the page becomes smaller, all info and image becomes really small (like trying to make the hole module responsive) so finally producs remain into 2+ colums but cant be seen well, if the product boxes were responsive they should stay one on top of the other when resizing and just resize images a bit, and not resize the hole module, what can i do?

2 -When creating products and display in tables layout i get opposite problem: the image isnt responsive, so the name of the product cant be seen because while the page becomes smaller the image doesnt resize.

3-Question: How can i display products individually into modules, like decide the ID for a mudule then only that selected product appears at that module?

Attached pics, please help

Attachments:
Last edit: 10 years 2 weeks ago by Rocco fx.

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

  • Posts: 2143
  • Thank you received: 747
10 years 2 weeks ago #212846

Hi,

1. It depends on your template and its CSS. Eventually you get a better result when changing the HikaShop setting for "Use Bootstrap design": www.hikashop.com/support/documentation/i...html#display_general
If that doesn't improve things, you might need to add custom CSS with media queries.

2. HTML tables are not responsive, indeed, at least not easily. You could eventually improve things - again - with custom CSS and media queries, but it will never be fully "responsive" when using a table.

3. Look here: www.hikashop.com/forum/product-category-...uct-in-a-module.html


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )

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

  • Posts: 26274
  • Thank you received: 4045
  • MODERATOR
10 years 2 weeks ago #212823

Hi,

The content will be responsive if you use a responsive design : a template with support of boostrap 2 (and only bootstrap 2) and the setting "use bootstrap design" in HikaShop.

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: 14
  • Thank you received: 0
10 years 2 weeks ago #212967

HI

Im using Purity III, i changed options as mentioned on #1 and then the boxes became tables like, one on top of another (wich is the look i wanted for small screen not wide) and also made my site wider so it looks bad, as i didnt like it, returned to the previous options but my site remained wider... so now my design crosses the screen wide size, and only desactivating Hikashop component my site becomes normal size, why that happened and how i can fix it? do i have to reinstall hikashop?

What type of CSS can i add? so in boxes style on wider screens product will be next to each other and in cellphones products will be one on top of another? how to do it, please help with some steps because im not an expert at css or html.

Thanks a lot

Last edit: 10 years 2 weeks ago by Rocco fx.

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

  • Posts: 14
  • Thank you received: 0
10 years 2 weeks ago #212969

Adding the products into an html module isnt working right, the products looks not centered, wide insted of boxes style, the text all over the place, i added a picture...this is the code suggested: {product}1|name|picture|cart|link|pricedis2|pricetax1{/product}

:( thanks aniway

Attachments:

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

  • Posts: 84305
  • Thank you received: 13700
  • MODERATOR
10 years 2 weeks ago #213000

Hi,

As Jerome said, the "use bootstrap design" option which handle the responsive system will only work fine if your Joomla template supports bootstrap 2.
The purity 3 template only supports bootstrap 3 so that explains why it doesn't display right.
You can make it work with this tip:
www.hikashop.com/forum/4-how-to/865505-b...hikashop.html#142070

Regarding the product content tag, it doesn't handle multiple columns. If you want a products listing with multiple columns, then that's not what you want to use. Instead, you'll want to setup a products listing module and use the extension Modules anywhere in order to add the tag displaying the module where you want.

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

  • Posts: 14
  • Thank you received: 0
10 years 2 weeks ago #213083

nicolas wrote: Hi,

As Jerome said, the "use bootstrap design" option which handle the responsive system will only work fine if your Joomla template supports bootstrap 2.
The purity 3 template only supports bootstrap 3 so that explains why it doesn't display right.
You can make it work with this tip:
www.hikashop.com/forum/4-how-to/865505-b...hikashop.html#142070


We havent found any "boostrap 2" template like purity III, we use purity because its easy to handle layouts, but making a search for only bootstrap 2 templates, the resoults are Joomla 3 templates wich many are bootstrap 3 and difficult to stablish wich is bootstrap 2 or 3 since they only say they are "bootstrap" lol, but thanks for the tip.

nicolas wrote: Hi,

Regarding the product content tag, it doesn't handle multiple columns. If you want a products listing with multiple columns, then that's not what you want to use. Instead, you'll want to setup a products listing module and use the extension Modules anywhere in order to add the tag displaying the module where you want.


Hi, added an attachment of the exactly design i need, boxes of products that responsively change from a row of 4 in widescreen to a row of 2 in medium screen and a sinlge row for cellphone screen, please help with detailed steps, since im not an expert in html or php, also i need a before price and after with a line crossed like in the attachment.

Please help

Attachments:
Last edit: 10 years 2 weeks ago by Rocco fx.

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

  • Posts: 26274
  • Thank you received: 4045
  • MODERATOR
10 years 1 week ago #213084

Hi,

feels like going backwards with hikashop

Joomla 3 only provide support for bootstrap 2, the libraries and tools provided are made for bootstrap 2.
And if you take a look at the link that Nicolas gave you ; you will find the way to activate the support of bootstrap 3 in HikaShop.
So I really don't understand why you are saying that you're going backwards.

HikaShop is compatible with the view override system ; which means that you can override every views and you can put the required classes and needed HTML for the Bootstrap 3 support.
Most of template compatible with HikaShop are using some kind of feature in order to provide a good integration between HikaShop and their template.
Now if a bootstrap 3 template want to have an integration with HikaShop, it can.

It is not really the job to HikaShop to provide that ; we are following the Joomla specifications, so we are supporting bootstrap 2.
It's not the HikaShop role but we have a (hidden) feature anyway ; because we are nice.

www.hikashop.com/support/support/documen...ize-the-display.html

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.

Time to create page: 0.081 seconds
Powered by Kunena Forum