* Ardiz share ur code :)
2018-03-25 02:29 · (0)
* TELLYsites * Ardiz visit tellysite.xtgem.com/forum to find solutions to needs
2018-04-26 11:32 · (0)
* Disaru Or do you interested in manipulation using Javascript? It's easy with a few line of JQuery, but of course you must not include <xt:auth skip> in your site... PM me if anyone interested and I will share it in this forum...
2018-05-01 02:42 (edited 2018-05-01 02:44 by Disaru ) · (0)
* Graham this is what I use the bar will be where you put it
There are limits to what you can do as it is in a iframe
Put this where the auth bar is to show
<div id="auth"><xt:auth /></div>
Copy code

Add this script anywhere below it
<script>
var auth=document.getElementById("auth");
auth.getElementsByTagName("style")[0].innerHTML="#xt_auth_iframe {background: transparent;margin-top:2px}";
var iframe=auth.getElementsByTagName("iframe");
iframe[0].style.maxWidth="199px";
iframe[0].style.overflow="hidden";
iframe[0].style.height="23px";
</script>

Copy code
2018-05-01 08:29 · (0)

Online: Guests: 1