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
I'm setting up with multi-level navigation so it seem like I need to make some changes to phplugin just as with CE3.
Is there any class i need to add to make it a new level, like in CE3 i did
<ul class="sub-menu clearfix">
Offline
No class. Just go by the example that's already in the phplugins.php file.
Offline
Hi Matt
Examples are present in CE3 DOC, not sure they are also present in CE4 Doc (personnaly I didn't thind them in CE4 Doc)
Cordially
frédy
http://www.martine-cheval.be/
Lightroom CC2015
Offline
the examples are in the phplugins file itself
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
ok got it
It could however be good with some more documentation around this rather than try & error
Struggling with specifying navigation fonts and how to have submenu (level 3) overlap the upper level so it looks nicer....
Offline
there is this in the CE3 Documentation: http://ce3wiki.theturninggate.net/doku. … navigation
And there have been numerous discussion in the forum about expanding the multi-level navigation beyond the one drop down
Here's one: http://community.theturninggate.net/post/4948/#p4948
Basically, the autoindexing will only work at the deepest level of navigation. Above that you'll need to hard code the menus
Struggling with specifying navigation fonts and how to have submenu (level 3) overlap the upper level so it looks nicer....
fonts are taken from the typography section of Site Info. Navigation fonts are using the Base Font. If you want to change this you'll need to use custom css. Probably need custom css as well if you want to "overlap the upper level".
Last edited by rod barbee (2014-08-03 23:44:15)
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Yep, got the coding in place
As there has been a lot of changes to CSS it could be good to have some doc to rely upon rather than digest the CSS ifiles and trying to figure out which section to use...
Offline
I just use the inspector in Firefox to see what classes are being applied.
But yeah, a list of classes would be handy to have. I know Matt is neck deep in updating plug-ins and working on documentation. If I can find the time I might try mining the css to see if I can come up with a list of some usefull classes that Matt's included.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1