[SOLVED] Question about the Product image

  • Posts: 205
  • Thank you received: 12
3 years 10 months ago #318934

-- HikaShop version -- : 4.3.0
-- Joomla version -- : 3.9.18
-- PHP version -- : 7.2.30

Hello...
is there a setting somewhere to disable the image gallery and image link buttons from the product creation page?

Right now it is like this...



and we want it to be like this...


Can you please point us to the right direction?

Thank you in advance

Attachments:
Last edit: 3 years 10 months ago by liaskas.

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

  • Posts: 12953
  • Thank you received: 1778
3 years 10 months ago #318945

Hello,

There's actually no option to do this but a solution can eventually be to use that kind of CSS code through your back-end template :

a#hikashop_product_image_addpopup, a#hikashop_product_image_urlpopup {
    display: none;
}

You'll find more information about it via :
www.hikashop.com/support/documentation/1...the-display.html#css

Kind regards,
Mohamed.

The following user(s) said Thank You: liaskas

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

  • Posts: 205
  • Thank you received: 12
3 years 9 months ago #320143

Hello

The previous reply worked perfectly for the product image.

I am trying to do the same thing on Files and we try with...

a#hikamarket_file_add {
display: none;
}

in .../media/com_hikamarket/css/frontend_custom.css

but this does not seem to have any result.

The purpose is shown at the screenshot



Can you please help?

Attachments:

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

  • Posts: 25994
  • Thank you received: 4004
  • MODERATOR
3 years 9 months ago #320154

Hello,

That CSS query is working on my local website.
Please be sure that your customized CSS file is loaded by your page.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 205
  • Thank you received: 12
3 years 9 months ago #320162

Yes you are right!
Issue solved... thank you.

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

Time to create page: 0.097 seconds
Powered by Kunena Forum