Saltar navegación

[Resuelto] On many pages with views there is a line indicating the view slug at the bottom.

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

Problem:
On many pages with views there is a line indicating the view slug at the bottom.

Solution:
User has added the script tags to view's Javascript editor. You should not add script tags when you add the custom JS to view's Javascript editor.
Relevant Documentation:

This support ticket is created 3 years, 7 months ago. 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.

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

Zona horaria del colaborador: Asia/Kolkata (GMT+05:30)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por hpJ 3 years, 7 months ago.

Asistido por: Minesh.

Autor
Mensajes
#2471187

hpJ

On many pages with views there is a line at the bottom of the page indicating the slug.
This shows whether logged in or not.
I do not want this displayed and I cannot find what causes it.
It looks like this:
//----------------------------------------- // View slug: businesses-for-sale-henk - end //-----------------------------------------

#2471307

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Can you please share problem URL where I can see the issue and the problem line you mentioned as well as admin access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#2471329

Minesh
Colaborador

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Could you please check now: enlace oculto

It seems there was a JS issue and JS was broken as you added the script tags to the view's JS Editor box.

I've removed the script tags as well as moved the jquery script inline script you added to view's JS editor box to view's loop editor.
- enlace oculto

Can you please confirm it works as expected now.

#2471345

hpJ

Thank you very much!
Old habits of adding script tags die hard!