Cool, Could you possibly release a quick update for the additional previews? I would really appreciate it!
How do i know when an update is out?
Awesome! Thanks so much!
Could I be tweaked so that it can?
It worked ๐
I used this plugin:
PublishPress Capabilities – User Role Editor, Access Permissions, Admin Menus
I was able to solve this issue ๐
I was able to narrow it down to this code but i do not know what to edit?
<tr id=”access_row”>
<td valign=”top”><?php echo __(‘Allow Access:’,’wpdmpro’); ?></td>
<td>
<select name=”file[access][]” class=”chzn-select role” multiple=”multiple” id=”access” style=”min-width: 250px”>
<?php
$currentAccess = get_post_meta($post->ID, ‘__wpdm_access’, true);
$selz = ”;
if( $currentAccess ) $selz = (in_array(‘guest’,$currentAccess))?’selected=selected’:”;
if(!isset($_GET[‘id’])) $selz = ‘selected=selected’;
?>
<option value=”guest” <?php echo $selz ? <?php echo __(“All Visitors”,”wpdmpro”); ?></option>
<?php
global $wp_roles;
$roles = array_reverse($wp_roles->role_names);
foreach( $roles as $role โบ $name ) {
if( $currentAccess ) $sel = (in_array($role,$currentAccess))?’selected=selected’:”;
else $sel = ”;
?>
<option value=”<?php echo $role; ?>” <?php echo $sel ? <?php echo $name; ?></option>
<?php } ?>
</select>
</td></tr>
Also, after i deleted and reinstalled the plugin.. When i try to create package on frontend it shows this: {“result”:”_ap_wpdm”,”id”:76}
I removed the package access setting from the front-end…
Now i do not see it in the package-settings-front.php file?
Do you have a code snippet that i can place in it?
I posted the admin in this post:
How do i fix this right now?
But in the demo there is a settings tab for it???
How do i make a particular button template the default one?
Have you looked at the issue?
It is still not fixed….
Thanks ๐
I still do not see the tab in settings?
Sorry, that user now has admin ๐
I realized that it is a shortcode…. Nevermind ๐