Display Issue in Product Page

  • Posts: 173
  • Thank you received: 4
  • Hikashop Business
2 years 9 months ago #333896

-- HikaShop version -- : 4.4.3
-- Joomla version -- : 3.9.27
-- PHP version -- : 7+

Hi,
It seems I am having an issue with the display page of products. The page (see link provided) shows that there are two sets of navigation errors (see pic attached). How can I solve this problem?

Regards

Attachments:

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

  • Posts: 4519
  • Thank you received: 611
  • MODERATOR
2 years 9 months ago #333919

Hello,

Can you process a test with a default template (like Protostar) please ?
If that solve your issue, check if you have any override view (from old HikaShop View), and if you haven't then there a good chance that you issue come from Template.

If switch for a default template change nothing, then provide us a backend access (backend Url, user references with maximum ACL access), use our Contact us form to provide these elements (add an Url link to this topic).
Awaiting your returns to progress.

Regards

Last edit: 2 years 9 months ago by Philip.

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

  • Posts: 173
  • Thank you received: 4
  • Hikashop Business
2 years 9 months ago #334331

Hi,

I have been working with the developer of RN Shop to resolve the issue but without any success. Temporary access to the backend of my website is:

You need to enter the first set of password to access the admin area:

Last edit: 2 years 9 months ago by kchahine. Reason: deleting sensitive credentials

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

  • Posts: 173
  • Thank you received: 4
  • Hikashop Business
2 years 9 months ago #334336

Sorry for the second reply, but I managed to resolve the issue with the Navigation arrows but now I have a different problem. The issue now is with the thumbnails of the product images (if more than one is available). For example:

morenadancewear.com.au/shop/kids/kid-acc...assage-ball-7cm.html

Can someone help please?

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

  • Posts: 2143
  • Thank you received: 747
2 years 9 months ago #334337

Hi,

You better edit your post here above, remove the login details and deactivate the connected user account in your site (or at least change the password)... otherwise anyone could make use of it and eventually damage your site.

As for the thumbs below the main product image:

Somewhere in your CSS (can't see where because you have JCH activated) you have this:

body .hikashop_product_page .hikashop_small_image_div > a img {
	height: 74px;
	padding: 5px;
	margin: 0;
}
If you add
width: auto;
then it'll work without stretching the thumbs.


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" )
Last edit: 2 years 9 months ago by lousyfool.
The following user(s) said Thank You: Philip

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

  • Posts: 173
  • Thank you received: 4
  • Hikashop Business
2 years 9 months ago #334341

I disabled JCH and this seems to resolve the issue!
Any work around?
Many thanks for the advice regarding the credentials (I thought it was only between you and me).

Last edit: 2 years 9 months ago by kchahine.

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

  • Posts: 2143
  • Thank you received: 747
2 years 9 months ago #334343

Hi,

Now, without JCH, you can see that the mentioned CSS is on line 323 of templates/r_rnshop/scss/hydrogen/_hikashopstyles.scss, means it's coming from your Joomla template.

So, in your template's custom CSS file you should be able to add to it, or override other existing CSS. Adding the following to that custom CSS file will definitely not hurt:

body .hikashop_product_page .hikashop_small_image_div > a img {
	width: auto;
}

After (!) you've finished all development, you should be able to activate JCH again -- hopefully without affecting appearance and functionality, but that also depends on your JCH settings.


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" )
Last edit: 2 years 9 months ago by lousyfool. Reason: JCH paragraph added
The following user(s) said Thank You: kchahine

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

Time to create page: 0.077 seconds
Powered by Kunena Forum