Reply 42982 to: Issues with childtheme

Avatar: rfrigge
rfrigge
Participant
February 17, 2015 at 14:54

1. I tried that before and it does work but I don’t understand what the default code in the provide functions.php is supposed to do?

add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
    wp_enqueue_style( 'child-style', get_stylesheet_uri(), array( 'bootstrap', 'parent-style' ) );
}

2. Putting al my custom.css in the child-themes style.css (which I previously already tried) will not work correct because the responsive.css will load after the style.css I cannot override responsive.css because of all the !important that is used in the responsive. So my custom css code needs to load after the responsive.css How Can I do that ?

3. Most important translation is the theme’s translation file which is not loaded from the child theme. Besides that I translated screets-chat (which later I had to disable due to incompatibility with All in One SEO), yith-woocommerce-wishlist and woocommerce. Woocommerce translation needed to be adjusted because of some of the changes the WooPress theme does to woocommerce files.
Where Do I put my translation files in the child theme? The default languages folder of the WooPress child Theme does not work (it worked when I did not use the child theme.. but now I moved the language files to the child theme and it doesnt work) The plugin translations I did not yet move to the child theme.

I tested the credentials supplied and the are correct. Please not the difference in o and 0
I use filezilla and quick connect works just fine

4. What about sprites, can these be overruled in with a child-theme (I changed the color)

Please, contact administrator
for this information.
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.