Hi,
And trying to sort packages from archive page shortcode by rating? << exactly this
Thanks.
Hello,
Did you have a chance to look into this being able to show category images with shortcode?
Thanks.
Any news on the user profile favourites being the same fix please?
Hi,
Yes I am trying to show category images in the download package/file page.
I have managed to fix the other issues with the font shown with [categories].
Thanks.
Also please can you tell me how I can format the output of [categories] I would like to customise the font colour but cannot.
It also really messes up the formatting of any link template it is used in.
Thanks.
Hi,
Thanks have sent that in for a price.
That is working now – thank you.
I just await the fix for all users having the same favourites on the public profile ๐
Hello,
Yes that is correct and working fine now, when users had a space which is replaced with a dash it wouldn’t work but you have fixed. So I am not worried or referring to that anymore. Thanks for fixing.
The issue remaining is that the button still works if someone clicks on it, even if they are not a logged in or registered user.
Thank you.
Yes of course, I updated which has fixed the button not working for user with spaces in names, but not for logged out users.
My site is still running local host I am afraid, so cannot get access to my admin area externally.
Thanks.
Thank you – great script once all the little issues are removed ๐
Hi,
That has fixed the message button not working on profile with spaces in the username – thanks.
It has not fixed the message box still appears if a logged out user clicks on it.
Will the issue with all users having the same favourites on profile also be looked at and fixed?
Thanks.
Great news, I look forward to it.
Thank you.
Hello,
Does this show you exactly what I am referring to? Can you now see the issues?
Thanks.
No not at all. I have detailed exactly the issues above.
The wpdm user public profile page has a message button, it does not work if the user that you are viewing has spaces in their username.
When the user does not have spaces the message button on the profile works, but it also works when the user viewing the other users profile is not logged in.
I am not sure how I can explain this again?
Also the public profile page has another issue as I said, the favorites button shows that everyone has favourited all items on the site when they have not.
Ok so I have found the actual cause it would seem. Username’s that contain a space cause the message button on public profile to not work.
This is a bit of an issue, could this be fixed please?
Plus the message box appears when clicking on the message button for non logged users.
Also when clicking the favourite’s button on the public profiles, every user has the same favourites (every upload on the site) even though no user has actually added any favourites.
Hi,
As I said I am using the Attire theme, there should not be a conflict Attire is built to work with WPDM.
As mentioned the message button works fine when you access the profile with url: profile/?profile=usernamehere
But when accessing via author/usernamehere/ the message link does not work.
I have only WPDM plugins running and this is still an issue.
I have viewed the page source I can see that this code is missing from the /author/usernamehere/ page.
<div class="row">
<div class="col-md-12 pt-4" id="wpdm-profile-contents">
</div>
</div>
<div class="modal" tabindex="-1" role="dialog" id="wpdm-ppm">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header bg-light">
<h5 class="modal-title p-0 m-0">Send Private Message</h5>
</div>
<form class="form" role="form" method="post" id="messageform" autocomplete="off">
<div class="modal-body">
<input type="hidden" name="__send_to" value="xPGiGpGHT_eEsZeqenXZjgpu8v1JPYf7OHmhaP-4UI4mmU_bGS5gRPB4k09ugxS4FlXKxvjXA6C9mTHYcciekw" />
<div class="form-group">
<input type="text" placeholder="Subject" name="subject" class="form-control input-lg" required />
</div>
<div class="form-group mb-0">
<textarea placeholder="Write Your Message" class="form-control" name="message" id="message"></textarea>
</div>
</div>
<div class="modal-footer bg-light">
<button type="submit" class="btn btn-primary"><i class="fas fa-paper-plane"></i> Send Message</button>
</div>
</form>
</div>
</div>
</div>
So this would explain why it is not working..
I followed these instructions, steps 1 and 2 so why does it not work?
Do I need to complete 3-6 even if I am using the Attire theme?
If so please explain step 5 to me, as the DIR’s mentioned do not exist.
* user-profile dir
* plugins/download-mamager/tpls
Both do not exist…
I cannot provide admin access as site is running localhost till I have finished removing bugs and it is ready.
Please help.
Thanks.
Any news? Having the arrows so users can scroll through images would be great. Even being able to click the image to close it instead of clicking the overlay outside the image would be an improvement.
Thanks.
Hi,
I am using the attire theme, when viewing a profile using this link type: http://demo.wpdownloadmanager.com/wpdmpro/profile/?profile=admin the private message button works.
When using /author/username the button does not work.
I have followed this from the link you sent.
Note for theme developers:
If you want to use this shortcode in WordPress native author page ( ...site-url/author/username/ ), please follow the steps:
Create author.php inside you theme dir
Instead of regular loop use following code:
<?php echo do_shortcode('[wpdm_user_profile template="link-template-id" items_per_page=12]'); ?>
Ok one last issue it would seem.
Now I have used the shortcode in the author.php page, the only thing that does not work is the button to send the user a private message, it does not do anything.
Can you help with this?