News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Trouble display icons on Joomla 4 Bug

Started by Darko F., December 15, 2022, 20:04:02 PM

Previous topic - Next topic

Darko F.

VirtueMart 4.0.10 10768
I have trouble display icons on Joomla 4

On Joomla 3 all work ok I can see icons for Print, PDP or let say Add product in FE account, but on Joomla 4 nothing.

For example on J3 if I expect element is:
<a class="vm-btn vm-btn-primary" title="Add a product" href="?option=com_virtuemart&amp;tmpl=component&amp;view=product&amp;view=product&amp;task=edit&amp;virtuemart_product_id=0&amp;manage=1">
<img src="/media/system/images/new.png" alt="Add a product">&Add a product</a>

On J4 if I expect element is:
<a class="vm-btn vm-btn-primary" title="Add a product"  href="?option=com_virtuemart&amp;tmpl=component&amp;view=product&amp;view=product&amp;task=edit&amp;virtuemart_product_id=0&amp;manage=1">
<img src="/" alt="Add a product">Add a product</a>

For all icons in front end in J4 I have img src="/" 

Is there any solution to this?
There in no problem if you fall. Problem is if you don't get up

Darko F.

Problem was
private_html/media/system/images there was not icons
After I add icons all working.
There in no problem if you fall. Problem is if you don't get up