Image display only on Products Listing

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #55045

Hi,
To display the product images I use "SigPlus" extension and it works fine,
but I also want to upload a single image
(that I don't want it to be displayed in Front end)
in order to display the Products listing with both Image and Text.

Thank you.

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

  • Posts: 84233
  • Thank you received: 13674
  • MODERATOR
13 years 1 month ago #55102

You should add them in the "images" area of the product edition page.
Then, you can simply use CSS to hide the images area on the product page:
#hikashop_main_image_div{ display:none; }

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

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #55105

Thank you for your instant reply!!!

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

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #55719

The code doesn't do anything.
I don't know if I am right but I edit the front end CSS file and changed

.hikashop_compare_table #hikashop_main_image_thumb_div{
margin:0px;
border:none;
}

to

.hikashop_compare_table #hikashop_main_image_div{
display:none;
}

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

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #55722

Is it possible that this
#hikashop_main_image_div{ display:none; }
is one of those two?

.hikashop_compare_table #hikashop_main_image_thumb_div{
margin:0px;
border:none;
}
.hikashop_compare_table #hikashop_main_image{
display:block !important;
margin:auto;
}

I changed both of them to display:none
but it didn't worked.

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

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #55723

I want to do this
On product page I don't want the image that I added (in back end) to be displayed.
Because I want to display the images with an other extension.

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

  • Posts: 6
  • Thank you received: 0
13 years 1 month ago #55724

OK SOLVED :)

on front end CSS changed

.hikashop_product_main_image_thumb{
margin-bottom:5px;
to
.hikashop_product_main_image_thumb{
display:none

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

Time to create page: 0.064 seconds
Powered by Kunena Forum