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.