Close this, I found it at the bottom of the setting page ๐ – would be handy to have that short code for putting private messages in a custom page though.
This reply was modified 3 years, 3 months ago by Perry.
OK, but every other part of the WPDM script uses the local avatar selected, when changed in author dashboard this changes across the website.
Is it called shop logo and you can view every members shop logo on their profile page fine – how can I pull this image into the reviews?
The review plugin should be using same logo as everywhere else in your script – it doesn’t make sense that this plugin would not use the same image for the users accounts.
Thanks for that – another bug…the reviews display the same gravatar image, even when the reviewer has a custom gravatar image. Please can you fix this, the plugin will then appear to be bug free.
Is it possible to use [rating_stars] short code to show only the stars that can be clicked, instead of the entire rating box?
When using [rating_stars] now I can see the rating but not click the stars.
Another bug with this plugin, every review shows as the author is the admin of the site, once a comment has been reviewed and published by an admin it has the admin as the author?? This cannot be right, it should show the name of the person who commented.
I have found one issue – when using [rating_stars] the stars are displayed empty as they should, then when I have downloaded so I can place a rating I click the stars and they will show 3 of 5 filled for example, but the rating is not saved at all.
If I refresh the rating has reset, the only way it will register a rating is when filling out the comments for at the bottom of the screen – but I would like my users to be able to just click a star rating using [rating_stars].
Actually I have not yet found how to remove the user reviews from the bottom of each package page.
I would like to place it myself with the short code instead of it being at the bottom of the page,
If you could tell me how I can turn it off and insert with short code instead?
I was looking to remove the code in \download-manager\src\AuthorDashboard\views\author-dashboard\new-package-form\attach-file.phg
But it doesn’t seem to be there for the S3 buttons.
I am unable, my site is running localhost. If these are options I can change it would be handy to know how.
If this is code I need to change, I am quite capable if you can point me to the file(s)/line(s).
Sorry the user reviews plugin does still have some issues.
1. It does not show the users current avatar, no matter if it is changed – always shows the default.
2. I have this error: Warning: A non-numeric value encountered in C:\UwAmp\www\msfsmods\wp-content\plugins\wpdm-user-reviews\wpdm-user-reviews.php on line 355
This appeared now I have made 3 or 4 test reviews on a product.
I already typed this out once and now again, seems to be a bug with your forum removing all content from posts.
Please can you tell me how to remove the select from Amazon S3 and configure buttons from the front end:
Also please can you tell me how to remove the user reviews module from the package pages as default, I would like to implement this using short code in a position I want it instead of it being across the bottom of each package page.
Sorry the plugin does to a point, but when a review is submitted it and I try to review it I am unable to approve them from the reviews section in the admin panel.
There is no option?
Thanks.
This reply was modified 3 years, 3 months ago by Perry.
WPDM already uses this, but I just want the arrows and also to change some settings.
NivoLightBox should show arrows by default, but isn’t working in WPDM.
You can see here in packagecontroller.php there is the JS for NivoLightbox:
As per the NivoLightbox webpage I can add config options as below:
$('a').nivoLightbox({
// The effect to use when showing the lightbox
// fade, fadeScale, slideLeft, slideRight, slideUp, slideDown, fall
effect: 'fade',
// The lightbox theme to use
theme: 'default',
// Enable/Disable keyboard navigation
keyboardNav: true,
// Click image to close
clickImgToClose: false,
// Click overlay to close
clickOverlayToClose: true,
// Callback functions
onInit: function(){},
beforeShowLightbox: function(){},
afterShowLightbox: function(lightbox){},
beforeHideLightbox: function(){},
afterHideLightbox: function(){},
beforePrev: function(element){},
onPrev: function(element){},
beforeNext: function(element){},
onNext: function(element){},
// Error message
errorMessage: 'The requested content cannot be loaded. Please try again later.'
});
Please can you tell me how I can use this options, if I put these in packagecontroller.php the options have no effect.
Perry
Forum Replies Created