Shahriar

Forum Replies Created

Viewing 25 posts - 5,276 through 5,300 (of 12,513 total)
Jul 22, 2018 at 5:57 am
#81333
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info or FTP info in private reply. Looks like there is a mismatch in the variable name is creating the issue. I will update it on your site. The patch will be added in next release of WPDM too.

Jul 22, 2018 at 5:15 am
#81332
Moderator
Shahriar
Staff OP

It was a minor CSS conflict with the theme. Added the following CSS in Customizer Additional CSS to fix it.

.wpdm_icon{ width: 50px; }
Jul 22, 2018 at 5:06 am
#81331
Moderator
Shahriar
Staff OP

Hi,

Are you using an old or modified version of Download Limits add-on? In the latest version when limit exceeds a text file is downloaded with limit exceeded info. It does not work the way you explained above.

Please send temporary wp-admin login info in private reply if you want me to take a look there.

Thanks.

Jul 22, 2018 at 4:51 am
#81330
Moderator
Shahriar
Staff OP

For the Join Now! button,

#registerform-submit:hover, #registerform-submit:active, #registerform-submit:focus {
    background: #555;
}
#registerform-submit {
    background: #333;
}
Jul 22, 2018 at 4:45 am
#81329
Moderator
Shahriar
Staff OP

New users will have Subscriber role now. I have changed it from WP Settings.

https://www.evernote.com/l/AUfkOV3-dExF4ryXaIApYFA5GwPdeZnZ22kB/image.png

Jul 21, 2018 at 8:02 pm
#81319
Moderator
Shahriar
Staff OP

Is there any chance of you deleting the order by mistake? Or is there any other user with admin access? I can’t think of any other reason as never heard of such issue before.

Jul 21, 2018 at 7:55 pm
#81318
Moderator
Shahriar
Staff OP

Hi,

Renewal occurs after 1-year of the initial purchase date. Your closest renewal date is Aug 7. And the renewal process is automatic. You will be notified if the payment process can’t complete the renew.

Thanks.

Jul 21, 2018 at 7:47 pm
#81315
Moderator
Shahriar
Staff OP

Please ask your server support to install/enable the imagick. It is required to generate the thumbnail.

Jul 21, 2018 at 7:46 pm
#81314
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply if still not getting the user signup notification email.

Google reCaptcha is the most advanced way available to prevent bots. There is a very slim chance of bypassing the reCaptcha by bots.

Jul 21, 2018 at 7:31 pm
#81312
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. If it is possible, send the FTP info too. I have to run some tests there.

Jul 21, 2018 at 7:28 pm
#81311
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Jul 21, 2018 at 7:11 pm
#81310
Moderator
Shahriar
Staff OP

A request for premium package js file https://scottkolbe.com/download/assets/js/wpdmpp-front.js returing 404 response. But that file should be available without any issue. Please check server file permission or ask your server supoort to check the issue.

The current cart issue is related to this 404.

Jul 21, 2018 at 6:50 pm
#81308
Moderator
Shahriar
Staff OP

Yes, it is possible to keep the cart as it was before going to PayPal. Requires a minor code addition. Just add the following code after line no 27 in /wpdm-premium-packages/includes/libs/payment-methods/Paypal/class.Paypal.php file.

public $EmptyCartOnPlaceOrder = false;

Jul 21, 2018 at 6:43 pm
#81306
Moderator
Shahriar
Staff OP

Sorry, There is no shortcode for that.

You can use the URL or saved cart URL to prefill the cart.

Jul 21, 2018 at 6:38 pm
#81305
Moderator
Shahriar
Staff OP

Yes, I think this time I got what you were saying all these time 🙂

The issue seems to be related to the iframe. But have to investigate further to be sure. But the embedded download link works fine. I have applied the embedded download link using another page template to fix the issue.

Jul 21, 2018 at 6:20 pm
#81303
Moderator
Shahriar
Staff OP

I can’t access Downloads Templates page. Need administrator role to access all download menu pages. The issue may be related to the custom template code. Please assign the administrator role to the temp user so I can check the template code and implement a new template to resolve the issue.

Jul 21, 2018 at 6:13 pm
#81301
Moderator
Shahriar
Staff OP

Hi,

It is possible to change the naming style but requires plugin code customization. And the changes will be gone when you update the plugin. The file name for an overriding name is decided at line no 81 in /download-manager/admin/menus/class.Packages.php file. You can replace the line with the following code to move the number to the end of the file name.

$filename = $_FILES['package_file']['name'].'_'.time();

Thanks.

Jul 21, 2018 at 6:04 pm
#81298
Moderator
Shahriar
Staff OP

Sorry for the delay. It is very simple what you explained above.

1 ) Upload your file from Downloads Add package page.

2 ) Setup your watermark text in Downloads Settings PDF Stamper tab.

I see that you have already added some test files and stamping is working fine there. You can use [wpdm-all-packages jstable=0 items_per_page=10] shortcode to show all files on the same page. Or use package shortcode to show each file separately.

Please let me know if you need help in any step.

Jul 21, 2018 at 5:54 pm
#81297
Moderator
Shahriar
Staff OP

Hi,

Do you want an option to download each image separately? It is possible using the file list feature. You have to use a template file with that feature. Some built-in templates are Single Colum, Extended, Playlist and Single Column, Image Top, Extended.

Go yo you package setting and try one of these templates.

https://www.evernote.com/l/AUeWhv4h1pJBqL1aYG3-6mtPojiyk6lj9WMB/image.png

Another style,

https://www.evernote.com/l/AUd6VsNQfnpDgJVsIbts2VLMdPYhWGgRw44B/image.png

Jul 21, 2018 at 5:42 pm
#81296
Moderator
Shahriar
Staff OP

You can set up your local site using https://local.getflywheel.com/ This is same as MAMP but has the option to allow remote access. And it is free. If you can set up your local site using this I can easily check the issue.

Jul 21, 2018 at 5:40 pm
#81295
Moderator
Shahriar
Staff OP

Hi, Getting wrong pass error. Could you please re-check the login info?

Jul 21, 2018 at 5:39 pm
#81294
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jul 21, 2018 at 5:35 pm
#81293
Moderator
Shahriar
Staff OP

Hi,

Your template code works fine in my setup. Maybe Imagick is not installed on your site. Please ask your server support to install it.

Best regards.

Jul 21, 2018 at 5:26 pm
#81292
Moderator
Shahriar
Staff OP

Hi,

Couldn’t find any conflict between sidebar and mega menu. The mega menu seems to be working fine. Could you please show me where exactly you are facing the issue?

Thanks.

Jul 21, 2018 at 5:21 pm
#81291
Moderator
Shahriar
Staff OP

1 ) Those downloads do not work from the package details page too. I tested both. Maybe a cache issue. Please clear the cache.

2 ) Yes, you can edit the new template file to redesign it.

Viewing 25 posts - 5,276 through 5,300 (of 12,513 total)