Shahjada

Manage your purchases, downloads, and account settings

Forum Replies Created

Viewing 25 posts - 6,376 through 6,400 (of 15,659 total)
Oct 17, 2015 at 7:29 am
#35386
Keymaster
Shahjada
Staff OP

Sure, please create a link template only using template tag [download_link] now, use the template id with your short-code, like

[wpdm_package id="PID" template="TEMPLATE-ID"]

More about template:

Templates Overview

And you may use TinyMce add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code easily.

Oct 17, 2015 at 7:26 am
#35385
Keymaster
Shahjada
Staff OP

A few users of my site have complained that when they navigate around between packages and then try to use their browsers’ β€œback” button, it takes them back to the search page rather than the last package they visited. Any idea why this would be/how to fix it?

— Sorry, not clear, may you please show me a small screen record, that will be easier to understand.

Got the apostrophes issue, adjusting this with the next update of the add-on

Oct 17, 2015 at 7:13 am
#35384
Keymaster
Shahjada
Staff OP

@nailsbeauty, I’ve tested your site again, looks like any other active plugin or theme outputting a blank char unexpectedly, which is breaking down the download process, may you please try disabling other plugins?

Oct 15, 2015 at 8:46 pm
#35148
Keymaster
Shahjada
Staff OP

The short-code is [wpdm_user_dashboard] , sorry that we misspelled at hints in settings page.

Oct 15, 2015 at 8:43 pm
#35147
Keymaster
Shahjada
Staff OP

please give me temporary wp-admin login info in a private reply to check

Oct 15, 2015 at 8:42 pm
#35146
Keymaster
Shahjada
Staff OP

still not working in fireftp πŸ™ , alternative way is if you send me hosting admin panel login ( cpanel/parallel ) .

Oct 15, 2015 at 8:37 pm
#35145
Keymaster
Shahjada
Staff OP

It shouldn’t slowed the load time, please give me the url where you trying this and temporary wp-admin login info in a private reply to check.

Oct 15, 2015 at 8:33 pm
#35144
Keymaster
Shahjada
Staff OP

Now we are using javascript “confirm” function there, but not sure why causing trouble with kiosk.

Oct 15, 2015 at 8:26 pm
#35143
Keymaster
Shahjada
Staff OP

Email editor option will be available soon, but if you seeing wordpress now, please check site name in wp admin general settings.

Oct 15, 2015 at 8:23 pm
#35142
Keymaster
Shahjada
Staff OP

Actually the plugin convert each pdf page into image, then show it, but it is actually out of wpdm scope, however you may use the plugin and create a wpdm add-on to introduce new template tag for pdf embedder.

Example code:

<?php
add_filter('wdm_before_fetch_template','custom_pdf_embedder',10,1); 
function custom_pdf_embedder($vars){ 
$vars['embed_pdf'] = do_shortcode("[pdf-embedder url='{$vars['download_url']}' ]"); 
return $vars; 
}  
?> 

Now you can use [embed_pdf] as template tag in link/page template

Oct 15, 2015 at 8:05 pm
#35141
Keymaster
Shahjada
Staff OP

To limit download by role, you need http://www.wpdownloadmanager.com/download/download-limit/

and for speed limit you will need http://www.wpdownloadmanager.com/download/download-speed-control/

And if you want all add-ons in a pack with huge discount: http://www.wpdownloadmanager.com/download/all-add-ons/

Oct 15, 2015 at 7:59 pm
#35140
Keymaster
Shahjada
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue and set it up there for you πŸ™‚

Oct 15, 2015 at 7:57 pm
#35139
Keymaster
Shahjada
Staff OP

@zcrow, using icon is not possible for now if you use [file_list_extended] tag, but we shall add a hook there soon.

However, you can achieve this in following way ( it is like creating a simple add-on :

  1. Copy wpdm_package_file_list_alt function in a php file ( ex: in your theme functions.php )
  2. Rename the function to wpdm_package_file_list_custom
  3. in function wpdm_package_file_list_custom you need to remove the code for creating thumbnail:
    if(in_array($ext, $imgext))
                            $thumb = wpdm_dynamic_thumb($filepath, array(88, 88));
  4. Now add following code under that function:
    add_filter('wdm_before_fetch_template','my_fetch_template',10,1);
    function my_fetch_template($vars){
    //your code here
    $vars['file_list_custom'] = wpdm_package_file_list_custom();
    return $vars;
    }
    
  5. Finally you need to use template tag [file_list_custom] instead of [file_list_extended]
Oct 15, 2015 at 7:41 pm
#35138
Keymaster
Shahjada
Staff OP

@eebep, thanks, your suggestion is noted πŸ™‚

Oct 15, 2015 at 7:38 pm
#35137
Keymaster
Shahjada
Staff OP

This is happening because, probably images in that dir are not valid jpg file.

Oct 15, 2015 at 7:02 pm
#35136
Keymaster
Shahjada
Staff OP

Working fine now, solved by disabling bootstrap js from wpdm settings, as your theme already enqueued bootstrap js.

Oct 15, 2015 at 6:39 pm
#35135
Keymaster
Shahjada
Staff OP

please give me temporary wp-admin login info in a private reply to check your issue in details.

Oct 15, 2015 at 6:36 pm
#35134
Keymaster
Shahjada
Staff OP

probably some permission issue with your hosting, please give me temporary wp-admin login info in a private reply to check it in details.

Oct 15, 2015 at 6:35 pm
#35133
Keymaster
Shahjada
Staff OP

Hi, thanks for your appreciation.

You don’t need membership add-on there. When creating/editing a category, you can select user roles to allow access to that category, and when creating/editing a package, if you select any such category and keep access field under package settings empty, only the users under selected roles for theΒ  category will have access to the package.

You can to use short-code to embed packages/downloads in page, and you can use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.

Please let me know if still anything is not clear there πŸ™‚

Oct 15, 2015 at 6:30 pm
#35132
Keymaster
Shahjada
Staff OP

We are adjusting the 100% commission issue with the next update of the add-on and next update is coming within next week πŸ™‚

Oct 15, 2015 at 6:00 am
#35113
Keymaster
Shahjada
Staff OP

in that case you you need to install wpdm-archive-page.zip , sorry for the name confusion.

Oct 14, 2015 at 9:58 pm
#35100
Keymaster
Shahjada
Staff OP

please give me temporary wp-admin login info in a private reply to check the issue in details and adjust it.

Oct 14, 2015 at 9:57 pm
#35099
Keymaster
Shahjada
Staff OP

no, the add-on shall work with free too, but we released a new update of the add-on, please download again to get the latest version and update your copy.

Oct 14, 2015 at 9:55 pm
#35098
Keymaster
Shahjada
Staff OP

Probably other short-code are only available in pro, but I couldn’t check as the page was asking for login info.

Oct 14, 2015 at 9:54 pm
#35097
Keymaster
Shahjada
Staff OP

Sorry, you need to renew order to get access to support and update, we always provide latest version only through order.

Viewing 25 posts - 6,376 through 6,400 (of 15,659 total)