Build with IDX Broker Forums IDX Broker Control Panel Custom CSS in Control Panel Hide Part or all of Results Loading

Viewing 1 reply thread
  • Author
    Posts
    • Bill Macchio
      Participant
      Post count: 27

      When you perform a search there is a loading screen display that appears before search results show up. A partially transparent box is displayed with a loading graphic in the center of the page.

      I’d like to do one or both of the following:

      1) get rid of the transparent box, I assume which would require CSS – possibly display:none or change opacity=1, etc

      2) hide the white box and loading graphic in the center of the page, again which I assume is do-able via CSS and a display:none?

      What CSS would I need to accomplish these?

      0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
    • Nick Leech
      Keymaster
      Post count: 183

      This should work for the overlay: .ui-widget-overlay {display: none;}

      This will work for the loading box: .ui-dialog {display:none !important;}

      If you stop the browser from processing the page you should still be able to use your developer tools to inspect the elements.

      0 ratings, 0 votes0 ratings, 0 votes (0 rating, 0 votes, rated)
      You need to be a registered member to rate this post.
      Loading...
Viewing 1 reply thread
  • You must be logged in to reply to this topic.