-
AuthorPosts
-
May 9, 2015 at 12:24 pm #269764
I have a script from a remote site to help clients quickly get support or submit a support issue directly on our current website. I am working with the x-theme on my local development environment but this is giving me issues. WordPress and the x-theme are all current.
The script places a button at the bottom of the browser window on the right side.
You can see it work at our current site https://www.mobeustech.com
May 9, 2015 at 12:39 pm #269770Hi There,
Thanks for writing in.
Upon checking, I can’t access to your website, it always redirect to http://127.0.0.1/.
Please double check on it.
Many thanks.May 9, 2015 at 12:47 pm #269774Our current site is working just fine. I just checked from 3 client locations (Seattle, Boston, London) and from our office in Colorado. Again the our current site is http://www.mobeustech.com. Thanks
May 9, 2015 at 5:59 pm #269840What can i do to get this script to be on top of the header when the button is clicked?
May 9, 2015 at 7:11 pm #269859Hello There,
Thanks for updating the thread!
Please add the following css code in the customizer, Appearance > Customize > Custom > CSS
#gfiservicedeskmodal { z-index: 1200; }
Let us know if this has been helpful to you.
May 10, 2015 at 1:05 pm #270214Sorry but that did not work. I also tried the top: 200 variable and that did not work either.
May 10, 2015 at 2:38 pm #270238Hi There,
Would you mind sharing us your admin credential so we could take a closer look on your setup.
Don’t forget to set it as private reply.
Thanks.
May 11, 2015 at 11:25 pm #271321This reply has been marked as private.May 12, 2015 at 5:25 am #271508Hi There,
Try adding following CSS under Appearance > Customize > Custom > CSS:div#gfiservicedeskmodal { z-index: 9999 !important; }
Hope it helps.
May 12, 2015 at 8:25 am #271650Thanks that seems to be working.
May 12, 2015 at 11:34 am #271790You’re most welcome.
-
AuthorPosts