Tag
scripts organizer
-
Live SCSS Playground in WordPress with Scripts Organizer
Writing SCSS loops and maps without seeing the result feels like working in the dark. You save, open the compiled file, find the mistake, and go back. In this…
-
Multi-Column Footer Menu in Oxygen Builder, Managed from Menus
A multi-column footer built from separate text and link elements means every new link or column sends you back into Oxygen Builder, and your client can't make…
-
Export and Import Code Blocks and SCSS Partials: Scripts Organizer
Rebuilding the same code blocks and SCSS partials by hand on every new WordPress site is slow, and it's easy to get something wrong. Scripts Organizer lets you…
-
Migrate Advanced Scripts to Scripts Organizer with JSON Import
Moving from Advanced Scripts to another plugin usually means copying every snippet by hand, one at a time. Scripts Organizer has a dedicated Advanced Scripts…
-
Recover from a PHP Fatal Error with Scripts Organizer Safe Mode
A typo in a PHP snippet can take your whole site down with a fatal error. If you closed the Scripts Organizer editor before you noticed, you can't just go back…
-
Migrate Code Snippets to Scripts Organizer with JSON Import
If all your custom code lives in the Code Snippets plugin, moving it to another plugin by hand means copying every snippet one at a time. Scripts Organizer has…
-
SCSS Partials in WordPress: Split and Reuse with Scripts Organizer
One long stylesheet gets harder to maintain with every section you add, and every page loads all of it, even the parts it never uses. SCSS partials in Scripts…
-
Reuse a Registered GSAP Script in Scripts Organizer
Once you have animations on more than one page, the easy mistake is to paste the GSAP library into every snippet. The library then loads more than once and…
-
GSAP Animations in Oxygen Builder with Scripts Organizer
Adding a GSAP animation to an Oxygen Builder page usually means pasting JavaScript into a code block, and then watching the animation fire every time the…
-
Live Reload in WordPress with a Scripts Organizer Snippet
Most front-end work in WordPress goes like this: change a line, save, switch to the browser tab, refresh, check, and repeat. This video shows a free live…