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 2016-05-31 05:50:48

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Navigation tray on IOS Devices

Hi, on my NAS, the navigation tray is ok in mobile mode.
On my homepage, there is only a square without the lines. What did I do wrong?

NAS: menutray2.jpg

Website: menutray1.jpg

Rainer

Offline

#2 2016-05-31 06:17:40

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Navigation tray on IOS Devices

OK, I logged in as Backlight Admin and when I reduced the size of the Safari window on Macbook Pro lower than 992 px the menu tray was shown with the white lines. I also cleared cache. On my iPhone the lines were absent too. Suddenly, after some refreshes all looks ok again. I don't know why, because I didn't change anything the last two days.

Rainer

Offline

#3 2016-06-04 16:24:20

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Navigation tray on IOS Devices

Once again - where are the lines?

Please try http://rainer-goergen.de/galleries/

In mobile view.

Rainer

Offline

#4 2016-06-04 16:35:04

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Navigation tray on IOS Devices

Forget it, cleared template cache for the xxx time, now the lines are visible again. Why? I didn't make any changes the last days.

I am a little angry about the permanent clearing of the cache! yikes

Rainer

Offline

#5 2016-06-04 16:37:58

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Navigation tray on IOS Devices

You're having cross-domain issues loading fonts between http://www.rainer-goergen.de/ and http://rainer-goergen.de/. See my comments at http://community.theturninggate.net/vie … 352#p38352.


Matt

The Turning Gate, http://theturninggate.net

Offline

#6 2016-06-04 18:31:06

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Navigation tray on IOS Devices

Thank you, I will do that.

Rainer

Offline

#7 2016-06-04 20:30:55

jherman
Member
From: Kingsport, TN USA
Registered: 2012-12-09
Posts: 95
Website

Re: Navigation tray on IOS Devices

Had similar issues on my site: http:/jamesherman.net, see showcase for discussion, and I followed Matt's recommendation and found that suppressing the www. module helped. I also found that I needed to change my top level gallery menu entries to either absolute URL or to an album-set to make it work reliably.

Your comment regarding clearing the cache ... now I wonder if just adding the .htaccess module and clearing the cache would have done the job.

Not sure I'm up to further iterations for the moment everything seems to be working and now I can fiddle with my thumbnail presentation which I's still not happy with and may even tackle a graphic masthead.

JIm.


User with too little time but coding is therapeutic.

Offline

#8 2016-06-04 20:50:40

jherman
Member
From: Kingsport, TN USA
Registered: 2012-12-09
Posts: 95
Website

Re: Navigation tray on IOS Devices

When implementing the .htaccess module to suppress the www. problem, I discovered another problem.

My LR Publisher service was initially set to: http://www.jamesherman.net/backlight/publisher/ which now produces an error in LR. Just change to http://jamesherman.net/backlight/publisher/. I ignored the offer to republish all the images. Everything seems to work well otherwise.

Jim.


User with too little time but coding is therapeutic.

Offline

#9 2016-06-10 07:24:47

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Navigation tray on IOS Devices

I copied the follow lines to .htaccess in root directory:

# ------------------------------------------------------------------------------
# | Suppressing / Forcing the "www." at the beginning of URLs                   |
# ------------------------------------------------------------------------------

# The same content should never be available under two different URLs especially
# not with and without "www." at the beginning. This can cause SEO problems
# (duplicate content), therefore, you should choose one of the alternatives and
# redirect the other one.

# rewrite www.example.com → example.com

<IfModule mod_rewrite.c>
    RewriteCond %{HTTPS} !=on
    RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]
    RewriteRule ^ http://%1%{REQUEST_URI} [R=301,L]
</IfModule>



But there were no changes. The lines will not come back - only on galleries page. Or did I do a mistake? I have deleted the copied text so my .htaccess ist the old again.

Rainer

Last edited by Rainer Goergen (2016-06-10 07:25:12)

Offline

#10 2016-06-10 07:36:44

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: Navigation tray on IOS Devices

Now I changed in Design Menu Set the path from - Album Set galleries - to URL /galleries/. I stored it and refreshed the gallery site on my iPhone. Now the tray icon looks normally again. I did not clear template cache.

Rainer

Offline

Board footer

Powered by FluxBB