Shahriar

Forum Replies Created

Viewing 25 posts - 6,701 through 6,725 (of 12,513 total)
Dec 19, 2017 at 2:42 pm
#66998
Moderator
Shahriar
Staff OP

I was able to re-create the issue. Thanks for the detailed report. Adding a patch to fix this issue. Also, adding the currency sign on “Dues” page. Will check the possibility of PayPal test mode.

Next version of premium package will be available within this month.

Dec 19, 2017 at 12:26 pm
#66986
Moderator
Shahriar
Staff OP

Add following code after line 125 in archive-page-with-sidebar.php file,

<?php if(isset($_GET['category'])): ?>
$('#ap-content-<?php echo $xid; ?>').load("<?php echo admin_url('admin-ajax.php'); ?>", {action:'load_ap_content', cid: <?php echo $_GET['category']; ?>, xid: '<?php echo $xid; ?>'}, function(){ $('#wpdm-loading-<?php echo $xid; ?>').fadeOut(); });
<?php endif; ?>

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

Dec 19, 2017 at 11:42 am
#66981
Moderator
Shahriar
Staff OP

The -1 issue is related to logged out user. WordPress has the auto-logout feature which logs out idle users after some time. So, if a user opens the accordion page and doesn’t do anything right after opening it. If the user comes back to the accordion page he opened before but WordPress already logged him out then clicking the accordion will return -1 because he doesn’t have access to it anymore.

You can test it by opening the accordion page and logging out from another browser tab. Then clicking the accordion will return -1

Resumable download works when the file is served from your site. This option is not applicable in S3. Download Manager generates a temporary URL to access the file which is valid for 1 hour. Download should resume within 1 hour.

Dec 19, 2017 at 10:35 am
#66978
Moderator
Shahriar
Staff OP

Please send the FTP info too. I have to check the query object, couldn’t edit code from wp-admin.

Dec 18, 2017 at 5:45 pm
#66926
Moderator
Shahriar
Staff OP

Wrapped the package shortcode output inside do_shortcode function. Now popup works with shortcodes too.

Dec 17, 2017 at 7:09 pm
#66864
Moderator
Shahriar
Staff OP

Unlocked the license key from localhost.

Dec 16, 2017 at 6:11 pm
#66847
Moderator
Shahriar
Staff OP

If you use jstable=1 all packages are loaded at the same time. To reduce the page load time you can disable jstable using jstable=0 in shortcode. In that case, only packages from the first page ( in your case 25 packages ) will be loaded which will reduce the load time significantly.

Dec 16, 2017 at 6:05 pm
#66846
Moderator
Shahriar
Staff OP

Getting “Invalid Username” error!

Dec 16, 2017 at 5:50 pm
#66845
Moderator
Shahriar
Staff OP

Hi,

There is a solution here but it will work if your packages have a minimum package description ( description not empty ).

1 ) Create a custom link template by cloning the current template.

2 ) Use [excerpt_50] template tag to show only first 50 characters of description. You can use any number here. This number should be greater than your shortest package description.

Another way is implementing the masonry but that will require code customization.

Thanks.

Dec 16, 2017 at 5:39 pm
#66844
Moderator
Shahriar
Staff OP

Please send me the page link where you have the accordion shortcode. I will check if I can recreate the issue. Also, related PHP error log will be very helpful.

Enable resumable download from settings.

Dec 16, 2017 at 5:29 pm
#66842
Moderator
Shahriar
Staff OP

Custom Template view in archive shortcode is related to the CSS. Please send me the page link to suggest required CSS to fix the styles.

The initial value of select dropdown is always same but it will be better if that matches the shortcode parameters as you suggested. We will update this in next version of the add-on.

Dec 16, 2017 at 5:14 pm
#66841
Moderator
Shahriar
Staff OP

Search issue may be related to a plugin conflict. This issue happens when some other plugin modifies the search query. However, please send temporary wp-admin login info to check the issue. Or you can try deactivating other plugins to find the responsible plugin.

Sorry, It is possible to search custom fields using archive search.

Dec 16, 2017 at 5:08 pm
#66840
Moderator
Shahriar
Staff OP

Please check the following screenshot. Undo previous changes and make this code update to show only 10 packages.

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

Dec 16, 2017 at 4:51 pm
#66837
Moderator
Shahriar
Staff OP

Hi,

Your theme is disabling the Bootstrap pop-up. Please use the embedded form instead. I have applied the embedded form there. If you want you can modify the form style or text. Let me know if that case.

Thanks.

Dec 16, 2017 at 4:39 pm
#66835
Dec 16, 2017 at 4:37 pm
#66834
Moderator
Shahriar
Staff OP

You can define download page layout from package setting meta box. The option is called ‘Page Template‘.

Dec 16, 2017 at 4:25 pm
#66832
Moderator
Shahriar
Staff OP

Please send me the screenshot of the page. That will be helpful to find the missing translation string.

Dec 16, 2017 at 4:22 pm
#66831
Moderator
Shahriar
Staff OP

Unlocked your key. Please try now.

Dec 16, 2017 at 4:20 pm
#66830
Moderator
Shahriar
Staff OP

Downloads are served as expected in my test. Please let me know if you have any specific package where stumbled upon this issue.

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

Dec 16, 2017 at 3:58 pm
#66829
Moderator
Shahriar
Staff OP

Fixed the “File Browser Root” in settings. Now everything is okay.

Dec 16, 2017 at 3:09 pm
#66828
Moderator
Shahriar
Staff OP

Unlocked your key. It should work now.

Dec 16, 2017 at 3:08 pm
#66827
Moderator
Shahriar
Staff OP

Send FTP info to check the template file. Looks like, You haven’t made all changes suggested above.

Dec 16, 2017 at 3:00 pm
#66826
Moderator
Shahriar
Staff OP

Hi, Which version of Premium Package have you used there? In my test, I can’t request more then what I have on my account.

Dec 16, 2017 at 2:51 pm
#66825
Moderator
Shahriar
Staff OP

Withing next week ( before Christmas )

Dec 16, 2017 at 2:47 pm
#66824
Moderator
Shahriar
Staff OP

In that case, define your links like the following example,

yoursite.com/archive-page-slug?category=id <- id = category id

Disregard previous code and add the following code instead in same position.

jQuery('#wpdm-downloads').prepend('<div class="wpdm-loading"><i class="fa fa-spin fa-spinner icon icon-spin icon-spinner"></i> <?php _e('Loading','wpdm-archive-page'); ?>...</div>').load('<?php echo home_url('/?wpdmtask=get_downloads&pg='.get_the_ID());?>&category=<?php echo $_GET['category']; ?>');

Viewing 25 posts - 6,701 through 6,725 (of 12,513 total)