plugin-icon

Child Theme Configurator

Lorsque l'utilisation du Personnaliseur n’est pas suffisant - Créer un thème enfant depuis vos thèmes installés en personnalisant les styles, modèles, fonctions et plus encore.
Évaluations
4.7
Mis à jour récemment
March 23, 2024
Version
2.6.6
Installations actives
300K
Child Theme Configurator

Child Theme Configurator is a fast and easy to use utility that allows you to analyze any theme for common problems, create a child theme and customize it beyond the options of the Customizer. Designed for WordPress users who want to be able to customize child theme stylesheets directly, Child Theme Configurator lets you easily identify and override the exact CSS attributes you want to customize. The Analyzer scans the rendered theme and automatically configures your child theme. It correctly enqueues theme and font stylesheets for optimum performance and handles vendor-specific syntax, giving you unlimited control over the Child Theme look and feel while leaving your Parent Theme untouched. Learn more about how to create a child theme.

Prenez le contrôle de vos thèmes enfants

Child Theme Configurator analyse et indexe vos feuilles de style afin que chaque requête média, sélecteur, propriété et valeur CSS soit à portée de main. Deuxièmement, cela vous montre comment chaque personnalisation que vous effectuerez sera avant que vous ne l’appliquiez au thème enfant. Enfin, il enregistre votre travail afin que vous puissiez personnaliser les styles dans vos thèmes enfant sans risque de perte de vos modifications.

Vous pouvez créer autant de thèmes enfants que vous voulez à partir de vos thèmes parents. Child Theme Configurator vous permet de choisir parmi vos thèmes installés (même des thèmes enfants existants) et d’enregistrer les résultats dans votre répertoire de thèmes.

Lorsque vous êtes prêt, activez le thème enfant et votre site WordPress applique automatiquement les styles personnalisés.

Pourquoi créer des thèmes enfants et personnaliser les styles à l’aide de Child Theme Configurator ?

  1. Certaines choses ne peuvent pas être modifiées en utilisant l’outil de personnalisation.

  2. Sans thème enfant, vous pouvez perdre les changements apportés aux modèles et feuilles de styles lors de la mise à jour.

  3. Child Theme Configurator détermine la façon idéale pour créer un thème enfant basé sur le thème que vous utilisez.

  4. Vous pouvez trouver les paramètres exacts de style pour votre thème et changer rapidement les réglages.

  5. Vous pouvez localiser, copier et éditer les modèles du thème depuis l’admin.

  6. De plus :

    • Update themes without losing customizations
    • L’analyseur de thème intelligent détermine les bons paramètres à utiliser
    • Résoudre les problèmes communs de thème enfant avec presque n’importe quel thème parent
    • Copiez les widgets existants, les menus et les options de l’outil de personnalisation vers le thème enfant
    • Utilisez les polices web dans votre thème enfant
    • Mettre dans une queue (lien) les feuilles de style au lieu d’utiliser @import
    • Localiser et éditer rapidement le CSS du thème.
    • Personnaliser les @media queries pour l’affichage responsive
    • Sélectionnez les couleurs HEX, RGBA (transparentes) et nommées à l’aide du sélecteur de couleur Spectrum
    • Ajouter des styles de repli (plusieurs valeurs par propriété)
    • Économisez des heures de développement
    • Compatible avec le multi-site
    • Faites des modifications indisponibles avec l’outil de configuration
    • Exporter les thèmes enfants comme archive Zip
    • Identifier et remplacer les sélecteurs exacts du thème parent
    • Changez les couleurs spécifiques, les arrière-plans, les styles de police, etc. sans changer d’autres éléments
    • Générer automatiquement des propriétés multi-navigateurs et préfixe vendeur (-webkit-, -moz-, etc.) et des gradients CSS
    • Prévisualisez les styles personnalisés avant de les appliquer
    • Utilise l’API système de fichier de WP – ne créera pas de fichiers que vous ne pouvez pas supprimer

