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 2015-07-02 19:05:38

carsten
Member
Registered: 2014-04-10
Posts: 44

Cant see any gallery or autoindexed page

Hi folks,
i just bought the ne pages version. after setting up all things (pages, gallery, publisher, autoindex, cart) i can navigate nearly to all pages but my gallerie page does not work at all :-(

you might inspect this here:
http://select.ipixyou.com
If i publish a gallery it apperas well as you can see here:
http://select.ipixyou.com/galleries/testalbum/

The error i see is this - pointing me to the conclusion that something is wrong with my autoindex setup? :

<% 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 ]] %>

Thanks for a fast help as i have tons of client work to publish in the cart gallery !
cheers
carsten

Offline

#2 2015-07-02 21:23:48

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Cant see any gallery or autoindexed page

There was a hot fix for this yesterday. Download Pages 7.0.14a
http://theturninggate.net/2015/07/ce4-p … 4a-hotfix/


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB