I just wanted to add that I deactivated the them & tried Twenty Twelve. The images tiled perfectly using that theme.
to ktaylor310
In the current version there is no such function. In the updated version will plan to make such a possibility.
Perhaps the new version will support plugins Jetpack.
Hi Dinev. I just installed the theme 2 days ago and it is version l.0.4. Is there a newer version? I installed through WordPress.
Do you know if the way the theme is coded will prevent all tiling plugins from working? Maybe another plugin would work?
to ktaylor310:
The current version 1.0.4
>Do you know if the way the theme is coded will prevent all tiling plugins from working? Maybe another plugin would work?
– Maybe π
—
You can try to disable slideshow shortcode gallery, but I’m not sure what theme are ready.
Find functions.php and comment out:
line 60,61
// Uses custom gallery styles
add_filter( 'use_default_gallery_style', '__return_false' );
sample:
// Uses custom gallery styles
//add_filter( 'use_default_gallery_style', '__return_false' );
line 218
/**
* Gallery layout
*/
require( get_template_directory() . '/inc/gallery.php');
That worked!!! Thank you so much!!!
How to disable slideshow gallery when using a child theme?
Kind regards.
Well,
I comment
/**
* Gallery layout
*/
// require( get_template_directory() . '/inc/gallery.php');
in the functions.php of the rectangulum folder.
And it works.
But when rectangulum will be updated, i will lost my change.
So I would prefer to disable slideshow gallery in the functions.php of my child theme.
to whoaloic:
It is hardly possible to override this in a child theme π
I think to change this in the new version update.
Allright,
It’s good to know.
Thank you π