Forum Replies Created
-
AuthorPosts
-
Michael Alø-Nielsen
ParticipantI will have to make different child themes for each color that i need (dark and blue) then. Thanks for all your help!
Michael Alø-Nielsen
ParticipantI had same problem. I emptied the browser cache, and it came back.
Michael Alø-Nielsen
ParticipantI noticed that the theme just got an update today, but the “error” mentioned above (about the “get_stylesheet_directory_uri()”) is still not corrected.
It’s simple enough to correct. You just have to replace “get_template_directory_uri()” with “get_stylesheet_directory_uri()” in the functions.php-file, but it’s annoying to have to do it manually every time the theme get’s updated (even though it’s not something that happens every day).
…and the duplicate entry in style.css hasn’t been corrected either. Just to let you know.Michael Alø-Nielsen
ParticipantAs long as you are fixing errors anyway, I found that you have a duplicate entry in your style.css (the only difference is that the hex-color-code is in small letters in one and in capitals in the other:
/* =Contactform7 ----------------------------------------------- */ #content span.wpcf7-not-valid-tip { background: none repeat scroll 0 0 transparent; border: 0 none; color: #FF0018; font-size: 12px; left: 5px; line-height: 12px; padding: 2px; top: 0; } /* =Contactform7 ----------------------------------------------- */ #content span.wpcf7-not-valid-tip { background: none repeat scroll 0 0 transparent; border: 0 none; color: #ff0018; font-size: 12px; left: 5px; line-height: 12px; padding: 2px; top: 0; }
Michael Alø-Nielsen
ParticipantNo problem, and again, thanks for all your help 🙂
Michael Alø-Nielsen
ParticipantI finally found out why it wasn’t working.
it’s an “error” in the functions.php file in catch-box theme.
You have used “get_template_directory_uri()” which prevents the color stylesheets from the child-theme to be loaded.
You should have used “get_stylesheet_directory_uri()” otherwise it won’t work. See this screenshot:You should change it in the function.php file for the next update of the theme 😉
Michael Alø-Nielsen
ParticipantThat I can do 🙂
catch-box-child.zipMichael Alø-Nielsen
ParticipantSorry, but that’s not possible. I’m working at localhost.
December 29, 2016 at 4:13 pm in reply to: Can I change the search-submit button from left to right side of search-field? #106061Michael Alø-Nielsen
ParticipantPerfect. Works like a charm.
Thank you so much.
It was the “unset” part I couldn’t figure out.Michael Alø-Nielsen
ParticipantThank you!
It works perfekt 🙂Michael Alø-Nielsen
ParticipantSorry, but that is not possible. I’m still in the process of developing at localhost 🙁
-
AuthorPosts