Skip Navigation

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

This thread is resolved. Here is a description of the problem and solution.

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 2 years, 1 month 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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by hpJ 2 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#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
Supporter

Languages: English (English )

Timezone: 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
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Could you please check now: hidden link

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.
- hidden link

Can you please confirm it works as expected now.

#2471345

hpJ

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