Also, all blocks disappeared from the settings page:
(Downgrading to 2.5.0 restores the blocks to the settings page, but they are still unavailable in the editor).
WP Version: 5.4.12 (cannot upgrade, unfortunately)
UB Version: tested with 2.5.0 and 2.5.4
I’ve been on the Beta program for Spectra and love it. When I did a test update during the Beta from UAGB to Spectra it had backwards compatibility from UAGB to Spectra for things like Sections and Advanced Columns however this is no longer the case when updating.
I just get errors like this on EVERYTHING: “Your site doesn’t include support for the “uagb/section” block. You can leave this block intact, convert its content to a Custom HTML block, or remove it entirely.”
I have over 50 websites using UAGB and I cannot redesign all of them. Please assist!
Best,
Matt
../download-manager/src/__/Apply.php – line 681
uses ?? which is not compatible with the PHP Version.
Replaceing it with isset() resolved the issue for me.
https://stackoverflow.com/questions/53610622/what-does-double-question-mark-operator-mean-in-php
]]>ReferenceError: regeneratorRuntime is not defined ... simple-301-redirects.core.min.js:2:98147
Uncaught ReferenceError: regeneratorRuntime is not defined ... simple-301-redirects.core.min.js:2:161711
Rollback to plugin version 1.07 solves the problem, settings are visible again.
]]>Is it an issue that we’re using such an old version of jQuery? WordPress & our plugins are all up to date – do none of them use jQuery? How is everything not breaking? Is this something we should be worried about now or in the future? I looked up jQuery backwards compatibility & it sounds like people have had very mixed experiences. How long are custom themes generally good for?
]]>If there is no way to indent paragraphs, that is a very serious omission.
]]>(https://codex.www.ads-software.com/Function_Reference/wp_editor)
However, after looking around in the plugin and on the internet for a similar function I have come up empty handed.
Does anyone know if this is a supported feature of Gutenberg, and if so how to go about it?
]]>I’m a theme developer and have made some (logical) changes in CSS classes, example:
Old:
<div class="post-title">
New:
<div class="entry-title">
To support the old class I can do this:
<div class="post-title entry-title">
But I’m wondering if it’s possible to do this via a function in my functions file? Because I don’t want all kinds of “old” CSS classes floating around in my theme files.
Guido
]]>Is there a function/extension to convert all the shortcodes to the new format?
It has quite a few years worth of data, and manual update is not possible on every post/page and widget.
https://www.ads-software.com/plugins/shortcodes-ultimate/
]]>What I am wondering is why this legacy functionality isn’t separated into a plugin?
The reasons I think this would be a good thing:
Some might object that this makes it more difficult for individuals who need backwards compatibility, since they would need to install the plugin…but this could become part of the update process, e.g., the plugin could auto-install.
This isn’t a criticism, it is more of a pondering. I know there are really bright folks in the WP community but I don’t see much discussion around this topic. Has there been some discussion that shut this idea down? If so, can you point me to it? If there hasn’t been discussion – what do you think?
Thanks,
Dave