• Resolved Sarah Cauble

    (@sarahnoni)


    Both my Foo Gallery and Owl Carousel plugins are active and up to date. But when I go to Foo Gallery > Extensions > Build Your Own, I do not see the Owl Carousel listed anywhere therefore I am unable to activate the extension. I’ve also looked under the other tabs and can not find it to activate. Please advise so I can use this extension! Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • I am experiencing the same thing.

    I would love to try out this option as it is just the combination of things I was looking for. I have been een FooBox user since the very first beginning, and I only now find out this exists….

    I also have installed the plugin and can’t find how to activate it in the FooGallery settings?

    What am I doing wrong?

    • This reply was modified 6 years, 3 months ago by photocoen.

    I have exactly the same problem.
    Impossible to have the choise Owl Carousel in the menu !
    I think it might be a bug ?
    Is there something else to do ?

    I don’t know why, but this magnificent plugin isn’t just working any more. But it’s easy to get going again.

    Add this code snippet to a simple plugin, or your theme’s functions.php:

    /**
    * allow FooGallery Owl Carousel Template to be found as a template
    */
    add_action('after_setup_theme', function() {
    	if (class_exists('Owl_Carousel_Template_FooGallery_Extension', false)) {
    		new \Owl_Carousel_Template_FooGallery_Extension();
    	}
    });

    You will then be able to pick the Owl Carousel as a template in galleries, or as the default gallery template.

    cheers,
    Ross

    Plugin Author Matt Cromwell

    (@webdevmattcrom)

    Thanks Ross,

    Just a heads up that I’ve given this extension to the FooPlugins team, but they are yet to fully adopt it into their offerings. They should be doing these updates and fixes going forward. Thanks!

    G’day Matt,

    Yeah, I noticed that. Shame they haven’t gotten on top of it yet, but I understand prioritising (have probs of my own there). Was happy just to get it working again, it’s a wee ripper. Thanks for putting it up here for us!

    cheers,
    Ross

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Unable to activate Owl Carousel under extensions’ is closed to new replies.