Sauter la navigation

[Résolu] toolset starter child css not imported

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:

Load CSS file from the starter theme.

Solution:

The client have found it is a cache problem of cloudflare, All is fixed now after turned developer mode on.

Relevant Documentation:

This support ticket is created Il y a 6 années et 9 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

Ce sujet contient 2 réponses, a 2 voix.

Dernière mise à jour par Griffin Il y a 6 années et 9 mois.

Assisté par: Luo Yang.

Auteur
Publications
#775169

I am trying to: use a child theme

Link to a page where the issue can be seen: lien caché

I expected to see: the style.css from the starter theme

Instead, I got: theme css from toolset starter

I'm using version 1.1 of the starter child.

Also using layouts and the css from layouts also is never imported.

I'm essentially having to redo this site: lien caché
There are parts I'm afraid will be difficult to build in layouts, but I would like to give it a try.

#775805

Hello,

Please elaborate the question with more details:
I expected to see: the style.css from the starter theme

I have checked the source code of the URL you mentioned above:
view-source:lien caché

Line 83:

<link rel='stylesheet' id='main-css'  href='<em><u>lien caché</u></em>' type='text/css' media='all' />

It is the CSS file "style.css" from parent starter theme

line 84:

<link rel='stylesheet' id='child-style-css'  href='<em><u>lien caché</u></em>' type='text/css' media='all' />

It is the CSS file "style.css" from your custom child theme

Which CSS file do you expect to see?

#779632

Sorry, forgot this site was on cloudflare. All is fixed now after I turned developer mode on.