Hey, here’s how i did it for a client of mine, but I didn’t modified the fancybox.php.
I only modified the header.php
<?php if ( is_home() ) { ?>
<?php remove_action( 'wp_head', 'mfbfw_init' ); ?>
<?php } else { ?>
<?php } ?>
Cheers,
Cosmin
I’ve been trying to implement your code Mark / t31os and it only works for admins, subscribers can’t select the categories, it’s disabled
try using border:none !important;
and it will overrides all the css templates
Actually i think that what’s messing that slider is the css that comes with the native gallery.
You’ll have to edit out the media.php file in the wp-includes folder starting from line 825 till 840.