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.
I finally updated from Backlight to Backlight 2. One problem I'm encountering is that ttg_masthead_top, ttg_footer_top, possibly my entire custom PHP file is not working.
Here is the code for my ttg_masthead_top. Do I need to turn something new off? Any ideas?
Thanks,
Bret
function ttg_masthead_top( $style, $path ) {
echo '
<div id="title_box" style="text-align: center">
<div id="title">
<h1 style="text-align: center"><a href="/"><span class="style2">Bret Culp</span> <span class="style2L">Visual Effects Supervisor</span></a></h1><a href="/"></a>
<h2 style="text-align: center"><a href="/"><span class="style4">VFX Supervisor/Producer, Director, Fine Art Photographer</span></a></h2>
</div>
</div>
';
return false;
}
Offline
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Thanks
Offline