Hi, there is a problem with BigGrid1 and BigGrid2 on both Newspaper 6.0 and Newspaper 6.1.
I provide you with a screenshot as how they look.
-
This topic was modified 11 years by
neakriti.
1) If we add the line
@import url(“../Newspaper/style.css”);
at the style.css of the child theme
2) if we edit the functions.php file in the child theme and remove the lines
/* —————————————————————————-
add the parent style + style.css from this folder
*/
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style(‘td-theme’, get_template_directory_uri() . ‘/style.css’, ”, ‘6c’, ‘all’ );
wp_enqueue_style(‘td-theme-child’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘td-theme’));
}
then the child theme works ok with BigGrid… I don’t know if thats ok to do….
-
This reply was modified 11 years by
neakriti.
Hello fellow crime fighters,
Open up the functions.php from the child theme and add 1000 priority to the wp_enqueue_scripts action:
add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles', 1000);
Hi,
@nebulonni
Please send an email at contact@tagdiv.com , paste a link to this conversation and provide wp-admin access so i can take a look.
Thank you!
Hi,
Replied via email. For others who may want to try this: make sure you just modify the existing code like this – http://screencast.com/t/ErYFjudLd
Thank you!
