• Resolved ktaylor310

    (@ktaylor310)


    I am trying to set up a portfolio using Jetpack tiled images. No matter what setting I use, the images appear as a large slideshow. I believe flexslider is interfering. Is there a way to disable flexslider? Thank you.

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter ktaylor310

    (@ktaylor310)

    I just wanted to add that I deactivated the them & tried Twenty Twelve. The images tiled perfectly using that theme.

    Theme Author Dinev Dmitry

    (@dimadinev)

    to ktaylor310
    In the current version there is no such function. In the updated version will plan to make such a possibility.

    Theme Author Dinev Dmitry

    (@dimadinev)

    Perhaps the new version will support plugins Jetpack.

    Thread Starter ktaylor310

    (@ktaylor310)

    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.

    Thread Starter ktaylor310

    (@ktaylor310)

    Do you know if the way the theme is coded will prevent all tiling plugins from working? Maybe another plugin would work?

    Theme Author Dinev Dmitry

    (@dimadinev)

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

    Thread Starter ktaylor310

    (@ktaylor310)

    That worked!!! Thank you so much!!!

    How to disable slideshow gallery when using a child theme?
    Kind regards.

    Theme Author Dinev Dmitry

    (@dimadinev)

    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.

    Theme Author Dinev Dmitry

    (@dimadinev)

    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 ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Jetpack tiled gallery’ is closed to new replies.