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.
Pages: 1
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:
Website:
Rainer
Offline
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
Once again - where are the lines?
Please try http://rainer-goergen.de/galleries/
In mobile view.
Rainer
Offline
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!
Rainer
Offline
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.
Offline
Offline
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
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
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
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
Pages: 1