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.

#301 Backlight Support » errors upgrading to 1.1 » 2016-11-10 22:20:07

charlie.choc
Replies: 16

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

#302 Re: Backlight Showcase » Got my site moved from CE4 to Backlight » 2016-11-04 22:15:44

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.

#303 Re: Backlight Showcase » Got my site moved from CE4 to Backlight » 2016-11-04 22:04:56

I did but that was quite a while back. I can't figure out how my galleries somehow got pointed there.

#304 Re: Backlight Showcase » Got my site moved from CE4 to Backlight » 2016-11-04 21:04:25

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.

#307 Re: Backlight Support » Custom 404 page » 2016-11-01 03:40:39

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

#308 Backlight Support » Custom 404 page » 2016-11-01 03:20:00

charlie.choc
Replies: 9

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.

#309 Re: CE4 Theme for WordPress » IOS 9.1 beta 2 Safari curiosity » 2015-09-30 20:37:43

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.

#310 CE4 Theme for WordPress » IOS 9.1 beta 2 Safari curiosity » 2015-09-29 01:57:49

charlie.choc
Replies: 2

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.

#311 Re: CE4 Pages » Error on galleries tab » 2015-07-15 07:42:40

I may have missed that one, I'll give it a shot. Thanks

added: did the trick, thanks again

#312 Re: CE4 Pages » Error on galleries tab » 2015-07-15 04:30:59

I did but nothing happened

The published dashboard says 2.3.0 but the zip is 230b, fyi

#313 CE4 Pages » Error on galleries tab » 2015-07-15 03:05:33

charlie.choc
Replies: 4

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.

#314 Re: Announcements & Information » Will we need to do anything to use the upgraded URL's for AdWords? » 2015-04-04 19:57:19

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.

#315 Re: Announcements & Information » Will we need to do anything to use the upgraded URL's for AdWords? » 2015-04-04 04:11:45

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.

#317 Re: Announcements & Information » Will we need to do anything to use the upgraded URL's for AdWords? » 2015-04-03 21:15:30

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. smile

Thanks.

#319 Re: CE4 Cart » Cart disappeared » 2014-10-25 20:42:50

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.

#320 Re: CE4 Cart » Cart disappeared » 2014-10-25 07:00:42

I disabled pagespeed and no change...

#321 Re: CE4 Cart » Cart disappeared » 2014-10-25 06:54:28

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.

#322 CE4 Cart » Cart disappeared » 2014-10-25 05:14:46

charlie.choc
Replies: 5

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.

#323 Re: CE4 Gallery » Masonry style » 2014-09-04 22:14:42

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.

#324 Re: CE4 Gallery » Masonry style » 2014-09-04 07:20:52

I have not tried 6.1.0a, and I do have mod_pagespeed running on the server.

#325 Re: CE4 Gallery » Masonry style » 2014-09-04 07:19:43

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.

Board footer

Powered by FluxBB