Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hi all,
I integrated my identityplate into the navigation. On a desktop it works fine clicking the logo to get HOME. Not so on my android mobile. I can copy the link but but if I touch the logo nothing happens.
For testing -> http://oliver-blum.com
Best regards,
Oliver
PS: Desktop also did not work if resized to 640x400 for example...
Could someone please help out?
Many thanks in advance
Last edited by volvoxturbo (2014-12-11 06:06:58)
Offline
I am aware, and fixing this for the next update. I consider this a very minor issue, though, as the "Home" link should still be in your navigation menu.
Offline
Thank you Matt :-)
Merry Christmas and a very happy new year!
Offline
Thanks. Same to you.
Offline
thx, another thing is that the logo does not appear if activating "site wide drop down navigation menu" in phplugins :-/
Offline
You need to update the PHPlugins function to mimic the variant source code created by using the integrated masthead. As this masthead layout is relatively new, I have not yet had time to write the necessary documentation. Inspect the exported source code, and look for the added list-item elements -- <li> ... </li> -- which represent the identity plate. Add these to the sample code in the phplugins.php file.
Offline
got it, thanks again :-)
Offline
but does not work in 640x400
Offline
solved by copying
<li id="integrated-mobile" class="ip-true">
<a href="http://oliver-blum.com/"><span><img alt="OLIVER BLUM" src="<?php echo TTG_SITE; ?>lib/images/identityplate.png" width="252" height="38" /></span></a>
</li>
too ;-)
Offline
I'm not sure I follow what you're saying. If you mean that it's not working at mobile screen size, then you probably just didn't update the code well enough.
There are elements that need to be added to both the <ul id="nav"> element, as well as to the <ul id="pull"> element that is displayed on mobile.
Offline
its exactly what I did, works fine now.
Offline
Pages: 1