Oxygen 4.1 fixes:
Swiss Knife compatibility fixes:
Fix:
NEW: Format Stylesheet
NEW: Blockpad UX
Fix: User preference reported bug
Fix: Double click to open panel
Fix: On certain small viewport size User preference layout broken
Fix: Right click on the smallest breakpoint generated wrong value
NEW: Style App - preview selector styles
NEW: Style inspector - Grab code
NEW: Auto rename element in structure panel as first class-name of element
NEW: Change default Heading tag to H2 or H3
ENHANCEMENT: Unit-auto detection, more supported fields
INTEGRATION: Dplugins Scripts Organizer CSS variable suggestion.
COMPATIBILITY: Oxygen 4.1.0+ ready
FIX: Shortcuts hint, huge font-size
Fix 1: Detachable stylesheets won't open stylesheet
Fix 2: History panel and Structure panel active until some interaction with Panelator
Fix 3: Added "Backquote" single key shortcut for open/close Blockpad view
**Fix: Structure panel open on load
New features:
Features Rebuild:
FIXES:
Snippets fix:
OxyToolbox feature Navigator collision , use snippet below and run on front-end only via Code Snippets
add_action( 'oxygen_enqueue_ui_scripts', 'recoda_ot_navigator_compatibility_fix' );
/**
* Load custom CSS in the Oxygen editor.
*/
function recoda_ot_navigator_compatibility_fix() {
// if this is not an Oxygen editor page, abort.
if ( ! defined( 'SHOW_CT_BUILDER' ) ) {
return;
}
$css = '
#ct-viewport-container #ct-viewport-ruller-wrap{
height: unset !important;
}
';
wp_add_inline_style( 'oxygen', $css );
}
New features:
Features Rebuild:
FIXES:
Polish:
Admin area:
*Fix: ACF scroll not visible, bug with a lot of custom fields inside dynamic ACF data picker
*Fix: Selector detector scroll not visible
NEW: We have launched PRO version with auto-updates!