Responsive Design Support - HikaShop is behind

  • Posts: 14
  • Thank you received: 2
11 years 1 month ago #98371

As much as I love HikaShop, I feel like you didn't take the new wave of responsive web design seriously. (Months ago you stated it was in low demand .) Now it has become the standard and expected by customers.

What's the status of fully supporting responsive layouts and Joomla! 3.0? We'll have to seek an alternative soon because our customers are NOT happy with installing HikaShop as-is, since it is at the mercy of and completely dependent on the template and Joomla!.

Is there a date on upgrading HikaShop so that it's fully responsive?

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

  • Posts: 81677
  • Thank you received: 13102
  • MODERATOR
11 years 1 month ago #98384

Hi,

HikaShop is now fully responsive (it has been since 2.0 actually). We've spent several months to work on that and HikaShop is now responsive by default on Joomla 3.0 for the frontend and the backend.

The following user(s) said Thank You: toneee

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

  • Posts: 14
  • Thank you received: 2
11 years 1 month ago #98386

AWESOME!!!

Is there an online demo we can review?

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

  • Posts: 441
  • Thank you received: 24
11 years 1 month ago #98432

Im creating a new page resposive with hika and uploaded just a pair of products to see how it works. I have the full page almost finished but its locally. You can see my test online if you want in lacestamagica.pingraf.com click on canastillas and you see the product.
The only thing i see is that comments are not resposive but ill fix it

Last edit: 11 years 1 month ago by condorazul.
The following user(s) said Thank You: toneee

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

  • Posts: 14
  • Thank you received: 2
11 years 1 month ago #98435

Cool! I see it does work! I'm excited!

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

  • Posts: 84
  • Thank you received: 1
11 years 3 weeks ago #100223

The "List of the comments:" and "Give your advice about this item:" sections are not responsive. Is there a quick CSS fix for this?

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 weeks ago #100301

Hi,

The comments are for the moment in table. You can change the css properties to change the width to max-width.
By this way, when the screen has a low resolution, the table will be displayed in full size. And on desktop, it will change nothing.

You can too use:
@media only screen and (max-width: 420px) {
.hikashop_sort_listing_comment{display: none;}
}
To hide the dropdown to orded the comments for the mobile devices.

We have made some corrections on our end, and it will be available in the next release.

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

  • Posts: 84
  • Thank you received: 1
11 years 3 weeks ago #100372

This hides the dropdown, but the table itself still overflows to the right.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 3 weeks ago #100502

Yes that's why you have to change the width properties of the table in the frontend css file to change "width" to "max-width". by this way the table will always fit the screen.
Or you can wait for the next release.

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

Time to create page: 0.102 seconds
Powered by Kunena Forum