Skip Navigation

[Resolved] Error in console (View related)

This support ticket is created 7 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
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by Valeriia 7 years, 7 months ago.

Assisted by: Nigel.

Author
Posts
#507599

Hi,

I'm getting the following error in console on a page with a view:

GET hidden link.../wp-content/plugins/wp-views/embedded/res/img/ajax-loader.gif net::ERR_CONNECTION_REFUSED

It comes from this line:

<div style="display:none" class="js-wpv-dps-spinner"><img src="hidden link.../wp-content/plugins/wp-views/embedded/res/img/ajax-loader.gif" />Loading...</div>

It's not supposed to be localhost, the site is on a real domain. I'm not sure if localhost is leftovers from my own previous installations or you forgot something, but how to fix it?

Thanks.

#507750

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Valeria

The URL for the spinner graphic is set at the time you insert the spinner shortcode in your View.

If you look in the Filter Editor where you added the spinner you should see something like this:

[wpv-filter-spinner container="div" position="before" spinner="<em><u>hidden link</u></em>"][/wpv-filter-spinner]

Delete it and re-insert it and it should give the right URL for your current site.

It looks like you developed a site locally and moved it to a production server, and whatever you used to migrate the site failed to find the url and change it.

#508478

Hi Nigel,

Thank you for the reply.

The funny thing is that I can't find it now and don't remember where exactly I've seen it (checked every view).

I'm closing the ticket anyway, as it's probably exactly what you are saying.

Thank you.