Child theme problem
-
Ma configuration WP actuelle :
– WordPress : 4.9.1
– PHP/MySQL : 7.0.17 / 5.5.55
– Theme : Hemingway_modifs
– Extensions en place : Akismet Anti-Spam (4.0.1), FooGallery (1.4.8), Forums – wpForo (1.4.2), Forum_wordpress_fr (4.1), Google Forms (0.91), Max Mega Menu (2.4), SI Captcha Anti-Spam (3.0.3), Tabbed Login Widget (1.1.2), Widget Instance (0.9.4), World of Warcraft Recruitment – Legion (1.0), WoWpi – the World of Warcraft API Armory plugin (2.3.5), WoW Progress (1.9.0), WOW Recruitment Widget (1.4.12), WP User Avatar (2.0.9)
– website : https://www.heaven-dream.fr/heaven-dream
– host : ApacheI have a problem : Yesterday, Uptades all my extension/theme, and now some modifications I have done on my child theme (based on hemingway theme) have been modified/deleted, but my css on my child theme are not modified, so I dont understand why…
My css child theme :
/* Theme Name: Hemingway_modifs Description: Modifications du theme Hemingway Author: Naeko - Hemingway Author URI: https://www.heaven-dream.fr/heaven-dream/ Template: Hemingway Version: 0.1.0 */ ::selection { background: #e7a23a; color: #333; } p { font-size: 17px; } .sidebar { background: #6d6d6d; border: 3px solid #b1b1b1; } .widget:last-child { padding-bottom: 0; border-bottom: 0; margin-bottom: 20px; margin-top: 20px; margin-left: 8px; margin-right: 8px; } .widget { padding-bottom: 15%; border-bottom: 4px solid #c2c2c2; margin-bottom: 15%; margin-top: 20px; margin-left: 8px; margin-right: 8px; } .widget-title { font-family: 'Raleway', sans-serif; font-size: 0.9rem; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; color: #fff; } .post, .page { padding-bottom: 10%; border-bottom: 4px solid #7b7b7b; margin-bottom: 10%; } .section.bg-dark { background: #e9a53c; } .post-title, .post-title a { color: #999; } body { margin: 0; padding: 0; border: none; background: #FFF; color: #999; font-family: 'Lato', sans-serif; font-size: 18px; -webkit-font-smoothing: subpixel-antialiased; } .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 { margin: 50px 0 25px; color: #999; line-height: 120%; }
The frame for my widget had border and a diferent background color, but now faded away, color of my font has been modified too…. If anyone know why x)
The page I need help with: [log in to see the link]
- The topic ‘Child theme problem’ is closed to new replies.