test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Tech-xml Friend
    #896932

    After putting the title on the slide using HTML tags, is presenting this error, you can help me with this problem?


    1. Capturar
    Pankaj Sharma Moderator
    #896945

    Hi
    In this slideshow it use the Title tag as the image title tag . so when u added the html tag in it , the tag break and shows like it .
    I fixed it directly on your site .
    Here are the changes go to file "/acm/slideshow/tmpl/style-owl.php" in template "ja_charity".
    Find this code

          <img src="<?php echo $helper->get('data.image', $i); ?>" class="slider-img" alt="<?php echo $helper->get('data.title', $i) ?>">

    replace it with

          <img src="<?php echo $helper->get('data.image', $i); ?>" class="slider-img" alt="<?php echo strip_tags ( $helper->get('data.title', $i) )?>">

    You can check your site now .

    Tech-xml Friend
    #897616

    Thanks, solved

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

This topic contains 2 replies, has 2 voices, and was last updated by  Tech-xml 8 years, 9 months ago.

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