Image produit en téléchargement manquante

  • Posts: 97
  • Thank you received: 1
10 years 3 months ago #203123

-- HikaShop version -- : 2.4.0
-- Joomla version -- : 2.5.28
-- PHP version -- : 5.4.39
-- Browser(s) name and version -- : Opera

Bonjour,

J'ai un souci d'affichage sur certains produits de ce site (URL donnée ci-dessus avec les paramètres du site).
Je pense que cela vient du fait que HikaShop ne trouve pas l'image par défaut qui doit s'afficher pour le download.
Celle-ci devrait pourtant logiquement se trouver dans le dossier media/com_hikashop/uploads (image_sample.jpg)

Toute idée et solution sont les bienvenues, merci :)

Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
10 years 3 months ago #203133

Hi,

This issue come from you css, you set height and relative positions, then the files part don't have appropriate css rules, that's why it's broking the display. Or you have maybe edited a view and there is missing tags, or this part should be inside another div, etc.

You could potentially add the following css property:

.hikashop_product_files_main{
    position: relative;
    top: -590px;
}

The code of the view "product / show_block_product_files" don't allow to display an image, it is only displaying a link.

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

Time to create page: 0.061 seconds
Powered by Kunena Forum