News:

Support the VirtueMart project and become a member

Main Menu

How remove Image description in Custom field type "image"

Started by betterlead, August 29, 2016, 19:04:57 PM

Previous topic - Next topic

betterlead

When I create a custom field type "image" and publish it, also the image description is displayed by default. Is there anyway to remove it?

Example on my develop site (right now): https://livingstudio.se/Aliv/shoppa-via-kategori/korthallare-planboecker-boersar/secrid-wallet-black-planbok-korthallare-detaljer

It is under the image "24h-express" I want to remove: 24h-express.png

Cheers
Live site runs on Joomla 3.9.24 & VM 3.8.6 10373

PHP: 7.3.26

GJC Web Design

.vm-img-desc {
  display: none;
  text-align: center;
}
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

betterlead

#2
Hi, thanks. I added this to my custom.css, but it doesn't work.

I might add, that it works and has always worked for product images on product details pages, but not for the custom field "Image" type.
Live site runs on Joomla 3.9.24 & VM 3.8.6 10373

PHP: 7.3.26

GJC Web Design

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

betterlead

Ok, I'll try. I put it in all possible places, but maybe I still missed the correct one..? Frontpage it shouldn't be in, cause it's not the front/index page... I'll try it anyway...
Live site runs on Joomla 3.9.24 & VM 3.8.6 10373

PHP: 7.3.26

betterlead

By golly! You're right. Never thought of this. So the Product Details pages use the style I have for the Frontpage! (Frontpage Custom1)

Many thanks GJC.
Live site runs on Joomla 3.9.24 & VM 3.8.6 10373

PHP: 7.3.26