Shahriar

Forum Replies Created

Viewing 25 posts - 4,376 through 4,400 (of 12,513 total)
Nov 6, 2018 at 6:03 am
#89099
Moderator
Shahriar
Staff OP

Yes, Tree View now includes the packages from Advanced Access Control feature.

Nov 6, 2018 at 5:54 am
#89095
Moderator
Shahriar
Staff OP

Hi,

Tested the issue on your download portal using Query Monitor plugin. The number of queries on that is too high ( to be exact 1018 ! ) which is affecting the page load time. The increase of the query number is due to the usage of many category shortcode instances.

You have 2 options. Either distribute the category shortcodes in multiple pages or use a cache plugin to serve a cached page instead of a dynamic page.

Thanks.

Nov 6, 2018 at 5:13 am
#89094
Moderator
Shahriar
Staff OP

Add the following message in Settings Basic Message Login Required Message option and set Hide Everything in Settings Basic Access Settings When user is not allowed to download:

Login is required to access this page

After setting these options, You will see a login link in packages where a user must log in to access the package.

Make sure to replace the basesiteurl in the message with your site URL.

Nov 6, 2018 at 5:04 am
#89093
Moderator
Shahriar
Staff OP

Hi, Unlocked the key from staging site. The key should work on your live site now. Thanks.

Nov 6, 2018 at 5:02 am
#89092
Moderator
Shahriar
Staff OP

Added more CSS to match both pages.

The styles are not identical because category archive is controlled partially by WPDM. WPDM doesn’t have full control over it.

Nov 6, 2018 at 4:15 am
#89088
Moderator
Shahriar
Staff OP

Hi,

Unlocked your key from the old site ( mticonsultancy.eu ). Key should work on your new domain now.

Thanks.

Nov 6, 2018 at 4:12 am
#89087
Moderator
Shahriar
Staff OP

Installed the latest version of Download Manager and verified your key. Everything seems fine.

Nov 6, 2018 at 4:04 am
#89086
Moderator
Shahriar
Staff OP

Add the following CSS in Appearance Customize Addditional CSS option. That should fix the alignment issue in all tables.

#wpdm-all-packages table tr td { text-align: left; }

Nov 6, 2018 at 3:50 am
#89085
Moderator
Shahriar
Staff OP

No need to use the CSS to hide price info. You can customize the whole thing using custom link template. To add a custom add to cart button utilize the [addtocart_url] template tag as shown in the following example,

<a class="btn btn-info" href="[addtocart_url]">Buy Now</a>

You have to enable redirect to cart option if you want to redirect the user to the cart page after clicking the button. You will find this option at the bottom of the Premium Package settings page.

Nov 6, 2018 at 3:38 am
#89083
Moderator
Shahriar
Staff OP

Are you searching from Archive Add-on Search option or is it your regular site search? Although both shows the package in my test. You can try setting the access setting to ‘Only Block Download links’

https://www.evernote.com/l/AUfDLUo-6WpGEpNm1A_pK7ZMhTR_iV8OA00B/image.png

Please send login info in private reply if you want me to check the issue there.

Nov 6, 2018 at 3:18 am
#89082
Moderator
Shahriar
Staff OP

License unlocked 🙂

Nov 5, 2018 at 7:04 pm
#89076
Moderator
Shahriar
Staff OP

Fixed the review reply modal issue. Looks like another plugin or theme loading their Bootstrap JS. I have disabled WPDM Bootstrap Js to resolve the conflict.

Fixed the Default Value issue in the frontend.

The PrePaid add-on works fine in our test server. But not sure yet why the error on your server. Checking the issue thoroughly.

Nov 5, 2018 at 6:12 pm
#89070
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 5, 2018 at 6:04 pm
#89069
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 5, 2018 at 6:01 pm
#89068
Moderator
Shahriar
Staff OP

Hi,

You can check our Newsletter add-on https://www.wpdownloadmanager.com/download/wordpress-newsletters-autoresponder-plugin/ It is a bit complex then what you need.

Or if you interested we can build a custom solution for you.

Thanks.

Nov 5, 2018 at 5:47 pm
#89067
Moderator
Shahriar
Staff OP

It is not possible with any existing shortcode. A custom shortcode is required to a random package from a category.

Nov 5, 2018 at 5:37 pm
#89066
Moderator
Shahriar
Staff OP

A minor code customization is required for that. You have to add 'child_of' ► $category, in category drop-down call as shown in the screenshot below ( file wpdm-archive-page.php ),

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

Please send me the page link to check the spacing issue.

Nov 4, 2018 at 9:37 pm
#89047
Moderator
Shahriar
Staff OP

Please send your license keys or order ids in private reply. I will unlock the key from your old sites which will fix the invalid key issue. Also, make sure you have the latest version ( 4.7.8 ) of Download Manager.

Nov 4, 2018 at 9:33 pm
#89046
Moderator
Shahriar
Staff OP

Everything is okay now. Replaced $primary_cat->term_id != $cat->term_id with ( isset($primary_cat->term_id) && $primary_cat->term_id != $cat->term_id ) in line 252

Nov 4, 2018 at 7:59 pm
#89043
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Nov 4, 2018 at 6:47 pm
#89039
Moderator
Shahriar
Staff OP

It is possible to modify the filename by editing the /download-manager/wpdm-start-download.php file. Just add the following code before line no 162,

$tmparr = explode('.', $filename );
$filename = get_the_title( $package['ID'] ) . "." . end($tmparr);
Nov 4, 2018 at 6:05 pm
#89036
Moderator
Shahriar
Staff OP

Limit reset should work fine. It works in our test server. Please send login info in private reply if you think it isn’t working on your site.

The Download Limit add-on is not only for Pro Membership but also supports the core download feature. So, all download operations have an impact on the limit.

You are right about the subscription canceling and limit reset issue. But when someone subscribing again to a plan isn’t he/she paying again? So, it seems right to reset the limit after re-subscription.

Nov 4, 2018 at 5:37 pm
#89035
Moderator
Shahriar
Staff OP

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

Nov 4, 2018 at 5:35 pm
#89034
Moderator
Shahriar
Staff OP

@designhub, Please create a new ticket and we will continue the discussion there.

Nov 4, 2018 at 5:29 pm
#89032
Moderator
Shahriar
Staff OP

Have you changed the template tag? The image link seems okay there. Found no broken image.

Viewing 25 posts - 4,376 through 4,400 (of 12,513 total)