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.

#1 General » documentation question (wiki) » 2013-09-01 06:31:22

offline
Replies: 1

Clicking the link to Page Structure in the CE3 Framework gives a 404 error saying the page doesn't exist.  Is this something you're working on?

#2 Re: General » Installing a social sharing bar » 2012-10-25 20:12:56

Now I understand.  Thanks so very much for the clear example and the suggestions.

One more item:  Can I use the generated code for my headers and footers by moving it from the ELSE section, modifying PHPlugins?

#3 Re: General » Installing a social sharing bar » 2012-10-25 19:50:55

You had some sample code in the last forum, I think.  I can't find it now.

I recall that I had problems when I tried to implement it out-of-the-box.  Could you indicate where changes need to be made for implementation (assuming you can post a link).

Thanks

#4 Re: General » Old theme to new product? » 2012-10-25 04:39:18

I'm sympathetic to the issues here.

I've read (and printed out) all of the documentation regarding PHP that been posted, regardless of where it was posted.

And each time I think I've nailed it, I haven't.  And I find myself starting at the beginning again.

Using the menus as an example was helpful, but more helpful that that would be a demonstration of how to implement the use of, the footer - for example, across the entire site.  What changes would be made to the various files?  which files?  where would they go?

I know I want to define my headers and footers once.  I'd like to pass the CSS from pages to be used site wide for font, color and etc.

Using PHP and CSS this should be easy, but I find it very complicated.

#5 General » Installing a social sharing bar » 2012-10-25 04:26:41

offline
Replies: 5

In your opinion, on a site based upon Pages-CE2, what would be the best way to implement a sharing, +1, and like button bar so it flows from the home page to the gallery levels (not any page in a gallery, just liking any specific one).

I've found different implementation tools, like these:


<!-- Lockerz Share BEGIN -->
<a class="a2a_dd" href="http://www.addtoany.com/share_save"><img src="http://static.addtoany.com/buttons/favicon.png" width="16" height="16" border="0" alt="Share"/></a>
<script type="text/javascript">
var a2a_config = a2a_config || {};
a2a_config.onclick = 1;
a2a_config.color_main = "D7E5ED";
a2a_config.color_border = "AECADB";
a2a_config.color_link_text = "333333";
a2a_config.color_link_text_hover = "333333";
a2a_config.prioritize = ["google_plus", "facebook", "delicious", "reddit", "stumbleupon", "tumblr", "orkut", "posterous"];
</script>
<script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
<!-- Lockerz Share END -->

AND add to CSS to remove the earn tab

<style type="text/css">
#a2apage_PTZ { display:none !important; }
</style>

and


paste code where share bar should appear

<IFRAME name="my share bar" scrolling="no" frameborder="0" noresize="noresize" allowtransparency="true" SRC="http://www.tecorange.com/my_share_bar/include.php?icon_size=2&fb=1&tr=1&de=1&go=1" WIDTH=148 HEIGHT=50> <a href="http://tecorange.com/my-share-bar-facebook-twitter-google-1-mail-print-buttons-for-web-sites" title="get my share bar from tecorange, google +1, facebook, linkedin and twitter sharing" ></a> </IFRAME>

Then there's the code from Google and facebook:


Google +1

<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-annotation="inline" data-width="350"></div>

<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>

and


Facebook Like
include after opening <body> tag
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

Place code where button should appear
<div class="fb-like" data-href="http://mark-friedman.com" data-send="true" data-width="450" data-show-faces="true" data-font="verdana"></div>

I don't know how I would position the button bar properly and add the proper scripts in the right places using the CE2  structure.

Anyone have any ideas?

#7 General » TTG CE2 and Airtight » 2012-10-24 03:49:35

offline
Replies: 2

You haven't updated TTG-Simpleviewer nor the other Airtight shells to CE2.  Do you plan to do so?

If not, can you show me how to integrate a Simpleviewer-pro gallery into TTG-Stage-CE2?

Thanks

Board footer

Powered by FluxBB