Support for Envato Buyers Forums OldCar 2nd development

Viewing 3 reply threads
  • Author
    Posts
    • #3729
      maudubem
      Member

      Hi there. My child theme isn’t working at all. WordPress is ignoring all of the css or php files that i have created on my child folder. I know that your support does not care about 2nd develop and on the documentation you refer to http://codex.wordpress.org/Child_Themes. I just need to know all child files aren’t overriding their parent’s. Can you help me with that or it’s no longer on the deal?

    • #3734

      Hi

      I don’t know what’s the files you added into the child theme, for CSS issue, you’d better add “body” in front of the CSS name, e.g. body #sidebar{} or body .post{}
      For change the exist php functions, you must use add_filter method, e,g, add_filter(‘old_function_name_in_parent’,’new_function_you_wrote’);

    • #3761
      maudubem
      Member

      Ok. I’ll give it a try. It could be it. I did solve the php issue.
      Thanks! 🙂

    • #3772

      Great! It’s my pleasure!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.