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.
eliminated body gets. the animation object in the center of the page and the masthead is eliminated (i.e., navigation bar is at the uppermost part of the page.
Awesome. the double quotes fixed the issue, along with moving it to ttg_head_end.
the animation is in the middle of the page and there is no masthead space now, but i'll try playing around with it.
i've been working on this, and it seems that when include the AdobeEdge.loadComposition call to run the javascript, it causes my entire homepage to be blank. if i delete that call, then the masthead is just suppressed and everything else loads normally.
this is odd, as the code i pasted is from a stand alone page in my home directory that runs fine http://joliverbrooks.com/jbRotateBlk300.html
function ttg_header_masthead( $style, $path ) {
echo '
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="http://animate.adobe.com/runtime/6.0.0/edge.6.0.0.min.js"></script>
<style>
.edgeLoad-EDGE-2227651377 { visibility:hidden; }
</style>
<script>
AdobeEdge.loadComposition('jbRotateBlk300', 'EDGE-2227651377', {
scaleToFit: "none",
centerStage: "both",
minW: "0px",
maxW: "undefined",
width: "325px",
height: "110px"
}, {"dom":{}}, {"dom":{}});
</script>
<!--Adobe Edge Runtime End-->
<body style="margin:0;padding:0;">
<div id="Stage" class="EDGE-2227651377">
</div>
</body>
<!-- #masthead -->
';
return false;
} // END
thanks. i can work on that. to be clear which files:
the head is in the index.php?
and the tag_header_masthead is also in the index.php file.
sorry to be dense. and thanks again for your help.
i read that and have been trying and read your tips and tricks page on dynamic mastheads. (i got that to work when displaying an image). i guess i am unclear on where to place the code referencing the adobe file.
i made a very small animation i want to use as a header. apparently to get it to display on a page, adobe says i need to include the following:
Add a <div> to the page that has the ID of Stage and the correct class name for your stage (i.e. the "Composition ID" for your project in Animate).
<div id="Stage" class="EDGE-2227651377"> </div>
Include the Preload .js file and the default style in your page's header, within Edge Runtime HTML comments.
For example:
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="http://animate.adobe.com/runtime/6.0.0/edge.6.0.0.min.js"></script>
<style>
.edgeLoad-EDGE-2227651377 { visibility:hidden; }
</style>
<script>
AdobeEdge.loadComposition('jbRotateBlk300', 'EDGE-2227651377', {
scaleToFit: "none",
centerStage: "both",
minW: "0px",
maxW: "undefined",
width: "325px",
height: "110px"
}, {"dom":{}}, {"dom":{}});
</script>
<!--Adobe Edge Runtime End-->
i copied these elements into the index.php file TTG generated (after i turned off masthead in TTG), and the animation displayed but i screwed up the formatting. is there anyway to include this header in the CSS so it is on all pages? i made an attempt at this, but i wasn't able to do it.
Any thoughts? and where does the <div> go?
thanks
thanks for your reply rod. i called my web host. it seems that despite what the site says, my particular plan does not include PHP. that would account for problems. i'll switch hosts and give it a go. but i do appreciate your response.
thanks,
john
i just copied the listing from my ftp client.
the files are in my public directory /job. but http://208.106.135.42/job/ , which yields directory listing denied, as though the index file is not recognized.
i moved my old site from /job to /job_old and it works at http://208.106.135.42/job%5Fold/
i followed the tutorial and created a basic site in CE Pages. i only had 4 images highlighted. i filled in my website info, enabled PHPlugin. i exported it and uploaded it. now when the site loads in safari, the page is blank. if i load it in chrome then it says directory listing denied.
i did change the PHPlugin-sample to PHPPlugin, but i haven't modified any of the PHP files yet.
what did i do wrong? (permissions on the main directory are unchanged and 777, as are the files within it).
my dns server points to my domain (joliverbrooks.com) to 208.106.135.42/job, as it always has. if i put my old file back in, then they work fine. my host (crystaltech) supports PHP.
these are the files in my site directory:
ftp://208.106.135.42//job/ttg-be
ftp://208.106.135.42//job/thumbnails
ftp://208.106.135.42//job/services.php
ftp://208.106.135.42//job/phplugins
ftp://208.106.135.42//job/photos
ftp://208.106.135.42//job/mobile.php
ftp://208.106.135.42//job/lib.php
ftp://208.106.135.42//job/lib
ftp://208.106.135.42//job/jbFavicons
ftp://208.106.135.42//job/info.php
ftp://208.106.135.42//job/index.php
ftp://208.106.135.42//job/galleries.php
ftp://208.106.135.42//job/galleries
ftp://208.106.135.42//job/fragments
ftp://208.106.135.42//job/contact.php
ftp://208.106.135.42//job/about.php
thanks. i googled and adobe googled and missed that. figures.
how do i change the base font?
i have lots of fonts on the system, only a few show in lightroom. i specifically want just one adobe typekit font, which i downloaded (via CC) and is on my system (and appears in photoshop). the font family for block quote says
Cardo, Georgia, Palatino, 'Droid Serif', 'Times New Roman', 'Roboto Slab', serif
i just added cardo, which is the font i want. the font appears in Muse, but doing a gallery in muse is not going to happen...
i've read the posts about how to integrate typekit fonts via php and will start working on that. in the meantime, it seems that typekit fonts do not appear in the lightroom preview. they are not in the lightroom font menu (i'm guessing this is an adobe issue?).
1. is there anyway for the typeset fonts to appear in the preview on lightroom?
2. if i specify the font family name first for 'block quote' does that change the font for the text box in the home page?
thanks
thanks for the info. i'll see if i can figure out the phplugins.
by specifying in the web module, do you mean choosing the .oam file under identity specification? it will not allow me to select an .oam file there, but i don't see any other place to select it.
i've created a slightly animated logo in adobe edge. i exported it to an oam file. is there any way i can specify this as my masthead as opposed to just going with text or an image?
thanks