Child Theme Configurator PRO

Apply the CSS customizing power of Child Theme Configurator to any WordPress Plugin installed on your website. Child Theme Configurator PRO scans your plugins and lets you customize their stylesheets. We’ve added more features to make customizing styles quicker and easier with PRO.

Learn more at http://www.childthemeplugin.com/child-theme-configurator-pro

Unlimited Widget Content With a Single Plugin

IntelliWidget is a versatile widget manager that does the work of multiple plugins by combining custom page menus, featured posts, sliders and other dynamic content features that can display on a per-page or site-wide basis.

Learn more at https://www.lilaeamedia.com/plugins/intelliwidget

Hook Highlighter

Hook Highlighter provides Administrators insight into the internal program flow of WordPress when activated on any front-facing page of a website.

Display action and filter hooks, program files and backtrace information inline for the current page.

Learn more at https://www.lilaeamedia.com/product/hook-highlighter

Query/Selector Tab

There are two ways to identify and customize baseline (parent) styles. Child Theme Configurator lets you search styles by CSS selector and by property. If you wish to customize a specific CSS selector (e.g., h1), use the « Query/Selector » tab. If you have a specific CSS value you wish to customize site-wide (e.g., the color of the type), use the « Property/Value » tab.

The Query/Selector tab lets you find specific CSS selectors and edit them. First, find the query that contains the CSS selector you wish to edit by typing in the Query autoselect box. Select by clicking with the mouse or by pressing the « Enter » or « Tab » keys. CSS selectors are in the base query by default. Next, find the CSS selector by typing in the « Selector » autoselect box. Select by clicking with the mouse or by pressing the « Enter » or « Tab » keys.

This will load all of the properties for that CSS selector with the Original values on the left and the child theme values inputs on the right. Any existing child theme values will be automatically populated. There is also a Sample preview that displays the combination of Parent and Child overrides. Note that the border and background-image get special treatment.

The « Order » field contains the original sequence of the CSS selector in the parent theme stylesheet. You can change the CSS selector order sequence by entering a lower or higher number in the « Order » field. You can also force style overrides (so called « !important » flag) by checking the « ! » box next to each input. Please use judiciously.

Cliquer « Enregistrer » pour mettre à jour la feuille de styles du thème enfant et enregistrer les modifications de l’admin de WordPress.

Adding Raw CSS

If you wish to add additional properties to a given CSS selector, first load the selector using the Query/Selector tab. Then find the property you wish to override by typing in the New Property autoselect box. Select by clicking with the mouse or by pressing the « Enter » or « Tab » keys. This will add a new input row to the selector inputs.

If you wish to add completely new CSS selectors, or even new @media queries, you can enter free-form CSS in the « Raw CSS » textarea. Be aware that your syntax must be correct (i.e., balanced curly braces, etc.) for the parser to load the new custom styles. You will know it is invalid because a red « X » will appear next to the save button.

If you prefer to use shorthand syntax for properties and values instead of the inputs provided by Child Theme Configurator, you can enter them here as well. The parser will convert your input into normalized CSS code automatically.

Property/Value Tab

The Property/Value tab lets you find specific values for a given property and then edit that value for individual CSS selectors that use that property/value combination. First, find the property you wish to override by typing in the Property autoselect box. Select by clicking with the mouse or by pressing the « Enter » or « Tab » keys.

This will load all of the unique values that exist for that property in the parent theme stylesheet with a Sample preview for that value. If there are values that exist in the child theme stylesheet that do not exist in the parent stylesheet, they will be displayed as well.

For each unique value, click the « Selectors » link to view a list of CSS selectors that use that property/value combination, grouped by query with a Sample preview of the value and inputs for the child theme value. Any existing child theme values will be automatically populated.

Cliquer « Enregistrer » pour mettre à jour la feuille de styles du thème enfant et enregistrer les modifications de l’admin de WordPress.

