Thank you Dan for the workaround and more for the reassurance. I think I may be too old to learn new tricks : )
I will make some progress today and get back to you with any questions
In the meantime - I’m getting a hang when in lightbox sometimes and cannot recover. Even restarting brings back the same scenario - so I need to delete the ‘block’ and recreate it. Will try to pin a repeatable down for you as it doesn’t happen all the time.
In standardising text size within a text box - If I’m highlight a bunch of text of slightly different sizes - it reports as …for example ‘lg’ which cannot be true - it should report with “?” or “multiple”.
Would be nice to have the inspector respond to changes in multiple selected objects … where common attributes exist. This may be difficult to do - I dont know - but my CAD app has this and it’s a real time saver.
I’d also be interested in a compendium of bad practise for Elements - eg: I read that invoking the margin/padding dialog for a given element adds a massive amount of code … and whilst it’s often necessary - when it isn’t … it should be avoided ? Or is that tosh on toast ?
I’m having problems when I go to the print shop in the menu and sometimes the site pops back to ‘classic’ site (without the /2025) - sure that’s a small thing.
I’m looking for a back to the top button / arrow
I’m also looking to hide a big notion database on a screen with a log in (like sitelock ?)
Obviously the formatting is horrible - I haven’t quite got to grips with setting rules across the site for borders, padding etc
Keywords - why didn’t they come across from Classic - or are they no longer useful ?
I’ve done my best to help resolve all issues below. If you hit any more problems, please start a fresh post (i.e. one issue per post). It’s easier for us to help that way
But here goes on fixing all the issues in this thread…
The menu items keep disappearing due to the PayPal code you’ve injected, they are overriding the site code Elements produces
PayPal injects a global .hidden { display: none !important; } in places, which overrides Tailwind’s lg:flex breakpoint. The header uses hidden lg:flex, so PayPal’s rule keeps it hidden even on desktop.
You’ll need to add the following code to your sites header to workaround this:
Each item will take up it’s own grid space, you need to group things together if you want them to display together.
Not 100% sure what is going on here, but you really want to wrap your content into a container that way it will respect the breakpoints. (unless you want something to go full width).
And finally… here’s a video where I try to walk through all the issues for you:
Also if you look at top there is a “sun” and “moon” mode for dark and light (TOP RIGHT in image), go on to your dark mode (moon) and change text to white as you can not see it in dark mode.