- Posts: 392
- Thank you received: 0
Images not showing
I see that the images are there in media/com_hikasop/upload in cpanel, but they are not showing in the shop frontend or backend.
When I try to add them via the backend it doesn't let me - it never uploads.
Weird thing is, that with the images are showing fine (even ones that are not published) in the module "Lof Hika Shop SlidingCaption Module" so it must be pulling them from somewhere.
Do I need to delete the thumnails image folder like I read in another post?
Cheers
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Cheers
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Could you edit that image and do a screenshot of the edition popup ?
It's most likely that the image access is not possible because of access rights.
Could you provide a back end access so that we can look at the problem directly ?
Please Log in or Create an account to join the conversation.
Thanks for your help. I have attached the popup for you, and have sent you an email with access details.
Cheers
Please Log in or Create an account to join the conversation.
https://YOUR_WEBSITE/third/administrator/index.php?option=com_hikashop&ctrl=product&task=edit&cid=1707
There is no image attached to it.
Are you looking at the correct product ?
https://YOUR_WEBSITE/third/lets-shop/product/1707-alluring-orange-golden-lip-gloss/category_pathway-20
Please Log in or Create an account to join the conversation.
I fixed permissions in admin tools, and that didnt do anything, so I did a fresh Hikashop install, and that half fixed the problem.
Some of the images are there, and other aren't. I did notice in media/com_hikashop/upload that there are images with names that I never named them.
Also, in some of the categories, the images are bunched over the top of themselves.
Thanks for your help
Please Log in or Create an account to join the conversation.
Regarding the name of images, that's because once you upload an image, if you upload it again with the same name, HikaShop will add a random number at the end of the name so that it can save it separately in the folder. So that's normal.
Regarding the image being displayed on top of the text, that's because of the size of the images which is too small to cover the text. You can add that CSS code in order to avoid that:
.hikashop_fade_effect{
background-color: black !important;
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.