Search the Community
Showing results for tags 'child-theme'.
-
Bonjour à tous, J'ai un soucis avec un thème acheté sur la market-place, je ne parviens à créer un thème enfant qui fonctionne pour pouvoir faire des modifications tout en conservant la possibilité de le mettre à jour au fil des updates du développeur. En fait, je créé mon thème enfant dans le répertoire themes je créé le dossier config à l'intérieur, je paramètre le .yml avec les bons paramètres de linking au thème enfant (comme je fais à chaque fois pour chaque thème). Je retourne ensuite dans le BO pour activer le thème enfant fraîchement créé, il s'active bien mais le layout du site en front-end est totalement cassé. Il y des erreurs javascript à cause de variable non reconnu comme si certains fichiers n'étaient pas chargés, or tous les js sont charger et aucune 404. Ce thème, compatible PS 1.7.4, ne semble pas intégrer la "fonctionnalité" du thème enfant, alors je me pose qq questions : Pourquoi ce n'est pas une fonctionnalité par défaut ? Si la compatibilité avec un thème enfant n'est pas une obligation, y a-t-il un endroit sur les pages de présentation des thèmes de la market-place où le développeur indique cette non-compatibilité ? (de sorte à ne pas l'acheter si on compte le customizer!) Comment, dans ce cas, peut-on customiser un thème puis le mettre à jour sans perdre les modifications apportées au fil du temps ? Je vous remercie vivement pour ces éclaircissements! Merci
-
Hello, I want to create a child theme of the classic theme. In the myshop/themes directory I create following structure : /theme_enfant , /theme_enfant/config, and the file /theme_enfant/config/theme.yml which contents : parent: classic # Nom du thème parent name: theme_enfant # Identifiant de votre thème enfant, identique au dossier display-name: Mon super thème # Description du thème version: 1.0.0 # Version en cas de mise à jour assets: use_parent_assets: true If I go to the backoffice, it works except when I click to the "Theme and logo" tab : I got the following error page : The server returned a "500 Internal Server Error". Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused. I checked the apache_error.log and the php_error.log : no error at all... For information my context is : Prestashop 1.7.6.7 (with wampserver 3.2.3, php 7.2.33, Apache 2.4.46), and in the backofffice in Performance tab I disabled the smarty cache, and the cache. And if I remove the /theme_enfant of the /themes directory, everything works again... It is like Prestashop would work only if there is only one theme in the /themes directory... I am turning crazy! Somebody can help me?
-
Hi I am trying to create a Child Theme based on an existing theme. I managed to get the child theme registered and inheriting the parent theme's dom structure, stylings and scripts. The issue I am running into is, if I create a custom.css inside child-theme/assets/css it does register nor do I see any changes on the frontend from that file. I then modified the config yaml file to include: assets: use_parent_assets: true css: all: - id: product-extra-style path: assets/css/somestyles.css media: all priority: 10000 and still nothing is happening on the frontend. BUT it completely breaks the backend! Error 500 on every page of the backend. Once I remove everything from css: on down, then the backend comes back to life. Any ideas on what's happening and how I can get this sorted out? Thanks so much! -S
- 2 replies
-
- child-theme
- styling
-
(and 1 more)
Tagged with: