A plugin to restore the Classic Widgets in WordPress.

Overview
=== Classic Widgets ===
Contributors: wordpressdotorg, hellofromtonya, azaozz
Tags: gutenberg, disable, disable gutenberg, editor, classic widgets
Requires at least: 4.9
Tested up to: 5.8
Stable tag: 0.1
Requires PHP: 5.6 or later
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Enables the previous "classic" widgets settings screens in Appearance - Widgets and the Customizer. Disables the block editor from managing widgets.

== Description ==

Classic Widgets is an official plugin maintained by the WordPress team that restores the previous ("classic") WordPress widgets settings screens. It will be supported and maintained until at least 2022, or as long as is necessary.

Once activated, this plugin restores the previous widgets settings screens and disables the block editor from managing widgets. There is no other configuration, the classic widgets settings screens are enabled or disabled by either enabling or disabling this plugin.

== Changelog ==

= 0.1 =
Initial release.

== Frequently Asked Questions ==

= Are there any settings? =

No, there are no settings. Once activated, this plugin restores the previous ("classic") WordPress widgets screen and disables the block editor from managing widgets.
Comments
  • Blocks discovery of new plugin versions (especially WP rockeT)

    Blocks discovery of new plugin versions (especially WP rockeT)

    Hi,

    as I updated this plugin to the latest version, the updates for other plugins are disappearing. In my case this is WP Rocket, maybe some others are involved also?

    WP core: 5.8.1

    Can you please fix this?

    Best, GeorgBNM

    opened by GeorgBNM 2
  • Change filter name

    Change filter name

    As of https://github.com/WordPress/wordpress-develop/commit/00bc227eb8e7b09e9eb6390a74a23a3f3fcc2383 the filter name has now changed to use_widgets_block_editor from wp_use_widgets_block_editor

    opened by spacedmonkey 2
  • Issue with jQuery

    Issue with jQuery

    In my admin, when I edit an Advanced Custom Fields page, I get the following error, relating to more2.js

    image

    This is also causing the edit pages of any ACF section to load slowly.

    opened by asha23 1
  • Bump year of expected support

    Bump year of expected support

    • Updates expected end of support and maintenance to 2024.
    • Shortening preposition before year prevents hyphenation of "necessary" at end of sentence.
    opened by ironprogrammer 0
  • 6.1 updates

    6.1 updates

    • Raises "Tested up to" to 6.1.
    • ~Removes reference to 2022 in description. The plugin will be maintained for as long as needed.~

    Plugin version remains unmodified to prevent unnecessary plugin updates.

    opened by ironprogrammer 0
  • Updates for 5.9

    Updates for 5.9

    Fixes #11

    • Raises "Tested up to" for 5.9.
    • Adds the question in FAQs if this works on block themes with a link to the Block Theme article for more information.
    opened by hellofromtonya 0
  • Saving changes not working with php8.1 as soon as code is not basic html

    Saving changes not working with php8.1 as soon as code is not basic html

    Hello,

    Environment:

    Debian Buster. Virtualmin panel allowing to choose default PHP mode (currently 7.4.33) but also to make exceptions and have whatever's installed in a directory of choice to run another different of PHP (testing version 8.1.13). MariaDB.

    Testing grounds: a brand new wordpress, installed on an empty directory with a freshly downloaded wordpress zip archive, using a brand new freshly created database. Only 1 plugin was added, Classic Widgets.
    But also a clone of an existing blog (cloned both files and database, wp-settings edited to change the site’s home url) that is still running fine in php 7.4 today, but in which there is the bug I come to report when ran in php 8.1.

    The bug:

    Saving the text contents of widgets only works when this is basic html content. (Think p, center.)

    Anything more complex, a script, a form, or php, it won’t be saved. I click the “Save” button, a spinning wheel icon starts rotating left of the Save button… and nothing more happens. if I come back five actual minutes later to check, the button is still spinning, if I refresh the page, the change hasn’t been saved.

    A screenshot is attached: rescreenshot

    An example of the code that won’t be saved into a widget area, this is, plainly, a search form, no more, no less:

    <div class="search_main">
    <form method="get" class="searchform" action="/" autocomplete="off">
    <input type="text" class="field s" name="s" value="Search..." onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}" autocomplete="off">
    <button type="submit" class="fa fa-search submit" name="submit" value="Search"></button>
    </form>
    <div class="fix"></div>
    </div>
    

    I checked the website’s apache error log, without a risk of false positives as it was a test ground: nothing is recorded, at all, when I click the “Save” button and nothing happens.

    Maybe important to mention:

    I'm not 100% sure this is classic-widgets' fault. I tried with the “Classic widgets” plugin disabled , went to create a “Code” widget, pasted inside the code I quoted above, and it gave “There was an error. The response is not a valid JSON response.”. No idea if that’s the same issue or not, though.

    opened by OliverFrWTFalreadyTakenComeOnNow 0
