Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2014-12-11 03:12:06

volvoxturbo
Member
From: Barcelona - Frankfurt - Rome
Registered: 2012-11-12
Posts: 247
Website

Masthead integrated not working?!

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

#2 2014-12-11 10:07:08

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Masthead integrated not working?!

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.


Matt

The Turning Gate, http://theturninggate.net

Offline

#3 2014-12-11 15:20:29

volvoxturbo
Member
From: Barcelona - Frankfurt - Rome
Registered: 2012-11-12
Posts: 247
Website

Re: Masthead integrated not working?!

Thank you Matt :-)

Merry Christmas and a very happy new year!

Offline

#4 2014-12-11 16:12:51

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Masthead integrated not working?!

Thanks. Same to you. big_smile


Matt

The Turning Gate, http://theturninggate.net

Offline

#5 2014-12-11 16:24:38

volvoxturbo
Member
From: Barcelona - Frankfurt - Rome
Registered: 2012-11-12
Posts: 247
Website

Re: Masthead integrated not working?!

thx, another thing is that the logo does not appear if activating "site wide drop down navigation menu" in phplugins :-/

Offline

#6 2014-12-11 16:38:02

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Masthead integrated not working?!

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.


Matt

The Turning Gate, http://theturninggate.net

Offline

#7 2014-12-11 16:42:40

volvoxturbo
Member
From: Barcelona - Frankfurt - Rome
Registered: 2012-11-12
Posts: 247
Website

Re: Masthead integrated not working?!

got it, thanks again :-)

Offline

#8 2014-12-11 16:44:57

volvoxturbo
Member
From: Barcelona - Frankfurt - Rome
Registered: 2012-11-12
Posts: 247
Website

Re: Masthead integrated not working?!

but does not work in 640x400

Offline

#9 2014-12-11 16:49:17

volvoxturbo
Member
From: Barcelona - Frankfurt - Rome
Registered: 2012-11-12
Posts: 247
Website

Re: Masthead integrated not working?!

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

#10 2014-12-11 16:49:49

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Masthead integrated not working?!

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.


Matt

The Turning Gate, http://theturninggate.net

Offline

#11 2014-12-11 17:01:51

volvoxturbo
Member
From: Barcelona - Frankfurt - Rome
Registered: 2012-11-12
Posts: 247
Website

Re: Masthead integrated not working?!

its exactly what I did, works fine now.

Offline

Board footer

Powered by FluxBB