Coder Social home page Coder Social logo

Comments (8)

tamassy avatar tamassy commented on August 15, 2024

Are you sure that you set the permission correctly to this files?
Try to set it to 644, and see if the error is still there, I never had any problem with this.

from _tk.

acurcione avatar acurcione commented on August 15, 2024

In my local install everything is set to 755. I tried setting 644 on the font files and it did nothing.

What I don't understand is why trying to use a FA icon is generating an error for glyphicons AND in the totally wrong location for the files as well. But at least it's actually rendering something!

from _tk.

Bulkmaker avatar Bulkmaker commented on August 15, 2024

I also Not able to see, i don't have any errors. Using child theme

from _tk.

ginsterbusch avatar ginsterbusch commented on August 15, 2024

@Bulkmaker might be a different issue. Did you use the current code suggested in the Codex or the outdated one that just uses an @import for the theme stylesheet? In the latter case, try using the former.

cu, w0lf.

from _tk.

Bulkmaker avatar Bulkmaker commented on August 15, 2024

@ginsterbusch if i copy functions, my site crash. How to copy functions.php in child theme?

from _tk.

ginsterbusch avatar ginsterbusch commented on August 15, 2024

Did you create an empty functions.php in your child theme directory and added suggested code? If not, do so, and everything should work.

AFAIK some of the included code of the theme is not child theme-safe, ie. lacking the very important if( !function_exists( ...) ) { ... }part. Most times that doesnt hurt, but thanks to the mechanics of the parent-child theme-system, sometimes, it does.

The reason for this is: Child theme code will be loaded first, and next up, the parent theme code. If there are functions or classes directly included from the parent theme, ie. already declared, but missing the fail-safe (class_exists or function_exists), then that will result into a fatal error.

cu, w0lf.

from _tk.

Bulkmaker avatar Bulkmaker commented on August 15, 2024

@ginsterbusch thank you for answers, but it still not work. I don't know how to fix this. Font awesome also not working.

from _tk.

Bulkmaker avatar Bulkmaker commented on August 15, 2024

Found a solution ? Still not working

from _tk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.