Perry

Forum Replies Created

Viewing 25 posts - 51 through 75 (of 93 total)
in reply to: User/Author profile – friendly URL #168832

Perry
Participant

Ah now I see, I have /author/username now I have customised my author.php file using the link you provided.
Fixed now, thank you!

in reply to: User/Author profile – friendly URL #168829

Perry
Participant

Hi,

I found that I was using the wrong URL for the profile viewing as another user, so that is fixed.

Using /profile/?profile=test-test-test or profile/?profile=testuser works.

Can you tell me if it is possible to access a profile using a friendly url such as : /profile/usernamehere ?

in reply to: User/Author profile – friendly URL #168825

Perry
Participant
This reply has been marked as private.
in reply to: User/Author profile – friendly URL #168819

Perry
Participant

Yes it is related to WPDM.
Mod rewrite profile URLs do not work if the username has a space as detailed above.

What would you like a picture of exactly and I can provide.

in reply to: Remove Amazon S3 button from frontend upload #168809

Perry
Participant

Hi,

That doesn’t help the issue, I already use these filters.
I have solved this by editing the code directly.

Thank you.

in reply to: Private messages – how to setup/shortcode #168780

Perry
Participant

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.
in reply to: User reviews plugin – Not working #168778

Perry
Participant

Brilliant, thank you very much!

in reply to: User reviews plugin – Not working #168730

Perry
Participant

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.

A short code to do that would be great also.

in reply to: User reviews plugin – Not working #168728

Perry
Participant

Hi,

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.

Thanks.

in reply to: User reviews plugin – Not working #168692

Perry
Participant

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.

Please can you fix.

in reply to: User reviews plugin – Not working #168683

Perry
Participant

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].

in reply to: Remove Amazon S3 button from frontend upload #168674

Perry
Participant

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?

in reply to: Remove Amazon S3 button from frontend upload #168673

Perry
Participant

Yep, I removed the code that rendered the button.

Thanks

in reply to: Remove Amazon S3 button from frontend upload #168664

Perry
Participant

Not to worry I have found it is called from wpdm-amazon-s3.php and have now removed the button.

Thanks.

in reply to: User reviews plugin – Not working #168663

Perry
Participant

Thank you, it is now working.

in reply to: Remove Amazon S3 button from frontend upload #168660

Perry
Participant

Hello,

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.

in reply to: Remove Amazon S3 button from frontend upload #168647

Perry
Participant

Hello,

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).

Thank you.

in reply to: User reviews plugin – Not working #168632

Perry
Participant

Hello,

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.

Please can you help to fix these issues.

in reply to: #168625

Perry
Participant

Hi,

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.

Thanks.

in reply to: User reviews plugin – Not working #168589

Perry
Participant

Figured it out not to worry.

Thanks I will leave a review.

in reply to: User reviews plugin – Not working #168586

Perry
Participant

Hi,

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.
in reply to: Thumb Gallery images different sizes #168585

Perry
Participant

Ok, I have tried with the Nivolight box.

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.

Thanks.

in reply to: Thumb Gallery images different sizes #168574

Perry
Participant

Ok, can you tell me how many images will the gallery display, will it just load as many as attached to the product?

Is there anyway to limit the amount of images shown?

Thanks.

in reply to: User reviews plugin – Not working #168565

Perry
Participant

Hi,

Yes it works now ๐Ÿ™‚ – thank you very much. Apologies for my persistence but this element was needed to design the layout of my download templates.

Thanks again.

Viewing 25 posts - 51 through 75 (of 93 total)