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.

#176 Re: PHPlugins (CE4) » kill default navigation problem / question » 2015-01-31 21:02:55

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

#177 Re: PHPlugins (CE4) » kill default navigation problem / question » 2015-01-31 01:04:46

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

#178 Re: PHPlugins (CE4) » kill default navigation problem / question » 2015-01-20 19:06:56

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

#179 Re: CE4 Gallery » Suggestion: Mouse Wheel scrolling » 2015-01-19 19:40:26

...for the other galleries too please :-)

Thanks!

#180 Re: CE4 Pages » Masthead integrated not working?! » 2014-12-11 17:01:51

its exactly what I did, works fine now.

#181 Re: CE4 Pages » Masthead integrated not working?! » 2014-12-11 16:49:17

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 ;-)

#184 Re: CE4 Pages » Masthead integrated not working?! » 2014-12-11 16:24:38

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

#185 Re: CE4 Pages » Masthead integrated not working?! » 2014-12-11 15:20:29

Thank you Matt :-)

Merry Christmas and a very happy new year!

#186 CE4 Pages » Masthead integrated not working?! » 2014-12-11 03:12:06

volvoxturbo
Replies: 10

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

#188 CE4 Theme for WordPress » Click for drop-down menus not working » 2014-08-30 20:44:21

volvoxturbo
Replies: 2

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

#189 PHPlugins (CE4) » kill default navigation problem / question » 2014-08-23 22:19:58

volvoxturbo
Replies: 9

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

#190 Re: CE4 Publisher » changing gallery text » 2014-08-19 23:18:12

ok thank you very much, I better do that with publisher ;-)

#191 Re: CE4 Publisher » changing gallery text » 2014-08-19 22:49:30

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?

#192 CE4 Publisher » changing gallery text » 2014-08-19 17:36:17

volvoxturbo
Replies: 4

Hello,

how can I change text manually in a with publisher published gallery?

Thanks in advance
oliver

#193 CE4 Pages » wishlist for next update... » 2014-07-25 21:10:05

volvoxturbo
Replies: 0

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

#194 Re: CE4 Pages » Fullscreen Flip gallery persist masthead on zoom... » 2014-07-25 18:57:07

This would be veryvery nice if Matt could implement this feature in the next update ;-)

#195 Re: CE4 Pages » Fullscreen Flip gallery persist masthead on zoom... » 2014-07-25 08:45:03

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

#196 CE4 Pages » Fullscreen Flip gallery persist masthead on zoom... » 2014-07-25 01:43:58

volvoxturbo
Replies: 4

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

Board footer

Powered by FluxBB