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.
Thanks for the clarification!
In the feedback pane, is the star rating under the photo supposed to reflect the rating that has already been assigned or is it supposed to only serve to allow the client to select a new rating level?
Well.... that worked!
Once again Thanks Rod
I have a custom color selected for my status bar "current/hover" (orange)....
The hover color functions properly but the "current" status uses a default blue.
Any thought on how to rectify would be much appreciated ...
Sample located here:
Damn! I tried that BEFORE asking, and it did not work, but did it again and now it does... must have missed one the first time... Thanks Much Rod!!!!!!
Having the same issue with blank page returned... here is the block I am inserting...
function ttg_body_bottom( $style, $path ) {
echo '
<script type="text/javascript">
/* <![CDATA[ */
document.write (
'<img src="http://photography.hursey.com/acton/bn/13476/visitor.gif?ts='+
new Date().getTime()+
'&ref='+escape(document.referrer) + '">'
);
var aoAccountId = '13476';
var aoCookieMode = 'STANDARD';
var aoCookieDomain = 'hursey.com';
var aoServerContext = 'http://photography.hursey.com/acton';
/* ]]> */
</script>
';
return false;
}
I am wishing to put a simple piece of java script in the header or footer of each page.... I am assuming this would be placed in the phplugins.php document. Can I just insert the script below the "/// SET USER FUNCTIONS BLEOW" or would it need special commands to function properly? Thanks for any assistance you can provide!
Thanks Rod!! Could you also direct me to where I can find out how to insert head tags / metadata?
THERE we go! Sorry & Thank You! Same goes if I use publisher and templates? Just make sure that path is in each template then I am good to go? (Could you also direct me to where I can find out how to insert head tags / metadata?)
I have deleted "sample" from the folder name within the specific gallery... I also have the same folder in the parent or main directory which I am using, I have placed the revised php doc in both.
I took out the "delete" lines... this is the entire section now:
// CUSTOM STYLESHEET
// This function implements a custom stylesheet from which users may provide additional page styling or override existing styling set by the plugin
// Edit the custom.css file in /phplugins/css/ to define styles
// Serves as an example of a function being applied globally
function ttg_head_end( $style, $path ) {
echo '
<link rel="stylesheet" href="http://www.hursey.com/clients/phplugins/css/custom.css" />
';
} // END
okay... I have the checkbox checked for "Enable PHPlugins" and I have specified a path... but it appears it is not "doing it"???
I am experiencing the same issue...after reading through this I THINK I have addressed all the issues here..but still not seeing the custom CSS kick in...
Currently I am doing this on a standalone page but will ultimately be using this on many pages managed through "Publisher"
Here is my test page: http://www.hursey.com/clients/test
Is there a way to enable sitewide PHPlugins for Publisher Templates, or must you leave the path empty and allow it to be page specific?
I am wondering if there is a way to insert custom header HTML. I have some code that I would like on all of my templates... Anyone have thoughts on the best way to incorporate that?