Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Easy Custom Sidebars

Descriere

Noua noastră temă WordPress este aproape gata! Vrei să știi când o lansăm? Grozav! Vizitează-ne site-ul și completează detaliile despre tine iar noi îți vom trimite un email imediat ce o vom termina 🙂

  • Replace any sidebar in your theme.
  • Replace multiple sidebars on the same page.
  • Compatible with any theme and no coding is required.

View plugin demo here!

The documentation for this plugin can be found here.

Urmărește-ne pe twitter!

Ce face acest modul?

  • This plugin allows you to replace any sidebar/widget area in any WordPress theme (no coding required).
  • You are able to replace multiple sidebars/widget areas on the same page.
  • It allows you to manage your custom sidebar replacements in the WordPress Admin area.
  • Allows you to apply the same sidebar replacement across all posts / all pages / all taxonomies / all custom post types with the click of a button.
  • It also automatically detects any type of content in your theme: e.g. custom post types / pages / posts and allows you to replace any widget areas that exist on those pages.
  • Automatic theme style detection: detects your themes styles and styles any custom sidebar replacements to match your theme styles. (no CSS styling required).

Funcționalitățile modulului

  • Create Unlimited Custom Sidebar Replacements: Replace widget areas on any page on your website.
  • Activate/Deactivate Custom Sidebars with the click of a button.
  • Works with any WordPress Theme that has any widget areas.
  • Core WordPress Design: the admin area looks like its part of WordPress.
  • New Admin Screen: React and WordPress REST API powered admin screen.
  • Customizer Integration: Any sidebar replacements that you create will appear in the customizer for you to manage.
  • Ajax Search: Easily find the page/post that contains the widget area you are looking to replace.
  • Strong Usability Testing:x The UI has been designed with a UX first design.

pentru cine e ideal acest modul?

  • Anyone who is looking for an easy way to replace sidebars / widget areas without coding.
  • Theme Authors: you can use this pluin to add unlimited sidebar functionality to your theme.
  • Great for use on client projects or for use on existing websites with limited sidebars.

Facilități pentru dezvoltatori

Reține: Suntem în lucru la o documentație completă pentru dezvoltatorii de teme ce va fi disponibilă în curând.

  • Compatibilitate între navigatoare și compatibilitate cu cele mai vechi (Testat cu toate navigatoarele importante).
  • Integrare fără probleme cu WordPress: previzualizarea live este integrată în Personalizatorul WordPress și pagina setări respectă regulile generale de proiectare din nucleul WordPress.
  • Uses React and the WordPress REST API for an enhanced admin experience.

Mențiuni și donații

Dacă ți s-a părut util acest modul te rog donează aici

Capturi ecran

  • Here is a theme with the default sidebar, we can replace this sidebar without writing a single line of code.
  • Here is the same page but now we have replaced the default sidebar with our own. You can apply widget area replacements to a single page or across all pages/categories etc.
  • Create new sidebars quickly in an easy to use admin interface.
  • Choose where to apply your replacement. Show your sidebar on any/all posts/pages/categories/templates (and much more!).
  • Manage the widgets for your custom sidebar on the native widgets screen. Integrates seamlessly with the WordPress admin area.
  • Seamlessly integrates into the customizer so that you can manage your sidebars in realtime!
  • Quickly manage all of your custom sidebars on the manage sidebar replacements screen.

Instalare

Această secțiune descrie cum să instalezi modulul și să-l faci să lucreze.

de exemplu

  1. Descarcă modulul
  2. Unzip the package and upload to your /wp-content/plugins/ directory or upload in the admin area.
  3. Log into WordPress and navigate to the „Plugins” panel.
  4. Activate the plugin labeled „Easy Custom Sidebars”.
  5. Ești gata!

Întrebări frecvente

For a quick video demo please view the plugin demo here!.

The documentation for this plugin can be found here.

Recenzii

24 iunie 2021 2 răspunsuri
Why do these plugins, that everyone finds so easy to use, never work for me Try as a might, following the out of date video, and then the documentation, this plugin simply doesn't work. I created the sidebars, set up the Sidebar Replacements and it does nothing. Such a shame, it looked like it was going to be a cool little plugin too
29 martie 2021
Kudos to the plugin author. Mimics core perfectly and does exactly what I need it to do. Plus - no intrusive ads.
5 ianuarie 2021 1 răspuns
I've used this plugin for many years now and have always been very satisfied with the functionality as well as the support. Very reliable solution when you need to have a more complex, dynamic sidebar setup on your WordPress website.
11 decembrie 2020 1 răspuns
Searched high and low for an easy to use custom sidebar plugin, and this is by far the best plugin I have come across, and so easy to use. Great job with the latest update.
Citește toate cele 38 de recenzii

Contributori și dezvoltatori

„Easy Custom Sidebars” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

„Easy Custom Sidebars” a fost tradus în 1 locală. Mulțumim traducătorilor pentru contribuția lor.

Tradu „Easy Custom Sidebars” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

2.0.1 – Newline Character bugfix

  • Remove unintentional newline character appearing in the widget output.

2.0.0 – Complete Plugin Rewrite and Optimisation

  • Important: You need to have php 7.0+ installed on your server to use this plugin.
  • Admin Screen Update: now rewritten in javascript/React and utilising the REST API.
  • Huge UX testing and update.
  • Huge improvement in query/data performance on the frontend.
  • Backwards compatibility for older versions.
  • Complete refactor/rewrite of the PHP codebase to simplify.
  • Created github repo to drive development going forward.
  • Using a TDD development process. Codebase has been tested for replacements and backwards compatibility.

1.0.9 – Update for WordPress Version 5.0

  • Last minor update before major plugin rewrite.

1.0.9 – Update for new WordPress Version

  • Updated CSS for the Admin UI.

1.0.8 – Update for new WordPress Version

  • Fixed compatibility issue with WordPress 4.7 and the save_posts action.

1.0.7 – Update for new WordPress Version

  • Fixed visual display issues on the settings page.

1.0.6 – Minor Bug Fix

  • Fixed issue where pages with ampersands in the title weren’t being added to a custom sidebar.

1.0.5 – Bug Fix

  • Fixed issue where sidebar was not displaying for post type archives.

1.0.4 – Feature Update and Bug Fix

  • New Feature: Can add sidebars for author archive pages.
  • The sidebar now persists on empty taxonomy pages.
  • The sidebar now persists when there are no posts in search results.
  • Fixed issue whereby taxonomy names with ampersands weren’t being added to the sidebar (had to manually esc_html for get_term_by function).
  • Removed dependancy for global \$post object and use the get_queried_object() function when looking for a replacement.

1.0.3 – Admin Capability Check

  • Prevents an error from being triggered in admin when a non-admin user doesn’t have the required capability to use the plugin.

1.0.2 – Important Update

  • Au fost soluționate potențialele probleme de securitate din pagina de administrare a modulului – Întărirea securității și escaparea oricăror atribute pasate via URL în tot modulul.

1.0.1

  • Updated translation method.

1.0

  • Prima versiune a modulului.