Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Thad Allender

    (@endortrails)

    I plan on scoping the possibility of adding the other two themes as options, but, both would prove difficult for end users to deploy inside the confines of their themes. Theme files would need to be changed in order for these two themes to work properly. I’ve included them in case you are a developer and want to do some hacking.

    Thread Starter pixelspring

    (@pixelspring)

    No probs, I’ll get my hands dirty and dive in.
    ??

    Plugin Author Thad Allender

    (@endortrails)

    I just updated the plugin (version 0.3.1) to support the lightbox theme. The fullscreen theme will likely remain a developer-only feature because using it would require modifying your theme.

    Hi Thad, What kind of modification is required to the theme file to make the galleria fullscreen setting to work?

    I would also like to know how to enable the lightbox for the photo galleria plugin.

    Thanks for helping out.

    Plugin Author Thad Allender

    (@endortrails)

    Hi,

    I deliberately left those themes out because they caused havoc to all WordPress themes. The fullscreen theme essentially takes over your entire homepage on page load.

    Feel free to modify the code to see what I mean. Open photo-galleria.php and find the theme array. Change it to this:

    $design_options = array(
    	'classic' => array(
    		'value' =>	'classic',
    		'label' => __( 'Classic' )
    	),
    	'dots' => array(
    		'value' =>	'dots',
    		'label' => __( 'Dots' )
    	),
            'fullscreen' => array(
    		'value' =>	'fullscreen',
    		'label' => __( 'Fullscreen' )
    	)
    );

    The Lightbox theme is way too buggy to release.

    Thanks,

    Thad

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Photo Galleria Additional Themes Not Available’ is closed to new replies.