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.

#77 CE4 Client Response Gallery » Question about Feedback Star Rating » 2015-02-10 10:30:50

hursey
Replies: 2

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?

#79 CE4 Client Response Gallery » Status Bar "Current" not obeying color selection » 2015-02-10 09:49:07

hursey
Replies: 2

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:

www.hursey.com/clients/test

#80 Re: CE4 Client Response Gallery » Inserting Header HTML » 2015-02-09 08:42:05

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!!!!!!

#81 Re: CE4 Client Response Gallery » Inserting Header HTML » 2015-02-09 08:08:20

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

#82 Re: CE4 Client Response Gallery » Inserting Header HTML » 2015-02-09 04:23:33

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!

#83 Re: PHPlugins (CE4) » Custom CSS not working » 2015-02-08 12:12:46

Thanks Rod!! Could you also direct me to where I can find out how to insert head tags / metadata?

#84 Re: PHPlugins (CE4) » Custom CSS not working » 2015-02-08 12:01:53

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

#85 Re: PHPlugins (CE4) » Custom CSS not working » 2015-02-08 11:55:18

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.

#86 Re: PHPlugins (CE4) » Custom CSS not working » 2015-02-08 11:47:57

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

#87 Re: PHPlugins (CE4) » Custom CSS not working » 2015-02-08 11:19:08

okay... I have the checkbox checked for "Enable PHPlugins" and I have specified a path... but it appears it is not "doing it"???

#88 Re: PHPlugins (CE4) » Custom CSS not working » 2015-02-08 10:33:25

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

#89 PHPlugins (CE4) » Site Wide PHP for Publisher Templates? » 2015-02-06 10:40:08

hursey
Replies: 1

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?

#90 CE4 Client Response Gallery » Inserting Header HTML » 2015-02-06 09:11:09

hursey
Replies: 14

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?

Board footer

Powered by FluxBB