Shahriar

Forum Replies Created

Viewing 25 posts - 5,701 through 5,725 (of 12,513 total)
Jun 7, 2018 at 3:12 pm
#78412
Moderator
Shahriar
Staff OP

Hi, Please mail to support@wpdownloadmanager.com to discuss order related issue. Thanks.

Jun 7, 2018 at 3:10 pm
#78411
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jun 7, 2018 at 11:52 am
#78390
Moderator
Shahriar
Staff OP

Oh, got it now. The issue was related to the link_template parameter in wpdm_packages shortcode. The correct parameter should be template I have updated the homepage shortcode. Now download link is linked to the package details page.

Jun 7, 2018 at 9:28 am
#78366
Moderator
Shahriar
Staff OP

Page icons are working now. Font files were not loading there due to a query param. Updated the /thenext/fonts/icons.css to fix it.

Jun 7, 2018 at 8:48 am
#78361
Moderator
Shahriar
Staff OP

In dev site, contents are on the page but hidden because of your theme style. You have to add the same style on dev site to make the content visible.

https://www.evernote.com/l/AUeHo-F-oIhA9LSnjFTWZx7FKkyMu72Gc_0B/image.png

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

Jun 7, 2018 at 8:11 am
#78358
Moderator
Shahriar
Staff OP

Hi,

Download buttons work for me on both sites. Did you face the issue with the version you have there now?

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

The code update in class.Package.php file is not a generic issue so we can’t update the core code. It happened because of your theme was removing the onclick event on the button.

Thanks.

Jun 6, 2018 at 7:31 pm
#78293
Moderator
Shahriar
Staff OP

Yes, I have already added the patch on your site.

Jun 6, 2018 at 7:30 pm
#78291
Moderator
Shahriar
Staff OP

Works fine on my Outlook web version,

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

However, here is the text template. Unzip it first, then place it in /download-manager/email-templates/ dir. Select this Text template as email template from Downloads Templates Email Templates tab. There you will find the email lock template too.

Jun 6, 2018 at 7:20 pm
#78288
Moderator
Shahriar
Staff OP

Added a patch to fix the issue. Working now. This patch will be added in next release too.

Jun 6, 2018 at 6:53 pm
#78281
Moderator
Shahriar
Staff OP

WPDM Email Templates work in any modern email client. Please make sure your users aren’t using outdated email client. However, if HTML email doesn’t work for your users you have to use plain text email. Let me know if that’s what you prefer, I will send you a plain template.

Jun 6, 2018 at 6:46 pm
#78280
Moderator
Shahriar
Staff OP

It should be okay now. Just click the ‘check for updates’ button. It might take 24 hours to refresh the list based on your last check. However, no need to worry, you have the latest version 2.7.2

Jun 6, 2018 at 3:09 pm
#78271
Moderator
Shahriar
Staff OP

Sorry about that. Please try again. Should work now.

Jun 5, 2018 at 8:25 pm
#78251
Moderator
Shahriar
Staff OP

File upload worked fine in my test. Here is the test package I created https://rite-records.ae/download/5b16f0a8b7813/?wpdmframe

To remove the My Downloads Tab please find and remove the following line from /plugins/wpdm-custom-access-level/wpdm-custom-access-level.php file. This should be the line no 611.

add_filter("wpdm_user_dashboard_menu", "dashboardMenu");

Jun 5, 2018 at 8:14 pm
#78247
Moderator
Shahriar
Staff OP

You have to remove that line again after plugin update. This is happening due to some js conflict with your theme.

Jun 5, 2018 at 8:12 pm
#78246
Moderator
Shahriar
Staff OP

1 ) Single Post with left sidebar -> https://www.creativeonlinepublishing.com/healthy-habits-to-improve-your-memory/

2 ) Done, saved the customizer blog layout option. And re-added widgets in the right sidebar.

3 & 4 ) Disabled WPDM Fontawesome to fix the icon issue.

5 ) Changed col-md-6 to col-md-12 in /download-manager/wpdm-functions.php file line no 1610

6 ) Added the category section

Jun 5, 2018 at 7:25 pm
#78239
Moderator
Shahriar
Staff OP

Yes, that is the actual active theme. You have to create a new folder inside the active theme folder and name it download-manager

Jun 5, 2018 at 7:22 pm
#78238
Moderator
Shahriar
Staff OP

Which archive view are you using? Is it compact view? If possible please send me the page link to get a better understanding of your use case.

Jun 5, 2018 at 7:00 pm
#78236
Moderator
Shahriar
Staff OP

Everything works fine on my side. Using latest versions of core plugin and all add-ons ( PDF Stamper, Premium Packages ). Guest order and Stamping working fine. So, It should be okay to update everything on your side too. I hope you will get the same result.

Jun 5, 2018 at 6:52 pm
#78235
Moderator
Shahriar
Staff OP

Removed the following code ( line no 298 ) from /download-manager/wpdm-functions.php file, that fixed the audio player issue.

<audio autoplay controls style='width: 100%;display: none' id='wpdm-audio-player'></audio>

You can verify the license when moved to the live server.

Jun 5, 2018 at 6:36 pm
#78234
Moderator
Shahriar
Staff OP

1 ) This page restriction is coming from some other plugin. Archive Page doesn’t have any feature that blocks the page. Please try deactivating your access control plugins or check related settings.

2 ) I have modified the plugin to open package details in a new tab when clicking the view details ( aps-content-cat.php line 66 )

3 ) Added the download count with category name ( archive-page-with-sidebar.php line 34 )

4 ) Changed the link template to link-template-panel-1-3 to show packages in 3 columns.

Jun 5, 2018 at 4:31 pm
#78231
Moderator
Shahriar
Staff OP

Please check now. The issue is actually coming from your editor plugin. When you are entering edit mode your plugin is not calling the wp_head but enqueuing all frontend scripts from other plugins. So, some files are missing the required variable initialization.

However, I have added the following code in /wpdm-premium-packages/assets/js/wpdmpp-front.js to handle this situation,

if(wpdmpp_base_url == undefined ) var wpdmpp_base_url = '';

Jun 5, 2018 at 12:27 pm
#78222
Moderator
Shahriar
Staff OP

The only difference I noticed is the download button. In frontend, the link template has a red download button which is coming from WPDM Image Button add-on. You have to disable the add-on if you want just text instead of a button.

Looks like there is an issue with the order when shortcode is placed in the homepage. We are checking it and will add necessary patch in next release. For now please disable the toolbar using toolbar=0 parameter.

Jun 5, 2018 at 11:34 am
#78219
Moderator
Shahriar
Staff OP

Added the following CSS in your child theme’s style.css file. Now tree view looks better without the dots.

ul.jqueryFileTree li {
    list-style: none !important;
}
Jun 5, 2018 at 11:25 am
#78218
Moderator
Shahriar
Staff OP

@zorg, Please try now.

Jun 5, 2018 at 11:17 am
#78217
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Viewing 25 posts - 5,701 through 5,725 (of 12,513 total)