Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850736

    burbina
    Participant

    How do I get to install the add ons of Envira gallery, I am not allowed the settings of the plug in. I need to create categories for my gallery.

    #850741

    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! We have removed the Settings page from Envira Gallery and Soliloquy per some code provided by Thomas (plugin author) as we provide them in an “integrated” fashion. You can add this back in if you have extensions you would like to use by adding a function to your functions.php file in your child theme like so:

    
    function x_envira_gallery_remove_license_functionality() { 
      return true;
    }

    To know more about how we utilize Envira Gallery plugin, please check out our knowledge base:
    https://community.theme.co/kb/integrated-plugins-envira-gallery/

    Hope this helps.