Tung Du
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Local Avatars] Form output to front end@biqu3 You can check out these links:
– https://wordpress.stackexchange.com/questions/228301/how-to-upload-image-from-front-end-and-save-in-media-library
– https://qnimate.com/using-wordpress-media-uploader-on-frontend/You can use the file upload field as well, but you need to process the file to create a WordPress attachment to use later.
Forum: Plugins
In reply to: [Safe Redirect Manager] Loop detectionThis question has been answered here: https://github.com/10up/safe-redirect-manager/issues/206#issuecomment-625007136
Forum: Plugins
In reply to: [Safe Redirect Manager] Loop detectionGitHub issue for this topic (thank @kevinbrands for creating it): https://github.com/10up/safe-redirect-manager/issues/206
@dlovas1 can you send me the Site Health information so we can debug your issue better?
Forum: Plugins
In reply to: [Simple Local Avatars] Use “Choose your file” instead of Media UploaderHi @biqu3,
For “normal users” (Subscribers, Contributor), the file upload input is used. Only users who have
upload_files
capability (Admin, Editor, Author) can use the Media Uploader. This behavior is fixed and can’t be changed using hooks for the current codebase.Hi @njit75,
Can you try these steps to order posts using the category filter:
1. Go to the post list table.
2. Click on Sort by order.
3. Choose the category and click the Filter button.
4. Try order posts.The key here is navigating to Sort by order first, then choose the category to filter after that.
Forum: Plugins
In reply to: [Simple Local Avatars] Form output to front endHi @mrvigner,
Editing the user avatar on the front end is not the scope of this plugin. To edit the avatar on the front end, you need to build a media uploader to upload the avatar and save the avatar data back to the database after users hit the save button. There are plenty of tutorials out there on using media uploader on the front end. Hope this helps!
Hi @markzuckerbels,
The feature you described above is not available in Restricted Site Access. RSA isn’t designed for that feature as well. You need to find another solution for your problem. RSA only limits access to your site to visitors who are logged in or accessing the site from a set of specified IP addresses.
@dlovas1 Did you notice any console log error in your testing? If yes, can you post it here (use https://pastebin.com or Gist if it’s too long)?
I tested with 1000 posts WP installation and I can’t reproduce the issue, so any screenshots and details are much appreciated!
It can be considered a bug of our plugin. We have a fix waiting for reviews to address this issue. Thank you for testing and reporting back!
Can you test reordering in the incognito mode? I want to check if it’s the cache issue.
Forum: Plugins
In reply to: [Safe Redirect Manager] Needing a 410 Done CodeThe Github issue for this topic: https://github.com/10up/safe-redirect-manager/issues/205. Thank @popvekind for creating the issue. Github is the main channel for this plugin development, so let’s discuss there : )
Forum: Plugins
In reply to: [Simple Local Avatars] Change default 38px image widthHi @peterforensys,
The default size is 96px as documented here: https://developer.www.ads-software.com/reference/functions/get_avatar/.
You can change the size of avatars by changing the
$size
argument.Forum: Plugins
In reply to: [Simple Page Ordering] Reorder pages on different pages in adminHi @artsimmons,
You can open the quick edit and change the value of
Order
field. Change it to smaller enough (check the order value of items on page 1). Update the page then go to page 1 to see the result.Hi @lordtopcat,
Can you provide me some details about your WP installation? How do you set up your webserver? Do you use any docker based solution or have Varnish cached running?