News:

Looking for documentation? Take a look on our wiki

Main Menu

Product Image File name displayed when clicked on Thumbnail

Started by confectionery, August 19, 2021, 13:25:07 PM

Previous topic - Next topic

confectionery

Hi
I am using joomla 3.9.28 and virtuemart 3.8.8, which I recently upgraded. However, after this upgrade... I noticed the file name of the product image is diplayed when you click on the file name. How do I get rid of this.  Please bear in mind I am very new to this and do not "speak" code, as much as I would love to learn.  Hoping someone can help. 
tks a mil

Jörgen

You have to explain more clearly. Have you compared this to the VM demo version on virtuemat.net? If it does not work as the demo, you have code in your custom template that gives this feature,

Jörgen
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

confectionery

Not sure I understand the question properly - apologies. The website is live and I have replaced an old product image with a new one.  I suspect when I did the version update that the newer version now displays the file name as the old version did not display it at all.  Does this make sense?

GJC Web Design

the last argument in the display function is whether to display the description or not

function displayMediaFull($imageArgs=array('id'=>'vm_display_image'), $lightbox=false, $effect ="class='modal'",$description = true)

check your template is sending false

otherwise just hide it by css
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

confectionery

Thank you for the above. But am not too sure how to change it in CSS
or where to find
the last argument in the display function is whether to display the description or not

function displayMediaFull($imageArgs=array('id'=>'vm_display_image'), $lightbox=false, $effect ="class='modal'",$description = true)

apologies if causing frustration

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

confectionery


GJC Web Design

.fancybox-title-inside {
    width: auto !important;
    display: none !important;
}

https://www.topdot.co.za/templates/horme_3/css/template.css  line 819
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

Jörgen

You have other products wirh "corect" descriptions. How are this new products images up in product details ?

You have missed to fill out some thing. Compare notes to products that actually work.

Jörgen
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.

confectionery

#9
Quote from: GJC Web Design on August 24, 2021, 09:28:44 AM
.fancybox-title-inside {
    width: auto !important;
    display: none !important;
}

https://www.topdot.co.za/templates/horme_3/css/template.css  line 819

Thanks a mil for this will give it a bash and feedback. thank you for spoon feeding me, I have learnt and for that I am grateful.
Just made the update... YOU GENIUS. thanks a mil, just saved me loads of work!

confectionery

Quote from: Jörgen on August 24, 2021, 09:33:28 AM
You have other products wirh "corect" descriptions. How are this new products images up in product details ?

You have missed to fill out some thing. Compare notes to products that actually work.

Jörgen

That is the funny thing is that I have not changed how I loaded products. But sound advice, I will check my other websites and compare to see if I have missed something in loading the product images and also look at the template set up, even though www.topdot.co.za is not new just a version update. Thank you for your time on this

Jörgen

The reason I am telling this is that You have items on this page that does not have the search path.

Look at the attached image.

Jörgen
Joomla 3.9.18
Virtuemart 3.4.x
Olympiantheme Hera (customized)
This reflects current status when viewing old post.