Ok, so the update has been released. If you update the Gantry 4 to 4.1.14 it should automatically fix the Theme Options page.
If you update only framework you’ll notice that a bug still exists on the Widgets page, where there is still JS conflict and the dropdown for overrides won’t work.
HOWEVER I’ve implemented a mechanism to enable/disable YOAST JS on the Widgets page whenever you need it.
To be able to use it, you need a toggle to enable it to be placed in your theme. We will update all our G4 themes to have it, but until this happens – here are the steps to add it by yourself.
- Edit templateDetails.xml in /wp-content/themes/<your-theme>/
- Add the code you can find below to the end of the “Gizmos” section of the templateDetails.xml file
<fields name="yoastwidgets" type="chain" label="Disable YOAST JS" description="Disables YOAST scripts on Widgets page in order to make the page fully working. This affects ONLY Widgets admin page.">
<field name="enabled" type="toggle" default="0" label="ENABLED" enabler="true" />
<field name="priority" type="hidden" default="5"/>
</fields>
- Go to Theme Options > Gizmos and locate your new toggle. Enabling the toggle prevents loading of YOAST JS on the Widgets page, so you can control it easily.
Thanks for your patience.
-
This reply was modified 7 years, 6 months ago by
Gantry.
-
This reply was modified 7 years, 6 months ago by
Gantry.