Skip Navigation

[Fermé] Random and invalid and tags.

This support ticket is created Il y a 3 années et 2 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Aucun de nos assistants n'est disponible aujourd'hui sur le forum Jeu d'outils. Veuillez créer un ticket, et nous nous le traiterons dès notre prochaine connexion. Merci de votre compréhension.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

Marqué : ,

Ce sujet contient 5 réponses, a 2 voix.

Dernière mise à jour par Waqar Il y a 3 années et 2 mois.

Assisté par: Waqar.

Auteur
Publications
#2181813

Hello Toolset,

We've encountered a bug in toolset (3.6.1) we know it's legacy.
On the page lien caché toolset generates false `</p>` tags.
As seen on the W3 validator: lien caché
We loop over a cpt to create this faq page but the first template for this View is rendered different from other.

The code for the content of the Loop Editor is:

[wpv-layout-start]
	[wpv-items-found]
      <!-- wpv-loop-start -->
        <wpv-loop>
          [wpv-post-body view_template="loop-item-cpt-veelgestelde-vragen-accordion"]
        </wpv-loop>
      <!-- wpv-loop-end -->
	[/wpv-items-found]
	[wpv-no-items-found][/wpv-no-items-found]
[wpv-layout-end]

The code for the Template is

	<!-- start div.card -->
	<div class="card">
	    <div class="card-header" id="heading-[wpv-post-slug]">
	        <h3 class="mb-0">
	            <button class="faq collapsed" type="button" data-toggle="collapse" data-target="#collapse-[wpv-post-slug]" aria-expanded="true" aria-controls="collapse-[wpv-post-slug]">
	              <i class="faq-icon fal fa-angle-down"></i> [wpv-post-title]
	            </button>
	        </h3>
	    </div>
	    <div id="collapse-[wpv-post-slug]" class="collapse" aria-labelledby="heading-[wpv-post-slug]" data-parent="#accordion-[wpv-taxonomy-slug id='$parent']">
	        <div class="card-body">[wpv-post-body view_template="None"]</div>
	    </div>
	</div>
	<!-- end div.card-->

Only in the first loop of this template toolset adds a few `</p>` on invalid places. But it also wraps the html comments (which I only added for this ticket) in a full <p><!-- comment --></p>

In the second render of the loop this does not happen.
What is going on here?

I've also tried putting an other cpt-item first the same thing happens at the first position. So It's not the cpt-item.

#2182529

Hi,

Thank you for contacting us and I'd be happy to assist.

Can you please include suppress_filters="true" attribute in the view's "wpv-post-body" shortcode and see if it has any affect?
( ref: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body )


[wpv-post-body view_template="loop-item-cpt-veelgestelde-vragen-accordion" suppress_filters="true"]

regards,
Waqar

#2183767

Hi Waqar,

adding it does change something. Now the problem is on every loop, not just the first.....
So that is not the fix.

#2184543

Thanks for writing back.

Now, when I check the page's code or its validation, I'm not seeing those extra p tags.

Have you made any changes after writing to us and are you still seeing those extra tags? I'll recommend testing this again, after clearing all involved caches.

In case the issue still persists, you're welcome to share temporary admin login details, along with a few screenshots of where exactly those tags are showing.

Note: Your next reply will be private and it is recommended to make a complete backup copy, before sharing the access details.

#2186789

We are having an accessibility audit this week. So we applied a dirty fix.

I'll get back to you next week.

#2186865

Thanks for the update and please take your time.

I'm setting your next reply as private again, so that you can share the temporary admin access details when the audit is complete.

Le sujet ‘[Fermé] Random and invalid and tags.’ est fermé à de nouvelles réponses.