-
AuthorSearch Results
-
Oct 10, 2019 at 9:37 pm #113413
In reply to: How to hide download link from Amazon S3
ShahriarModeratorYes, WPDM Amazon S3 add-on has the features you want. It generates a dynamic temporary download URL for S3 files. And you can restrict download access using Download Manager Pro.
Oct 9, 2019 at 10:46 am #113331In reply to: How to change color of text in table?
ShahriarModeratorPlease send your page URL. Maybe adding some custom CSS will do the trick.
Oct 8, 2019 at 3:44 pm #113312In reply to: Alternative to Attaching a File for Certain Products
ShahriarModeratorYes, you can attach a URL with the package. The user will be sent to that URL in this case. Use the URL tab from Attach File meta box to add URL.
Oct 1, 2019 at 9:53 pm #113121
ProDevParticipantThis reply has been marked as private.Sep 26, 2019 at 8:39 pm #112993In reply to: Download links not working anymore
ShahriarModeratorThere is a difference between your WordPress-address (URL)
https://www.vphuisartsen.nl/2018and Siteadres (URL)https://www.vphuisartsen.nlThe issue originated from there. I have updated the Block Hotlink add-on to handle this scenario. Downloads are working nowSep 26, 2019 at 10:11 am #112957In reply to: First and Last Name don't show after registration
Marius KleinzParticipantThis reply has been marked as private.Sep 21, 2019 at 7:02 am #112649In reply to: DesignServe DEV Site
DesignServeParticipantThis reply has been marked as private.Sep 19, 2019 at 10:00 am #112616In reply to: Several questions. Private message
ShahriarModerator1 ) Use global coupon for now. All other coupon related issues are already in our to-do list
2 ) You can use the extended page template or a custom template with[download_link_extended]template tag to show embedded lock options instead of popup.
3 ) Invoice currency sign Will be patched in next updated
4 ) Fixed it on your side and have added the patch on my side too for the next update. You can use a custom template to add additional info. The template file is located here/wpdm-premium-packages/templates/partials/order-notes.php
5 ) The support of other posts types isn’t fully functional yet. It is still in beta.
6 ) Thank you for reporting this. We are going to fix this issue asap.
7 ) Although the UI is tab style the “+” sign is actually a different link, no JS involved in switching tabs. Not sure which plugin ( os is it the theme? ) disabled it. Please try deactivating plugins one by one to find out which one. As it is live site I would prefer if you do it yourself.
8 ) Here are the defaults, WPDM Category URL Base =downloadsWPDM Package URL Base =downloadArchive Page Slug =all-downloads
9 ) Looks like you have already added the “View details” link here https://technicskeyboard.com/download-categories/
10 ) I do have plan to implement the bulk import add-on as soon as possible.11 ) Links under “Download Categories” in sedebar widget are working fine for me https://technicskeyboard.com/blog/wpdm-category/technics-manuals/ ( Technics Manuals )
12 ) The category archive template comes from Settings > Frontend Access > Category Page Options settings. Use a link template there that doesn’t have a download button. Or you can use the Basic Style and check the pacakge info you want to display.
13 ) Yes, you can add both pdf and zip to the package. After purcahse user can download the files separately from dashboard. The pdf willl be stamped during download.So, you are an Architect! It is a creative profession. Please do share your works whenvever you can. I do enjoy creative architecture although doesn’t have any technical understaning of it. Not long ago, watched the “The World’s Most Extraordinary Homes” on netflix and really loved it.
Sep 17, 2019 at 11:57 am #112544In reply to: Card Images are not showing up
ShahriarModeratorAbout the sidebar and widgets in Prime:
There is Layouts option in the Appearance > Customize. This is the global settings of sidebar and widget areas. Pages have their own layout setting as I have shown in a previous screenshot. You can override the global settings using the individual page layout option.
But for other things like posts and archive, there is no individual layout option. You have to control those from Appearance > Customize > Layouts.
For post layout, I have selected the right sidebar option. If you want to change just click another image. Layout Images are self-explanatory. After selecting a sidebar layout, don’t forget to set the widget area from “Left Sidebar”, “Right Sidebar” option. For single post, I have selected the “Right” widget area for the right sidebar. Now you just have to place your widgets in “Right” widget area from Appearance > Widgets page to make them show up on a single post.
I hope this clears things up about the layouts, sidebar and widget areas. But let me know if still have any question 🙂
You don’t need a redirect URL from Stripe gateway, it is detected automatically based on the user’s login status. Just make sure you have set the user dashboard and guest order page in settings. We are releasing an update of Stripe add-on within tomorrow. Install the new version when it is available. We are fixing some minor bugs there.
Sep 14, 2019 at 6:12 pm #112472In reply to: Problems with File Hosting & Sharing Add-on
ShahriarModeratorYou can add the following code before
die('ok');increatePackage( file:wpdm-file-hosting.php) to send an email to admin when a new package is created.\WPDM\Email::send("new-package-frontend", array( 'package_name' ► $pack['post_title'], 'name' ► $current_user->user_nicename, 'author' ► "<a href='".admin_url('user-edit.php?user_id='.$current_user->ID)."'>{$current_user->user_nicename}</a>", 'edit_url' ► admin_url('post.php?action=edit&post='.$id)));Sep 14, 2019 at 8:50 am #112441In reply to: Several questions. Private message
DesignServeParticipantThis reply has been marked as private.Sep 11, 2019 at 8:32 am #112304In reply to: Card Images are not showing up
ShahriarModerator1 ) Looks like you have installed the PayPal Pro add-on. Please save your Live API credentials in PayPal Pro settings ( Settings > Premium Package > Payment > PayPal Pro ). Follow the link in the settings page to get the keys.
2 ) Modified the search behavior to add matches from all post types. One thing to consider though, all your posts don’t have the same metadata. So, when displaying search result some cards might lack few metadata.
function wpdmpro_search_filter($query) { if ($query->is_search && !is_admin() ) { $query->set('post_type', array('post','page','wpdmpro') ); } return $query; } add_filter('pre_get_posts','wpdmpro_search_filter');3 ) Updated header image by editing
#featured-slider-containerdivhomepage-blocks/homepage-top.phpfile. Here is the updated style for future reference.
background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('<?php echo WPEdenThemeEngine::NextGetOption('header_bg'); ?>') center;Sep 4, 2019 at 10:15 pm #112050In reply to: Category page options
ShahriarModeratorLooks like it isn’t possible to fix the URL without code customization. You have to add this code
if( is_tax('wpdmcategory') ) $burl = get_term_link(get_queried_object());right after
$burl = get_permalink();in/download-manager/wpdm-functions.phpfile.Another option is available which doesn’t involve changing the core plugin code. But it is a bit lengthy. Create a new category shortcode using
wpdm_categoryandwpdm_embed_categoryfunctions. You just have to replace the$burl = get_permalink();part as I suggested above.Sep 4, 2019 at 1:18 am #112016In reply to: Front-End Manager Access limited by categories
Kyle BorgParticipantThis reply has been marked as private.Sep 2, 2019 at 12:11 pm #111903In reply to: Custom link templates are gone!
Hamid Ali AnjumParticipantThis reply has been marked as private.Aug 31, 2019 at 9:12 am #111818In reply to: Expire After does not seem to have any effect?
ShahriarModeratorHi,
Thanks for reporting the issue. There is a bug in the AJAX request we are sending to generate the URL. It is always sending 3 ( Usage Limit ) & 60 ( Expire After ). Adding a patch in next release to fix this. Next version is coming pretty soon.
Best regards.
Aug 28, 2019 at 5:27 pm #111465In reply to: Logout Not Working (Blank Page)
Paul ShermanMemberThis reply has been marked as private.Aug 20, 2019 at 7:28 pm #111169In reply to: Redirecting Login Button to WPDM archive page
ShahriarModeratorGo to Downloads > Settings > Basic > Access Settings > When user is not allowed to download: option and set “Hide Everything” as active value. Now users won’t be able to see other’s files.
About the login redirect. It is also possible using custom code. Set the login page URL in Downloads > Settings > Frontend and add the following code to your theme’s functions.php file. Replace the
place_your_url_herewith the actual redirect destination URL. Now users will be redirected to this URL after login.add_action( 'template_redirect', 'wpdm_login_redirect' ); function wpdm_login_redirect(){ if( is_user_logged_in() && get_the_ID() == get_option('__wpdm_login_url') ): wp_redirect( "place_your_url_here" ); exit(); endif; }Aug 19, 2019 at 11:57 am #111076
KoDanParticipantBTW you can use this URL: yourdomain.com/user-profile/?user=*name* but I wanted to add more information on the seller!
Aug 19, 2019 at 6:46 am #111066
KoDanParticipantMost online stores usually have the option to see all the items from a Seller FROM a single item page. FWIW here is how I implemented this feature using Verse Theme.
1. I use the ‘jabber’ field to create a unique 10-digit code for each Seller (not going to use this field for anything else)
2. I create a unique ‘Category’ for each Seller
3. I then create a Seller Page using the ‘jabber’ code as the permalink and WPDM shortcode to display all items from the sellers category.4. When a new package is created, simply add it to the seller’s unique Category and it is now automatically added to the list display on the Seller Page.
Verse only ever uses one page to display an item – singel-wpdmpro.php which can run in the child theme.
5. Edited so that instead of just showing the ‘Display Name’ of the package author, IF there is text in the ‘jabber’ field it displays the name as a link to the Seller Page simply appending the ‘jabber’ field to the link URL.
——————-
Yes it’s a bit of a hack, yes I could have used unique ID’s, yes I could have messed around with functions and a whole lot more. But since I have to create a Seller page manually anyway, none of that really makes any significant difference to the effort.
It works perfectly fine, worst case scenario is a 404 AND it doesn’t require any core code edits – but if anyone has a more elegant solution I’m all ears.
Aug 18, 2019 at 8:14 pm #111053
ShahriarModerator1 ) Your server is blocking the saving operation. If you are hosting on Siteground add following rule in your .htaccess file to fix the issue,
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>2 ) You need Advanced Access Control add-on. Using this add-on you can assign package based on username. Please check details here https://www.wpdownloadmanager.com/download/advanced-access-control/
3 ) You can paste URL and save settings. I see there is an issue with the button, will fix it soon. The profile image comes from gravatar. User can set their gravatar from https://en.gravatar.com/ It is a service that globally sets you avatar based on the email address.
4 ) Please try deactivating other plugins. Maybe one of those restricting the password reset for specific roles.
Aug 18, 2019 at 7:36 pm #111050
ShahriarModeratorYou can add redirect URL in registration form shortcode. User will be redirected to that page after registration. You can also add
autologin="true"with the shortcode. It will automatically log the user.[wpdm_reg_form redirect="http://www.cbsconsulting.com.au/dashboard/" autologin="true"]You can see the registered user in WordPress users page. Downloads > Subscribers list the info collected from email lock, not your users.
Thanks
Aug 13, 2019 at 9:29 am #110899In reply to: Link does not opening in a new tab.
ShahriarModeratorYou’re right. The solution above won’t work on the Image Button add-on. Please send me the page URL to check your use case. Are you trying to open files in the browser?
Aug 13, 2019 at 7:26 am #110879In reply to: Category slug in url
ShahriarModerator1 ) It is not possible yet to add category slug in the package URL.
2 ) Category URL base is different than the package URL base. Please check it from Basic > URL Structure option or just go to Downloads > Categories page and visit a category page. It will reveal the category URL base.
3 ) Category pages use your theme’s category archive template. If you want a custom category archive for packages then create one. The file name is
taxonomy-wpdmcategory.phpYou can download one of our free themes and take a look at a sample of this template.Aug 13, 2019 at 6:07 am #110872
Adrian BallesParticipantThis reply has been marked as private. -
AuthorSearch Results
Search Results for 'Add Url'
-
Search Results
-
Most online stores usually have the option to see all the items from a Seller FROM a single item page. FWIW here is how I implemented this feature using Verse Theme.
1. I use the ‘jabber’ field to create a unique 10-digit code for each Seller (not going to use this field for anything else)
2. I create a unique ‘Category’ for each Seller
3. I then create a Seller Page using the ‘jabber’ code as the permalink and WPDM shortcode to display all items from the sellers category.4. When a new package is created, simply add it to the seller’s unique Category and it is now automatically added to the list display on the Seller Page.
Verse only ever uses one page to display an item – singel-wpdmpro.php which can run in the child theme.
5. Edited so that instead of just showing the ‘Display Name’ of the package author, IF there is text in the ‘jabber’ field it displays the name as a link to the Seller Page simply appending the ‘jabber’ field to the link URL.
——————-
Yes it’s a bit of a hack, yes I could have used unique ID’s, yes I could have messed around with functions and a whole lot more. But since I have to create a Seller page manually anyway, none of that really makes any significant difference to the effort.
It works perfectly fine, worst case scenario is a 404 AND it doesn’t require any core code edits – but if anyone has a more elegant solution I’m all ears.