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.
Thanks for the link, Rod. I'll have a closer look as my redesign progresses. For now I have removed the social medial icons. However, the problem of the line being white and not showing my background pattern still remains because the search icon still shows. How do I get rid of it?
The background colour for the social media icons refers to the icons themselves.
Use of Adobe type fonts?
I am recreating my web site in a test region using BL 2 and the Pangolin templates. The social media line appears at the top of my web page. Can it be moved to the bottom of the page? Also, the background of the social media line shows as white; my background image, which shows on the rest of the page, does not fill the social media line. Can this be corrected?
An unrelated question, is there any way to use the Adobe type fonts?
Password recovery?
http://backlight.theturninggate.net/doc … _passwords
Thanks, Matthew, for the suggestion and my apologies for not responding sooner. I started work on other projects, thinking that as my web site was working, albeit without the background, I could return later to the issue.
Before I saw your response, I restored the Backlight 2 version of my web site. I can sign on successfully to that; so my thinking with respect to being unable to sign on to the Backlight 1 version, is that it is a registry issue or some other hidden or not-so-obvious reason. I am going to continue working on the Backlight 2 version of my web site with the suggestions provided earlier.
I decided to reload the Backlight 1 version of my web site; and since I didn't keep it up to date with the various updates to Backlight, install them until I can upgrade to the Pangolin based modules. Then I would upgrade to Backlight 2.
I did the reload of Backlight 1 and now my web site has its background back. However, I cannot now sign in to Backlight Admin to do the upgrades. My password is no longer being accepted. It has not been changed in over a year. Any suggestions as to a solution?
Thank you, Charles. You can remove guest admin. I missed that you are still using okapi based modules. It looks like there is a bug with okapi that doesn't properly set the custom.css include. I can repro this on my test setup.
Since you are using phplugins, you can add it on your own:
function head( ) { // custom.css workaround echo '<link rel="stylesheet" href="/backlight/custom/css/custom.css" />'; }
But I would strongly urge you to upgrade to Pangolin based templates. This is where all the fun is and custom.css works there
I inserted your code into phplugins.php in \backlight\custom\phplugins. It does not appear to be working because my background pattern is still missing from my web site.
How do I upgrade to the Pangolin based templates? I see nothing about them in the Backlight 2 installation and upgrade instructions.
I believe this is a simple setup problem. So there is no need to dig into the code and modify things. If you have changed any files in /backlight/modules/, please do a reinstall of all modules using the module manager.
You don't have to post your guest-admin password here in the forum. It is sufficient if you share it with Rod, Matt and/or me by email or direct message.
I'm sure I returned everything to its state prior to my playing around; but just in case I've reinstalled all the modules and sent you an email with the guest admin signon information.
Sorry to sound like a broken record: Can you enable guest admin so one can have a closer look at your settings (Backlight > Users >Guest Admin)?
You do not sound like a broken record. However, having spent over 50 years in the IT industry both as a designer and programmer of systems, I cannot help but dig into the code to see what is wrong. I changed all coding references to 'backlight/custom' to 'backlight/custom/css' but to no avail; the background problem still persists. So my simple fix is inadequate. I suspect that other code in my version of custom.css is also not being executed.
I notice that in setting up a Guest Administrator I have to assign a password and enter other information. To do so on this site in the open such as in this response would be a major breach of security in that anyone can read it and possibly use the information. Is there a more secure way of doing so?
Since you were able to select your custom.css file, you looked at the location Rod was pointing to. But your pages don't include your custom.css. Can you enable guest admin so one can have a closer look at your settings (Backlight > Users >Guest Admin)?
Hi, Daniel.
This is a cut-and-paste from from one of the references to custom.css in my implementation of Backlight 2:
?><?php
$customPath = '/'.'backlight/custom';
$customStylesheetEnabled = (bool) '1';
$customStylesheetFilename = $customStylesheetEnabled ? 'custom.css' : '';
?><?php
Should not the path be: 'backlight\custom\css'?
Charles
Hmm... your slideshow is a video. So maybe this has to do with the following https://developers.google.com/web/updat … cy-changes
I would change your slideshow to a regular BL2 based slideshow instead of using a video based slideshow.
Hi, Daniel.
What is a BL2 based slideshow?
Charles
charking wrote:I converted from Backlight to Backlight 2 yesterday. My web site is functioning properly except for two issues:
1. I use a background image on all my web pages; the code for this is included in custom.css. It is not appearing on my web pages, so the link to this code has been broken somehow in the conversion process.
My website: charleskinghorn.com
Charles
your page template isn't using any custom css. Make sure your custom css file is uploaded to /backlight/custom/css and that the page template is using it.
in your template, take a look under Advanced Setup > Extensibility : Custom CSS. Enable Custom CSS and choose your file.
Hi, Rod.
My custom.css coding is in \public_html\backlight\custom\css. Also in that directory is theturninggate.css.
I have checked all my page templates, and under Advanced Customization the Custom Stylesheet is enabled and the custom.css file is included. The Include File dropdown list includes theturninggate.css, so I must be pointing to the right directory.
I cannot find your "Advanced Setup > Extensibility : Custom CSS" headings, so possibly I'm missing something and looking in the wrong place.
Charles
your home page slideshow is starting automatically for me on the desktop
Interesting. On my desktop, the slide show starts automatically if I use Firefox or Microsoft Edge, but not if I use Opera or Chrome. I posted this issue when I tested with Opera which is my main browser; the slide show had always started automatically with this browser in the past. I did not think to test with the other browsers before I posted initially. I will mull over the problem; it is not a show stopper.
Thanks, Rod. I will address my other issue shortly.
I converted from Backlight to Backlight 2 yesterday. My web site is functioning properly except for two issues:
1. I use a background image on all my web pages; the code for this is included in custom.css. It is not appearing on my web pages, so the link to this code has been broken somehow in the conversion process.
2. My home page contains a slide show which started automatically in Backlight 1. Now it appears with a Start arrow which must first be clicked on to start the slide show. This is how it operated on my cell phone, but now the Start arrow appears on my desktop as well.
My website: charleskinghorn.com
Charles
Thanks, Rod. That worked. Deleting the album from the Backlight interface also deleted the photographs for that album from my website. I then recreated the album in Lightroom and republished.
Originally I had several separate catalogs in Lightroom, each covering a different subject category. Each of these individual catalogs had their own gallery albums published to my website using TTG Publisher. With increased use of Lightroom Mobile (now Lightroom CC) I combined all of those catalogs into one. The merge worked except that I lost all my gallery albums in TTG Publisher.
Is there any way to recreate them working backwards from Backlight?
I suspect that the answer to the preceding question is no, but I must ask it ("Hope spring eternal in the human breast"). Assuming that, should I first delete each gallery album in Backlight and on my website before reentering the album details in Lightroom and "republishing", or is it sufficient to delete the Backlight album entry only?
Very good, Ben. That was really fast. Thank you very much.
Your experience is the same as mine, Charlie. I had a lot more duplicates of course, because I was doing a major renaming across several galleries. My duplicate thumbnails didn't show up on the web either, only when I downloaded the entire website as a backup.
I don't see it as a major problem, just a glitch with an easy workaround as you and Rod suggested.
Although I haven't tried it, I imagine that deleting, renaming, and then republishing the image files will work. It's an easy procedure. The issue I'm raising could be in Lightroom, not Backlight. Even if it is in Backlight, unless an easy find and fix, it may not be worth the trouble.
It would be best, however, to have a regular collection duplicating the collection to be published and do the renaming there. I did my original renaming in the TTG Publisher collection.
By the way, I've changed my mouse.
Somehow my post was duplicated and I have two similar answers. (I'm using a new mouse that seems super sensitive.)
I agree that both similar responses will work. The interesting thing, however, is that the photos folder contains only the renamed files; the duplication occurs only in the thumbnails folder which implies an issue somewhere in the software.
Somehow my post was duplicated and I have two similar answers. (I'm using a new mouse that seems super sensitive.)
I agree that both similar responses will work. The interesting thing, however, is that the photos folder contains only the renamed files; the duplication occurs only in the thumbnails folder which implies an issue somewhere in the software.
I used my original file names from the camera when I first published my galleries. Later, when I renamed the files and republished, I noticed that a new set of thumbnails were created with the new names, leaving the originally-named thumbnails in place. I don't know if this is a Lightroom Publish problem or a Backlight one or one I created in my setup. The duplicates did not appear to affect the performance of my website, and I simply used FileZilla to delete the original unnecessary thumbnails. Any comments or suggestions?
I used my original file names from the camera when I first published my galleries. Later, when I renamed the files and republished, I noticed that a new set of thumbnails were created with the new names, leaving the originally-named thumbnails in place. I don't know if this is a Lightroom Publish problem or a Backlight one or one I created in my setup. The duplicates did not appear to affect the performance of my website, and I simply used FileZilla to delete the original unnecessary thumbnails. Any comments or suggestions?
Problem fixed. Thank you, Matthew.
Everything is looking good except for one small item. This is a mobile issue, but you can see it on the desktop. If you move the left or right border towards the other, at some point the site will switch to the mobile view. The problem happens only on the Galleries page. Above the text will be a small strip of the texture which should have disappeared. This appears to tie in with the margin above the text because if I lessen the margin, the strip of texture lessens.
I implemented Matthew's code form his response above and have been modifying it in various ways to see if I can fix my problem, but no luck.
When Negative Space is Off, the masthead and footer will span the full width of the browser. When On, the width of all elements will be restricted to the max-width setting of your website.
Thanks, Matthew. I guess with my setup it doesn't appear any differently, one way or the other, so long as I suppress the margin lines on the left and right sides.
I can easily get the black lines (the current default colour) by setting their width to >0px. Right now they are set to 0px and do not appear which is what I want. I find them unnecessary and distracting. At one point early in this thread, as I was developing the css code, I was getting white space left and right of these lines; but that has now disappeared. It may have had something to do with that original background colour line of code we kept talking about in the custom css file. It contained a gradient, and at one point I noticed white space appearing on the left-hand side of my screen and gray on the right-hand side. That line has long been gone. The appearance of my web page is now the same regardless of the setting of the Negative Space switch.