This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

How to Use Origami Slider ?

8 years ago · Last reply by rp 8 years ago

I use this setting:
Customising / Theme Settings Display and checked “Use Origami Gallery”

And then when Add Media on a page ( e.g. pictures page ) I choose “Create Gallery”
select a picture and “create new gallery”.
Gallery Settings:
– Link To = Media File
– Columns = 1
– Random Order = unselected
– Size = Origami – Slider

Then Insert gallery.
It gives me

When I update the page and view it, then this occurs:
Fatal error: Call to undefined function siteorigin_panels_is_home() in /wp-
content/themes/origami/inc/gallery.php on line 16

When I unselect “Use Origami Gallery” then I see pictures on the page, but not a nice slider.
The pictures are just like I would inset it like a regular WP media.

All plugins are disabled so that they can’t interrupt.

I like to know what I’m doing wrong so I can use the Origami slider on every page.

Thanks.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

4
  1. rp 8 years, 7 months ago

    FYI.

    After “It gives me” I don’t get the above Button, but this code without quotes.

    “.

  2. rp 8 years, 7 months ago

    Hmm… one more try and I give up.
    gallery link=”file” columns=”1″ size=”origami-slider” ids=”1781″
    It begins with a [ ends wit ].

  3. Alex S Staff 8 years, 7 months ago

    Hi Rp,

    This issue is caused due to not having SiteOrigin Page Builder installed. This will be fixed in the next update, but in the meantime, you can fix this by opening wp-
    content/themes/origami/inc/gallery.php and changing:

    if(siteorigin_panels_is_home() && empty($attr['ids'])){

    To:

    if( function_exists( 'siteorigin_panels_is_home' ) && siteorigin_panels_is_home() && empty( $attr['ids'] ) ){

    If you’re unfamiliar with FTP, I would recommend getting in contact with your hosting provider for assistance.

  4. rp 8 years, 7 months ago

    Hi Alex S,

    Thanks it works!

    Regards,

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread