Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Please how can i disable download button for logout users on Phantom pro?
I need your help please.
That’s require module modification.
Go to edit ‘/wp-content/grand-media/module/phantom-pro/init.php’ file and at line 11 add:
if(!is_user_logged_in()){
$settings['show_download_button'] = 0;
}so if user is not logged in, download button will be disabled.
