Tagged: x
-
AuthorPosts
-
April 3, 2016 at 6:11 pm #865102
I have previously purchased Envira and all of its add ons and wish to still be able to use the,. When i try to go to my Envira settings page after X theme install is says i do not have proper permissions to access the settings. Was something added to the functions.php to restrict access ?
April 4, 2016 at 1:23 am #865461Hello There,
Thanks for writing in! We have removed the Settings page from Envira Gallery 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; }
Once added, you can access the Envira Settings page and be able to insert your license.
Please let us know how it goes.
April 4, 2016 at 7:36 am #865834Worked perfect friend, i thank you.
April 4, 2016 at 11:06 am #866146You are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts