Forum Replies Created
Do you have Pro version? WPDM Demo site has Pro version installed. WPDM Free version doesn’t have the templates admin page.
Hi,
It is possible but requires custom link template. You can create custom link template only in Pro version.
Thanks.
Form lock worked fine in my test here http://www.santiagotubino.com.ar/aubasa/download/ejemplo/
I have run the on both Chrome and Firefox.
Maybe a theme related issue. I have to change the active theme for testing. Provided user doesn’t have access to themes. Please allow temporary user super admin access.
Hi,
I can’t change the code. Provided temporary user does not have admin rights.
Please go to /wpdm-archive-page/tpls/advanced-search-result.php file and search for $query_params['tax_query'][] variable. In the assigned array you will find an index named operator which is currently set to IN
Change it to AND and save the file.
https://www.evernote.com/l/AUdyoRLyOSVBpIZ8w6XR3AlOrvpdSLeyT94B/image.png
Now search result will show packages which contain all selected categories.
Thanks.
Use Single Column, Image Top, Extended Page template. It shows attached image thumbs using [file_list_extended] template tag. You can use this tag in a custom template too.
Result will be something like this,
https://www.evernote.com/l/AUdehWQHbhxKHpkyfM3A7LSBTmArHEV0WjQB/image.png
Please go to /download-manager/tpls/author-dashboard.php file location and replace following marked line
https://www.evernote.com/l/AUdCTjXxXFhG1o6RKfhtBkMEPsrMAjFElC8B/image.png
with this one,
<a class="list-group-item" href="<?php echo wpdm_logout_url(); ?>"><?php _e('Logout','wpdmpro'); ?></a>
We will add it in next relese of WPDM.
Yes, after deactivating things started to work.
Not sure why.Your staging server was restricting some scripts requested by that plugin. Maybe your live server doesn’t have those restrictions.
Good point! We will add it in the future release.
@keeslamper, your key was linked to your dev server. Unlocked it from there and verified your key at current domain.
Hi Peter,
Please send temporary wp-admin login info in private reply. I will check the issue in your installation and will adjust code if necessary.
Thanks.
Delete previous class.Search.php file and place this one in same location,
Please use [post_excerpt] template tag to get WordPress post excerpt.
Please add following JS on /thenext/js/site.js file to acitvate click on parent item.
$('.dropdown a:not(a[href="#"])').on('click', function() { self.location = $(this).attr('href'); });
All issues related to your iWR Tooltip plugin. It is creating lots of JS error, which prevent any JS execution in different pages.
Okay, thanks.
We will look into the possibility of new plugin/addon.
Please add following code at the bottom of class.Search.php
add_action('widgets_init', create_function('', 'return register_widget("WPDM_SearchWidget");'));
[wpdm_carousel] shortcode is coming from the Extended Shortcode addon.
You can change image size as it is shown in the following screenshot,
https://www.evernote.com/l/AUejrXifCMhI67Er1pOG2z1jX_FFYGcPO-8B/image.png
Hi,
It requires some code customization. You can try following code. You have to create a custom template for /tpls/wpdm-add-new-file-front.php [ Related Docs ]
var s = jQuery("input[name='cats[]']:checked").val(); if(s === undefined ) return false;
https://www.evernote.com/l/AUcFftTi1EFO-6JYMlYWUp03IZCPIIsAPQAB/image.png
Thanks.
Hi,
You can set it as default page template from Downloads Settings Default Values Page Template option. All custom and premade templates available in the dropdown.
Thanks.
Please try now. Your key was linked to localhost. I have unlocked it from there.
Default Values are working fine in your staging environment. Looks like the issue is on your live server.
Are these environments identical?
Please send temporary wp-admin login info in private reply. I have to check this in your installation. Image button should be visible in frontend too.
Hi,
Thanks a lot for your valuable input.
Which features do you think lacks in WPDM? By author, editor tag do you mean user roles? Isn’t it already available in WP core feature? I might have missed what you are referring to.
Regards,
Shahriar