Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter marujobhz

    (@marujobhz)

    other question: if i purchase other themes of galleria, i can use them with this plugin? tks!

    Plugin Author Sam Margulies

    (@gluten)

    The gallery shortcode support an id attribute. See the documentation for more info at http://codex.wordpress.org/Gallery_Shortcode. If you would like to call this from outside of a standard post, you can use the do_shortcode() function. For example:

    <?php echo do_shortcode( '[gallery id=1]' ); ?>

    Galleria Galleria does also support custom galleria themes. To install them, place your theme’s javascript file is directly in a galleria-themes/ folder within your theme. This plugin does not currently support themes that are in a sub-directory (ie. galleria-themes/twelve/twelve.js).

    Thread Starter marujobhz

    (@marujobhz)

    ok, Gluten. thanks a lot. it works nice.

    Hi guys, sorry if I intrude in this conversation but perhaps it might be connected to my problem.
    I’d like to modify some of the galleria options, for example disable thumbnails, disable the upscaling of the images or set a different number of images preloaded.
    Do I have to modify something in the gallery shortcode?
    I can’t solve the problem, could you please give me some tips?
    Sorry again, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Galleria Galleria] template tag inside php page’ is closed to new replies.