Navigation überspringen

[Gelöst] toolset starter child css not imported

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

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 vor 6 Jahren, 9 Monaten. 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)

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Griffin vor 6 Jahren, 8 Monaten.

Assistiert von: Luo Yang.

Author
Artikel
#775169

I am trying to: use a child theme

Link to a page where the issue can be seen: versteckter Link

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: versteckter Link
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:versteckter Link

Line 83:

<link rel='stylesheet' id='main-css'  href='<em><u>versteckter Link</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>versteckter Link</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.