- Posts: 13
- Thank you received: 0
Tooltip
13 years 6 months ago #95199
by Xavier
Hi,
Yes, you have to edit the view "category / listing_img_title" and add a tooltip on the image.
here is the Joomla doc for the Tooltip:
docs.joomla.org/How_to_add_tooltips_to_your_Joomla!_website
Yes, you have to edit the view "category / listing_img_title" and add a tooltip on the image.
here is the Joomla doc for the Tooltip:
docs.joomla.org/How_to_add_tooltips_to_your_Joomla!_website
Please Log in or Create an account to join the conversation.
13 years 6 months ago #95760
by Xavier
You have to edit the view "product / listing_img_title" and use the code:
Put that code inside the tooltip, it should work.
Code:
echo $this->image->display(@$this->row->file_path,false,$this->escape($this->row->file_name), '' , '' , $this->image->main_thumbnail_x, $this->image->main_thumbnail_y);
Put that code inside the tooltip, it should work.
Please Log in or Create an account to join the conversation.
Time to create page: 0.233 seconds