Skip Navigation

[Resolved] Views spinner URL stuck to local address 192.168.1.170

This support ticket is created 6 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.

This topic contains 1 reply, has 1 voice.

Last updated by emilyB-2 6 years, 7 months ago.

Author
Posts
#915545

I am trying to:
On the home page, it seems like view #3582 preloads a gif image located at 192.168.1.170 as the "spinner_image".

I have edited that view so that Pagination and Sliders Settings and Custom Search Settings do not use any ajax transition that would load a spinner graphics. I have also tried to save the view with Ajax transition using an alternative spinner graphics. Both test failed and it seems that the bogus spinner keeps trying to load.

That address is actually a local instance was installed back in the days. I'm not sure why it sticks there.

Link to a page where the issue can be seen:

hidden link
hidden link

I expected to see:
No preloading of spinner graphics. When spinner graphics is specified, it should be loaded using hidden link

Instead, I got:
spinner_image":"hidden link"

Relevant html code :
<div id="wpv-view-layout-3582" class="js-wpv-view-layout js-wpv-layout-responsive js-wpv-view-layout-3582" data-viewnumber="3582" data-pagination="{"id":3582,"base_permalink":"/?wpv_view_count=3582&wpv_paged=WPV_PAGE_NUM","query":"normal","type":"disabled","effect":"fade","duration":500,"speed":5,"pause_on_hover":"disabled","stop_rollover":"false","cache_pages":"enabled","preload_images":"enabled","preload_pages":"enabled","preload_reach":1,"spinner":"builtin","spinner_image":"hidden link","callback_next":"","manage_history":"enabled","has_controls_in_form":"disabled","infinite_tolerance":"0","max_pages":0,"page":1,"loop":{"type":"","name":"","data":[],"id":0}}" data-permalink="/?wpv_view_count=3582">

#915549

I was finally able to fix this by running a search and replace using wp cli. I guess one migration was not made properly.