Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Loader and 'close' button position with disabled magnifier
This topic contains 5 replies, has 2 voices, and was last updated by nazar 7 years, 7 months ago.
- AuthorPosts
- June 18, 2016 at 2:23 pm #9111
Hey there.
There’s a small problem with loader image and close button placement when magnifier is disabled.
Basically, the screenshot explains it all.Any way to have those float ‘totally right’? π
Attachments:
You must be logged in to view attached files.June 21, 2016 at 1:39 pm #9170Hi!
You are very helpful reporting all these issues back to me, I really appreciate it π
That is indeed another bug, if the magnifier is disabled, it should not be visible. As a temporary solution, use this custom CSS code:
Best,.promagnifier { display: none !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
June 21, 2016 at 1:58 pm #9171No prob π
February 8, 2017 at 9:07 pm #11859Ernest,
A somewhat related small “bug”.
There’s no option to style the close button, so it’ll always be round, black with white fill and shadow. Of course, I can target it with CSS and restyle it easily, but maybe something you’ll want to consider adding in plugin options πCheers.
February 9, 2017 at 9:17 pm #11872Indeed, will note this one as well π
In the meantime you can style it like so:
Best,.probox .proclose svg { background: #333333 !important; /* the bg color */ fill: #ffffff !important; /* the cross X color */ box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.9) !important; /* the border width and color */ }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
February 9, 2017 at 10:02 pm #11875Absolutely, that’s what I did. With the only change – I needed to restyle this piece in a particular form only (I have several ASP forms).
So my CSS ended up like this:#ajaxsearchpro4_1 > .probox > .proclose svg { // styling here }
Thanks for your attention to this.
Edit: no idea how to escape “>” in the code here π Those “>” should be “>”
- This reply was modified 7 years, 7 months ago by nazar.
- AuthorPosts
You must be logged in to reply to this topic.