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
With CE3, I can link my graphic identity plate to my URL (which is not the same as the site root under Website). With CE4, I can't? This means that the galleries can only be used related to complete websites created by ttg...
Please change this, or tell me what I am missing?
Offline
That particular field has fallen victim to streamlining. To my memory, you're the only person that's requested this, so it hasn't been missed. You can use PHPlugins to replace the masthead, if you'd like. Just copy your masthead out of the source code, then reimplement the code, with your changes, via the PHPlugins method described in our documentation.
PHPlugins; start with "Using PHPlugins":
http://ce4.theturninggate.net/docs/doku … bility_api
You should hook in at ttg_header_masthead.
You'll want to include all source code from:
<div id="masthead" class="block-id masthead clearfix">
Through to:
</div> <!-- #masthead -->
Offline
Pages: 1