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.
replaced the directories as noted in the readme file and I get this error trying to clear template cache
SQLSTATE[HY000]: General error: 1 no such column: pr.show_breadcrumb_for_children in PdoExtended.php on line 524
same error trying to access the site, so I reverted to CE4
I deleted the blog.stalkinglight.com virtual server and things were still weird. Then I resaved my gallery templates and changed my single image page from single image to photoswipe and back and it seems to have cleared things up. At least I hope so.
I did but that was quite a while back. I can't figure out how my galleries somehow got pointed there.
Thanks, I'll check into that. I don't understand why blog.stalkinglight.com is getting into play since it's the same server, it may be the way things are set up in DNS. I actually have backlight installed at www.stalkinglightphotography.com but DNS points at the same IP as stalkinglight.com which is a self hosted server. I'll check the settings.
Still a work in process though.
Thanks
I tried that and I also tried to direct 404 errors to backlight/search/index.php with no joy. I also tried the ErrorDocument directive in the config file in the Apache2 sites-enabled directory.
Is there a way to generate an html page with all of the backlight configurations (theme, menus, masthead, etc)?
I had a custom 404 page with CE4 using .htaccess but can't seem to figure out how to do the same with backlight. The html page I generated with CE4 had the same menus, etc., as the rest of the site.
Thanks.
Thanks. I've heard they were making some Safari changes, hope they fix this issue. I'll try and figure out how to let Apple know about it.
I realize this is probably an IOS issue, but when I access my website with Safari on the IOS 9.1 beta the blog page is compressed to less than half the screen width. All other pages display fine and all pages including the blog are OK on IOS 9. This is on an iPhone 6. Other Wordpress blogs work fine as well.
Safari:
https://lh3.googleusercontent.com/-t3AE … G_0829.jpg
Chrome
https://lh3.googleusercontent.com/-iC6g … G_0830.jpg
As I mentioned, at this point this is merely curious and I'm not sure how to submit it to Apple so just thought I'd mention it here.
I may have missed that one, I'll give it a shot. Thanks
added: did the trick, thanks again
I did but nothing happened
The published dashboard says 2.3.0 but the zip is 230b, fyi
Somehow I must have messed up a publisher update or something as I am getting this error when I click my Galleries tab on my main page:
ERROR
Switch View
<% if model.autoindex.type.desktop == 'descriptive' then %>
<div class="album grid_<%= math.floor( 12 / model.albumodel.settings.columns ) %> clearfix">
<div class="album-mantle clearfix">
<a class="album-link" <% write("<?php print $AI_TARGET; ".."?"..">")%>></a>
<div class="album-core clearfix">
<div class="album-thumbnail clearfix" style="background-image: url(<% write("<?php print $albums[$i]['thumbnail']; ".."?"..">")%>);">
<a href="<% write("<?php print $albums[$i]['url']; ".."?"..">")%>"><img alt="Album Title" src="<% write("<?php print $albums[$i]['thumbnail']; ".."?"..">")%>" class="album-image" /></a>
</div>
<div class="album-info">
<p class="album-title"><% write("<?php if (isset($albums[$i]['access']) && $albums[$i]['access'] == 'locked'){ ".."?"..">")%><span class="locked"><i class="fa fa-fw fa-lock"></i> </span><% write("<?php } ".."?"..">")%><% write("<?php print $albums[$i]['title']; ".."?"..">")%></p>
<p class="album-description"><% write("<?php print $albums[$i]['description']; ".."?"..">")%></p>
<% if model.album_info.fade then %>
<p class="album-overlay"></p>
<% end %>
</div>
</div>
</div>
</div><!-- .album -->
<% elseif model.autoindex.type.desktop == 'ce4-freewall' then %>
<div class="brick" style="height: <% write("<?php print floor($height + ".. math.floor(model.freewall.margin * 2 + model.album.border.width * 2) .."); ".."?"..">")%>px;">
<div class="album clearfix">
<a class="album-link" <% write("<?php print $AI_TARGET; ".."?"..">")%>><img alt="Album Title" src="<% write("<?php print $albums[$i]['thumbnail']; ".."?"..">")%>" class="album-image" /></a>
<ul>
<li class="album-title"><% write("<?php if (isset($albums[$i]['access']) && $albums[$i]['access'] == 'locked'){ ".."?"..">")%><span class="locked"><i class="fa fa-fw fa-lock"></i> </span><% write("<?php } ".."?"..">")%><% write("<?php print $albums[$i]['title']; ".."?"..">")%></li>
<% if model.mosaic.Title == 'titleanddescription' then %>
<li class="album-desc"><% write("<?php print $albums[$i]['description']; ".."?"..">")%></li>
<% end %>
</ul>
</div>
</div><!-- .brick -->
<% elseif model.autoindex.type.desktop == 'iconic' then %>
<div class="album grid_<%= math.floor( 12 / model.albumodel.settings.columns ) %> clearfix">
<div class="album-mantle clearfix">
<a class="album-link" <% write("<?php print $AI_TARGET; ".."?"..">")%>></a>
<div class="album-core clearfix">
<div class="album-image mosaic-backdrop"
style="background-image: url(<% write("<?php print $albums[$i]['thumbnail']; ".."?"..">")%>);">
</div>
<div class="mosaic-overlay">
<div class="album-info">
<p class="album-title"><% write("<?php if (isset($albums[$i]['access']) && $albums[$i]['access'] == 'locked'){ ".."?"..">")%><span class="locked"><i class="fa fa-fw fa-lock"></i> </span><% write("<?php } ".."?"..">")%><% write("<?php print $albums[$i]['title']; ".."?"..">")%></p>
<% if model.mosaic.Title == 'titleanddescription' then %>
<p class="album-description"><% write("<?php print $albums[$i]['description']; ".."?"..">")%></p>
<% if model.album_info.fade then %>
<p class="album-overlay"></p>
<% end %>
<% end %>
</div>
</div>
</div>
</div>
</div><!-- .album -->
<% elseif model.autoindex.type.desktop == 'text-only' then %>
<div class="album grid_<%= math.floor( 12 / model.albumodel.settings.columns ) %> clearfix">
<div class="album-mantle clearfix">
<a class="album-link" <% write("<?php print $AI_TARGET; ".."?"..">")%>></a>
<div class="album-core clearfix">
<div class="album-info">
<p class="album-title"><% write("<?php if (isset($albums[$i]['access']) && $albums[$i]['access'] == 'locked'){ ".."?"..">")%><span class="locked"><i class="fa fa-fw fa-lock"></i> </span><% write("<?php } ".."?"..">")%><% write("<?php print $albums[$i]['title']; ".."?"..">")%></p>
<p class="album-description"><% write("<?php print $albums[$i]['description']; ".."?"..">")%></p>
<% if model.album_info.fade then %>
<p class="album-overlay"></p>
<% end %>
</div>
</div>
</div>
</div><!-- .album -->
<% end --[[ autoindex.type ]] %>
I am using publisher to update my galleries and I get this for every gallery on the page.
The web site address is stalkinglight.com
I redid the publisher and cart updates an rebuilt my main page but still get the error.
Any tips on what to look for - I'm sure it was some dumb mistake I made.
Thanks.
Thanks, they succeeded in confusing me. ;-) I think it has more to do on how you track different ad campaigns, which I don't do anyway, but wanted to check.
There is and I have been using that for a while, but you don't specify what type URL to use just add the Google code to the page you want the ad on. I was curious about the types of URL's generated by the TTG plugins but it sounds like they are standard so no worries.
The code looks like:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Stalkinglight -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-xxxxxxxxxxxxxxxxxxxxx"
data-ad-slot="yyyyyyyyyy"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
where xxxxxx and yyyyy are specific to your account.
Thanks.
From the link I provided (context)
"You're familiar with a destination URL—it's the web address people click to get to your landing page. If you use tracking, you also use the destination URL field for tracking parameters and redirects to third-party tracking services. This upgrade replaces the destination URL field with a final URL field, and creates a new field for tracking management. If you don’t use tracking, you won’t need to change a thing.
"
I'm not sure how or if you use destination vs display vs final URL's or if these changes just apply to ads and not 'regular' Google tracking. I guess I'll find out eventually.
Thanks.
It wasn't working at all, with or without enabling grid. Now it works, may have been the Google pagespeed module which I disabled in Apache.
Thanks.
I disabled pagespeed and no change...
I use mod_pagespeed from google on my server, but that has been there a while. The most recent thing I added was the page background.
I'm sure it's something dumb, but my cart seems to have disappeared from my galleries (example http://www.stalkinglight.com/galleries/ … uthwest/). I think everything is on the latest version but maybe I have a mismatch somewhere? I tried both with and without cart icon on grid, currently without.
I run mod_pagspeed intentionally, I host my own site.
I had not updated my main page with the new Pages, got it working now.
I have not tried 6.1.0a, and I do have mod_pagespeed running on the server.
Do you mean republish the galleries? I did some and it made no difference. http://www.stalkinglight.com is the site using the CE4 thumbnails and it works fine. I used the exact same template but selected freewall elastic and save it to the test site.