Because I hoped to launch next week, I needed to work on my landing page all weekend. But sometime Friday evening, you updated the Landing Page goal with untested software. I have no idea what OTHER bugs the update contains, but after we scroll down, the text edit bar disappears. So there’s no way to change the size of text, or its color, its links, and so on.
And according to Support, no one can do anything until Monday!!!
Hi Charley, I have a workaround fix for you which will get you going.
Go to the Landing Page you want to edit.
Click on the Text in the Page so that the Floating Toolbar is shown.
In your Web Browser you need to open the Console Log. For example, in Chrome click on the “Menu - More Tools - Developer Tools” menu option.
A new section will appear on the page, you need to visit the Console Log.
Copy the following Javascript code below and Paste it into the Console Log. Press the Enter key afterwards. document.getElementsByClassName('fr-toolbar')[0].style.position = 'fixed'; document.getElementsByClassName('fr-toolbar')[0].style.transform = 'translateX(50%)';
Note, if you get the message “Uncaught TypeError: Cannot read properties of undefined treading (reading ‘style’) at :1:49” then make sure the Floating Toolbar is present at first.
Now you can edit the text whilst scrolling down the page.
Note, this workaround fix will only last when you have the Landing Page open. If you refresh, or close and reopen the page you will have to reapply the fix again.
I have attached a picture for you for your reference.
In regards to Keap’s releases schedule, they have got it totally wrong on when to release updates. Releases are done every Thursday, so I wondering if it is done at night. That means it leaves Friday to fix any potential issues, but not the weekend. They need to shift that to Monday or Tuesdays for the updates.