Multiple p-tags
-
Using version 2.2.19, I’ve added 2 testimonials set to appear as slides. The 2nd one that appears first in the html is constructed as:
<div class="tfree-client-testimonial"><p class="tfree-testimonial-content">Some text</p></div>
The 1st one that appears next as:
<div class="tfree-client-testimonial"><p class="tfree-testimonial-content"></p><p>Some more text</p> <p></p></div>
The first is fine, but in the second the testimonial does not appear wrapped by the p-tag with class tfree-testimonial-content, instead that those tags have no content and the testimonial is wrapped by a p-tag with no class.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple p-tags’ is closed to new replies.