Hello,
div#bx-pager is a thumbnail view for property gallery. You can use it for navigating the images.
You can hide it using CSS if you like.
Regards,
I suppose the specific question is answered “a thumbnail view for property gallery”… but I wanted to share what I learned about the causes.
Apparently WPL uses a plugin JQuery called “box slider” from here:
http://bxslider.com/
Where it seems to work. On my site it doesn’t. So, instead of appearing in a box intended to look like a mobile screen I get a string of images one after the other in a giant column. Scrolling down through 20 or so images brings me to the bx-pager which seems to appear in a random location. BUT, it isn’t random.
What happens is that the frontend.css file sets the bottom attribute at 5% which probably looks OK on one picture, but by the time I’m up to 20 it is actually floating up above the last picture. To test I tried to over-ride the frontend.css but the instructions here:
https://support.realtyna.com/index.php?/Default/Knowledgebase/Article/View/549/
Didn’t work. I think because of the ambiguity in the path descriptions there. I put it in wplhtml/assets/css/frontend.css which is the way it appears in the orginal but no luck. Then I went to frontend.css itself and changed 5% to 5 px. and it moved back down where it belongs.
So, in a way it is a bug and shouldn’t have been 5% probably because that causes an ungraceful failure when boxslider doesn’t work, but this wouldn’t matter IF boxslider worked in the first place.
Overall, I’m getting the impression that js and jquery calls made by WPL on my site just don’t work and that is actually causing many of the other problems.
So, I’ll leave this here for others who may run into the bx-pager problem and make a new request about js and jquery not working.
Thanks.