Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • orsomannaro Friend
    #198954

    I tried in different ways but I’m not able to remove the image title that appear on mouseover.

    Can somebody help me?

    Thank.

    Saguaros Moderator
    #539455

    You can open the file: templatesja_fixelhtmlcom_contentfeatureddefault_item_images.php, at approx line 38:
    [PHP]<img title=”<?php echo htmlspecialchars($intro_title); ?>” src=”<?php echo htmlspecialchars($intro_src); ?>” alt=”<?php echo htmlspecialchars($intro_alt); ?>” />[/PHP]

    Change it to:

    [PHP]<img src=”<?php echo htmlspecialchars($intro_src); ?>” alt=”<?php echo htmlspecialchars($intro_alt); ?>” />[/PHP]

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum