Jump to content

Edit History

Minsky_ae

Minsky_ae


Add other test description

Thanks @pixelicous,

Until now all the edition I do in the child theme are working perfectly but thanks for the advice.

I tried to add priority but doesn't seem to change anything :(

parent: classic
name: foobar
display-name: Foobar
version: 1.0.0
author:
  name: "Foobar"
  email: "[email protected]"
  url: "https://foobar.com"
assets:
  use_parent_assets: true
  css:
    all:
      - id: test
        path: assets/css/test.css
        priority: 1000

I cleared the cache from the shop and the browser's one, I can see all other CSS files but still not the test one 😔 The test.css file is in themes>foobar>assets>css

Even if I tried to do the same in parent theme (adding a custom-lib.css file, uncomment the lines for it), nothing's happening so I might doing something else wrong. 🤔

Minsky_ae

Minsky_ae

Thanks @pixelicous,

Until now all the edition I do in the child theme are working perfectly but thanks for the advice.

I tried to add priority but doesn't seem to change anything :(

parent: classic
name: foobar
display-name: Foobar
version: 1.0.0
author:
  name: "Foobar"
  email: "[email protected]"
  url: "https://foobar.com"
assets:
  use_parent_assets: true
  css:
    all:
      - id: test
        path: assets/css/test.css
        priority: 1000

I cleared the cache from the shop and the browser's one, I can see all other CSS files but still not the test one 😔 The test.css file is in themes>foobar>assets>css

Minsky_ae

Minsky_ae

Thanks @pixelicous,

Until now all the edition I do in the child theme are working perfectly but thanks for the advice.

I tried to add priority but doesn't seem to change anything :(

parent: classic
name: foobar
display-name: Foobar
version: 1.0.0
author:
  name: "Foobar"
  email: "[email protected]"
  url: "https://foobar.com"
assets:
  use_parent_assets: true
  css:
    all:
      - id: test
        path: assets/css/test.css
        priority: 1000

I cleared the cache from the shop and the browser's one, I can see all other CSS files but still not the test one 😔

×
×
  • Create New...