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.
ahhh ok :-)
thank you rod!
Hi all,
what is negative space for and why to use it (or not)???
thx in advance.
Best regards,
Oliver
Hi Matt,
thank you very much! It looks good for now :-)
I will have a closer look to it next week.
Best regards,
Oliver
Thank you Matt,
I guess the folders are:
/backlight/modules/standard-page/dynamic/css/layout.php
/backlight/modules/standard-page/dynamic/js/scaffolding.php
Your fix seems to work again in Firefox, still no success to the menu on my homepage in IE11 -> www.oliver-blum.com
Best regards,
oliver
Hi all,
I have the same problems like admint.
Tried Matts instruction with the IE hack several times but doesnt work (after clearing cashes in backlight and IE11) even not in firefox (no menu anymore and homepage logo out of center).
Any further idea???
thx a lot
best regards,
Oliver
Problem solved, genius :-)
Thank you very much Ben!
best regards,
Oliver
created a new one and will send it to you
found it but its 110mb!
where to find ttg.log exactly?
Hi Ben,
the url is www.oliver-blum.com
http://oliver-blum.com/backlight/publisher/
The message appeared, when I dobleclick on a published album in Lightroom.
I also updated the ttgpublisher plugin as mentioned.
Hi all,
after updating to backlight 1.0.5 I received the following error in Lightroom:
An internal error has occurred: JSON.lua458: JSON.lua:197: cant parse JSON at char 1 of: Backlight is not yet configured. Please login to Backlight at /backlight/ to continue.
I updated as it is described in the readme.txt
What to do???
thx + best regards,
Oliver
Hi Rod,
my problem is, that Flickity not fits the hight on different desktops.
For example:on my laptop 1366x768 Flickity is to large so that I have to scroll down a bit.
On a 1280x1024 it is to small as a 1/4 of the bottom is empty.
On my 1680x1050 it fits perfect as on a 1920x1080 screen it is too large again.
Any suggestions?
Hi Matt and Rod,
thank you for your reply.
So how could I setup Flickity to fit in any desktop height?
Best regards,
Oliver
Hello Matt, hello all,
where can I find the Flickity option "setGallerySize: true" to set it to false to fill the slideshow in the browser window?
thx in advance and best regards,
Oliver
of course me :-)
who else???
Best regards,
Oliver
Matt,
thanks for your reply!
I hope others will find that useful too :-)
Best,
Oliver
Hi Matt,
would it be possible to develop a horizon gallerie for CE4???
best regards,
Oliver
Ok, I think I got it by using the mobile redirect script:
<script>
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
window.location.href="http://oliver-blum.com/mobile.php";
}
</script>
inserting in the scripts area of both template_index.php's at the bottom of the sites.
It would be nice if you please could confirm if this solution is working on your devices :-)
-> http://oliver-blum.com
Thanks again Matt and Rod for your help!
best regards,
Oliver
Ok, I am confused now.
Reset:
I like to have the Home page the Galleria slideshow on desktop and the Fullscreen Flip on mobile/tablet.
I selected it in the Appearance pane, under "the Gallery".
Is it possible to "Allow Page Replacement by CE4 Publisher" for this configuration?
If NO what do I have to do to get it to work?
Best regards,
Oliver
Rod,
I tried changing the url in the script. For me it looks that the script has no effect :-/
Thank you Rod and Matt!
the hint with the tap instead click works but it is not directing to the mobile.php :-/
any suggestions?
Best regards,
Oliver
Thank you Rod!
That makes the site working but without the effect of being directed to mobile.php by clicking the HOME button in the menu on my smartphone - it's still linking to oliver-blum.com :-/
do you have any idea???
Thank you very much...
best regards,
Oliver
Hello Rod,
thank you very much trying to help me with this problem.
I already added the class "home-link" to // SITE-WIDE "DROP-DOWN" NAVIGATION MENU
but I dont know where to exactly inserting Matts javascript:
function ttg_canvas_bottom( $style, $path ) {
echo '<script>
if (screen.width < 768 || navigator.userAgent.match(/Android|Blackberry|SymbianOS|iPhone|iPod|iPad/i)){
$('a.home-link').on('click', function(){
return false;
window.location.replace('http://www.oliver-blum.com/mobile.php');
});
}
</script>';
}
:-/
Thank you Matt, for your quick response.
I did the folowing:
<!-- EDIT ONLY BELOW THIS LINE : -->
<li><a class="home-link" href="/">HOME</a></li>
<li><a href="/portfolio/">PORTFOLIO</a>
<ul>
.......
and inserted your function ttg_canvas_bottom script as is in the phplugins.php.
results in a blank page :-/
What could I do???
Thanks again.
Best regards,
Oliver
Hello all,
I found out that it is possible to manage different layouts for desktop (galleria slideshow) and mobile (fullscreen flip) by editing the first lines in the index.php and mobile php and using 2 different stage-templates.
All works fine (exept oft the integrated masthead identityplate-HOME-link - hope for CE4 Pages update v7.0.13 coming soon) if I open the mobile.php -> http://www.oliver-blum.com/mobile.php on my mobile.
If I now enter the website and click the HOME button in the menu I will be directed to http://www.oliver-blum.com/ which presents the Pages galleria slideshow.
How and where can I change the HOME button link to be directed to the mobile.php - but only on mobile or tablet???
Thanks in advance
best regards,
Oliver