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.
Hi Daniel,
I am going on checking it out and trying to understand :-) but it would be really helpfull if you could give just some little stuctured instruction what to do and where to insert what code ;-)
Thanks alot in advance
Best regards,
Oliver
Daniel,
that is exactly what I like to do. Using the integrated masthead navigation for desktop and a site or off-canvas menu for mobile and tablets. Your solution looks pretty good! May I ask how you used the phplugins? Do you used the KILL THE DEFAULT NAVIGATION MENU? And if, how???
Thx in advance
Best regards,
Oliver
Happy new year :-)
I spent a lot of time to find out how to replace the r2d2 menu with a off-canvas site menu but didn't get it.
Can anyone please give a step-by-step advise on how to create a menu like Daniel Leu did it on his website?
That would be GREAT :-)
Thanks in advance,
best regards,
Oliver
...for the other galleries too please :-)
Thanks!
its exactly what I did, works fine now.
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 ;-)
but does not work in 640x400
got it, thanks again :-)
thx, another thing is that the logo does not appear if activating "site wide drop down navigation menu" in phplugins :-/
Thank you Matt :-)
Merry Christmas and a very happy new year!
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
thanks so far Matt, I will check that out...
Hello all,
my site is buildt with pages, galleries and wordpress and I am using phplugins but the "Click for drop-down menus" option is not working in CE4 WP.
see-> barcelona-phototours.com/registration/
any suggestions???
thanks in advance
Oliver
I would like to implement a side menu via phplugins and tried SidebarJS -> http://makotot.github.io/sidebar/
I used following code but it is not working is not working:
// KILL THE DEFAULT NAVIGATION MENU
// Using a series of three functions, you can completely gut the
// default navigation menu. Use this to author your own navigation.
// THIS FUNCTION REMOVES THE NAVIGATION SECTION FROM THE PAGE
function ttg_header_navigation( $style, $path ) {
echo '
<nav class="sidebar jsc-sidebar" id="jsi-nav" data-sidebar-options="">
<ul class="sidebar-list">
<li><a href="./" class="current">SidebarJS</a></li>
<li><a href="http://github.com/makotot/sidebar/">View on Github</a></li>
<li><a href="http://github.com/makotot/sidebar/releases">Download</a></li>
</ul>
</nav>
';
return false;
} // END
// THIS FUNCTION REMOVES THE DEFAULT STYLESHEET FOR OUR NAVIGATION
function ttg_style_navigation( $style, $path ) {
echo '
<link rel="stylesheet" href="http://oliver-blum.com/phplugins/css/lib/fontello.css" />
<link rel="stylesheet" href="http://oliver-blum.com/phplugins/css/lib/normalize.css" />
<link rel="stylesheet" href="http://oliver-blum.com/phplugins/css/index.css" />
<link rel="stylesheet" href="http://oliver-blum.com/phplugins/css/sidebar.css" />
';
return false;
} // END
// THIS FUNCTION REMOVES THE R2D2-MENU SCRIPT FROM THE PAGE
function ttg_scripts_navigation( $style, $path ) {
echo '
<script src="http://oliver-blum.com/phplugins/js/lib/jquery.min.js"></script>
<script src="http://oliver-blum.com/phplugins/js/sidebar.js"></script>
<script>
$('#jsi-nav').sidebar({
trigger: '.jsc-sidebar-trigger',
scrollbarDisplay: true,
pullCb: function () { console.log('pull'); },
pushCb: function () { console.log('push'); }
});</script>
';
return false;
} // END
I would be glad, if someone could take time and help me out working with this...
Many thanks in advance
Best regards,
Oliver
ok thank you very much, I better do that with publisher ;-)
Thank you Rod,
sorry for misunderstanding. I like to change my text online directly on the server without using lightroom. In which folder can I find the xml or whatever it is?
Hello,
how can I change text manually in a with publisher published gallery?
Thanks in advance
oliver
Hello Matt,
I am missing the checkboxes for "persistent idendity plate" (during zoom in/out) and "display thumbnails" (on/off) on fullscreen/flip gallery as well as the masonry layout for the gallery.
Hope you could implement those features in a next update :-)
Thank you very much for your fantastic work on CE4
Best regards,
Oliver
This would be veryvery nice if Matt could implement this feature in the next update ;-)
Rod,
thank you for your reply!
Wouldn't it be helpful if there were some checkboxes "persistent idendity plate" and "display thumbnails" with the same function as in CE3 version?
best regards,
Oliver
Hello,
how to persist the (banner) masthead on zoom and get rid of the thumbnail in the upper right corner on the fullscreen flip home page?
best regards,
Oliver