Adding unnecessary elements and ruining the CSS
-
Hello
Since the update the plugin adds unnecessary elements + random elements and ruins the CSS of course
I use the following HTML coding :
<div class="popular_post"> <a href="{url}"> <div class="popular_image"> {thumb} </div> <div class="popular_caption"> <div class="popular_caption_cut"> <div> <span> {title} </span> </div> </div> </div> </a> </div>Here is an example of nonsense output generated :
<div class="popular_post"> <a href="..."> <div class="popular_image"> <a href="..." target="_self"> <img src="..." class="wpp-thumbnail wpp_cached_thumb wpp_first_image"/> </a> </div> <div class="popular_caption"> <div class="popular_caption_cut"> <div> <span> <a href="...">TEXT</a> </span> </div> </div> </div> </a> </div>Thank you
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Adding unnecessary elements and ruining the CSS’ is closed to new replies.