Big Grid 1 and 2, problems on Newspaper 6 and 6.1

Posted in: Newspaper
Post count: 100

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.
Post count: 7

Hello,
I have just install the fresh new update and i still have the problem with the Big Grid 2. It work’s with the the theme, but when i use the child theme i have the same problem.
I hope the update will fix this point. 🙁

Post count: 22

Yup, issues still there with child themes.

Post count: 7

Ok, here is a little CSS fix for the Big Grid 2. It should work. 🙂
Just paste this in Newspaper / Theme panel / Custom CSS.

.td_block_big_grid_2 .td-small-thumb .td-module-thumb {
width: 305px;
}

Post count: 100

Yes, this fixes the problem when it comes to desktop screens. When reducing the width of the browser, the problem re-appears.

It would be nice if we had an out of the box fix for that problem in the next update.

Post count: 100

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.
Post count: 100

No, my bad, it doesn’t work 🙁
Anyway, tagdiv knows what they do, they’ll fix it for sure

Post count: 3

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);

Post count: 22

Dude, you da hero!

Post count: 7

It’s not working from my side. 🙁

Post count: 1291

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!

Post count: 1291

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!

Viewing 12 posts - 1 through 12 (of 12 total)
You must be logged in to reply to this topic.