Owner
null
CI4-Lic is a software license manager modul for Codeigniter 4, connecting to WordPress license server based on the Software License Manager Plugin.

CI4-Lic CI4-Lic is a software license manager modul for Codeigniter 4, connecting to WordPress license server based on Software License Manager Plugin

George Lewe 1 Jan 15, 2022
This is a clone of Angry birds's homepage built using Wordpress, it is configured to run on the Pantheon platform.

Angry-Birds-UI-Clone Description This is a clone of Angry birds's homepage built using Wordpress, it is configured to run on the Pantheon platform. Li

Abir Bouhriz Daidj 3 Oct 20, 2021
Task Manager is a Task Management Module/Tools for wordpress

Task Manager is a Task Management Module/Tools for wordpress, where you can create, manage, assign user, update and delete different tasks. It has all features of Task Management Application.

Louie Sanchez 2 Dec 31, 2021
WordPress Group Project: Resume Library

The user will also be able to generate it in PDF for his personal needs.

null 2 Feb 23, 2022
This plugin allows administrators to apply discounts on orders from the administration panel.

skilldo-discounts This plugin of cms Skilldo This plugin allows administrators to apply discounts in percentage on full orders from the administration

null 3 Nov 13, 2021
Das zentrale Repo für den Plugin Prototypen

=== Hello Dolly === Contributors: matt, wordpressdotorg Stable tag: 1.7.2 Tested up to: 5.5 Requires at least: 4.6 This is not just a plugin, it symb

Tilo 1 Oct 17, 2022
This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 4.0.0 platform. It allows you to query some other server information

QueryServer This is a plugin written in PHP programming language and running on the PocketMine platform that works stably on the API 4.0.0 platform. I

Thành Nhân 1 Jul 6, 2022
Addon for plugin scorehud

TopNolepAddon Addon for plugin scorehud Tags Tags {nolep_time} How To Use Download And Put in addon folder in plugin_data ScoreHud Edit file scorehud.

Edo 2 Oct 19, 2021
MainWP Child Plugin Auto Downloader.

This plugin checks to see if the MainWP Child plugin is installed and activated; If not, it will download it and install it.

Keith Crain 10 Sep 26, 2022
Un plugin SPIP pour retrouver une langue française naturellement inclusive

SPIP en français inclusif classique Un plugin SPIP pour retrouver une langue française naturellement inclusive Objectif Nous sommes profondément attac

Jacques Pyrat 3 Nov 15, 2021
GLPI Plugin for direct VNC connection inside ticket

RemoteSupport GLPI Plugin for direct VNC connection inside ticket This Plugin add a simple button inside tickets: If user is correctly connected to on

null 6 Jul 2, 2022
Feature plugin to count CSS and JS assets loaded by the theme on front-end and display recommandations in Site Health

=== Site Health - Audit Enqueued Assets === Contributors: audrasjb, whodunitagency Tags: site health, performance audit, performance test, assets, scr

Jb Audras 3 Nov 5, 2021
This plugin was created to help you migrate your existing gallery from your old site.

WP Migrate Gallery 1. Steps to Import Gallery 1.1. Install ACF PRO 1.2. Create CPT Gallery 1.3. Create Gallery Taxomy 1.4. Copy Gallery media files to

null 3 Jun 23, 2022
Most advanced Anti-VPN plugin for PocketMine-MP

VPNProtect Are banned players joining back on different IPs each time and you have no idea how to stop them? Have you been tired of constantly needing

MagicGames 9 Aug 4, 2022
YCOM Impersonate. Login as selected YCOM user 🧙‍♂️in frontend.

YCOM Impersonate Login as selected YCOM user in frontend. Features: Backend users with admin rights or YCOM[] rights, can be automatically logged in v

Friends Of REDAXO 17 Sep 12, 2022
Documents WordPress Classic Editor integration points and their Gutenberg equivalents

Gutenberg Migration Guide This repository documents WordPress Classic Editor customization points and their Gutenberg equivalents (if such exist). Its

Daniel Bachhuber 185 Nov 16, 2022
The classic email sending library for PHP

PHPMailer – A full-featured email creation and transfer class for PHP Features Probably the world's most popular code for sending email from PHP! Used

PHPMailer 19k Jan 1, 2023
The classic email sending library for PHP - this is my personal fork, please post issues on the upstream project

PHPMailer - A full-featured email creation and transfer class for PHP Build status: Class Features Probably the world's most popular code for sending

Marcus Bointon 1.5k Dec 5, 2022
A laravel package to handle cascade delete and restore on model relations.

Laravel Model Soft Cascade A laravel package to handle cascade delete and restore on model relations. This package not only handle the cascade delete

Touhidur Rahman 18 Apr 29, 2022
Cascade Delete & Restore when using Laravel SoftDeletes

Laravel/Lumen Soft Cascade Delete & Restore Cascade delete and restore when using the Laravel or Lumen SoftDeletes feature. Why do I need it? To make

Asked.io 669 Nov 30, 2022