Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
Tech-xml Friend
Tech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
March 9, 2016 at 3:45 am #896932After putting the title on the slide using HTML tags, is presenting this error, you can help me with this problem?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
March 9, 2016 at 4:24 am #896945Hi
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 FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
March 10, 2016 at 1:33 am #897616Thanks, solved
AuthorPostsViewing 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