• Resolved jswartzpalascom

    (@jswartzpalascom)


    Can anyone tell me what “BX-Pager” does? There is no reference to it here, or on the WPL knowlegebase, nor in the wpl manual… nor can I find a reference to it with Google…

    It appears superimposed over an image on a property listing, though it isn’t simply on the last image or the first one, it seems to be trying to be on the last image but only up to a point? In any event, rolling over it does show some thumbnails, but clicking simply re-loads the page.

    My first instinct is to text search on it and try to simply delete it from the php… but… I”m reluctant to do that without knowing what it is supposed to do.

    Thanks.

    https://ww.wp.xz.cn/plugins/real-estate-listing-realtyna-wpl/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Realtyna

    (@realtyna)

    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,

    Thread Starter jswartzpalascom

    (@jswartzpalascom)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘What does BX-Pager Do?’ is closed to new replies.