Skip Navigation

[Resolved] toolset starter child css not imported

This thread is resolved. Here is a description of the problem and solution.

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 5 years, 12 months ago. 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.

Our next available supporter will start replying to tickets in about 0.80 hours from now. Thank you for your understanding.

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)

This topic contains 2 replies, has 2 voices.

Last updated by Griffin 5 years, 12 months ago.

Assisted by: Luo Yang.

Author
Posts
#775169

I am trying to: use a child theme

Link to a page where the issue can be seen: hidden 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: hidden 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:hidden link

Line 83:

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

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.