Skip Navigation

[Resuelto] toolset starter child css not imported

Este hilo está resuelto. Aquí tiene una descripción del problema y la solución.

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 hace 6 años, 7 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

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)

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por Griffin hace 6 años, 7 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#775169

I am trying to: use a child theme

Link to a page where the issue can be seen: enlace oculto

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: enlace oculto
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:enlace oculto

Line 83:

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