If you want to edit all of the properties for the CSS selector you can click the “Edit” link and the CSS selector will automatically load in the Query/Selector Tab.

Web Fonts Tab

You can add additional stylesheets and web fonts by typing @import rules into the textarea on the Web Fonts tab. Important: do not import the parent theme stylesheet here. Use the « Parent stylesheet handling » option from the Parent/Child tab.

Files Tab

Parent Templates

You can copy PHP template files from the parent theme by checking the boxes. Click « Copy Selected to Child Theme » and the templates will be added to the child theme’s directory.

CAUTION: If your child theme is active, the child theme’s version of the file will be used instead of the parent immediately after it is copied. The functions.php file is generated separately and cannot be copied here.

Fichiers du thème enfant

Templates copied from the parent are listed here. These can be edited using the Theme Editor in the Appearance Menu. Remove child theme images by checking the boxes and clicking « Delete Selected. »

Images du thème enfant

Theme images reside under the images directory in your child theme and are meant for stylesheet use only. Use the media gallery for content images. You can upload new images using the image upload form.

Capture d’écran du thème enfant

Vous pouvez télécharger une capture d’écran personnalisée pour le thème enfant ici. La capture d’écran du thème doit être d’un ratio de 4:3 (par ex., 880px x 660px) JPG, PNG ou GIF. Il doit être nommé « screenshot ».

Exporter le thème enfant en fichier Zip

Vous pouvez télécharger votre thème enfant pour l’utiliser sur un autre site WordPress en cliquant sur « Export ».

Prévisualisation et activation

IMPORTANT : tester les thèmes enfant avant l’activation’!

Some themes (particularly commercial themes) do not correctly load parent template files or automatically load child theme stylesheets or php files.

In the worst cases they will break your website when you activate the child theme.

  1. Navigate to Appearance > Themes in the WordPress Admin. You will now see the new Child Theme as one of the installed Themes.
  2. Click « Live Preview » (theme customizer) below the new Child Theme to see it in action.
  3. Lorsque vous êtes prêt à utiliser le thème enfant en direct, cliquez sur « Activer ».

MULTISITE USERS: You must Network Enable your child theme before you can use Live Preview. Go to « Themes » in the Network Admin.

Caveats

  • Arbitrary comments are not supported. Providing a high level of flexibility for previewing and modifying custom styles requires a sophisticated parsing system. Maintaining comments that are bound to any particular element in the stylesheet is prohibitively expensive compared to the value it would add. Although we are working to include this as an option in the future, currently all comments are stripped from the child theme stylesheet code.
  • No @keyframes or @font-face rules. Child Theme Configurator only supports @media and @import. If you need other @rules, put them in a separate stylesheet and import them into the Child Theme stylesheet.
  • Only two-color gradients. Child Theme Configurator is powerful, but we have simplified the gradient interface. You can use any gradient you want as long as it has two colors and no intermediate stops.
  • CSS properties are auto-discovered. Child Theme Configurator loads the properties that exist in the Parent stylesheet. You can always add new properties using the “Raw CSS” text area.
  • Legacy gradient syntax is not supported. Child Theme Configurator does not support the MS filter gradient or legacy webkit gradient. These will continue to work if they are used in the parent theme, but will not be written to the child theme stylesheet. If there is a demand, we may add it in a future release, but most users should have upgraded by now.

Documentation

Go to http://www.childthemeplugin.com/

Serbo-Croatian translation courtesy of Borisa Djuraskovic borisad@webhostinghub.com http://www.webhostinghub.com

Copyright : (C) 2014-2018 Lilaea Media

Gratuitsur le plan Creator
En procédant à l’installation, vous acceptez les Conditions d’utilisation de WordPress.com ainsi que les Conditions de l’extension tierce.
Installations actives
300K
Cette extension est disponible en téléchargement pour être utilisée sur votre installation WordPress auto-hébergée.