Tung Du
Forum Replies Created
-
Forum: Plugins
In reply to: [Safe Redirect Manager] Don’t want base to redirect as well@thestatuskuo, you can solve your problem using regular expression. Check the enable regular expression box, then fill the redirect rule as follow:
– Redirect from:
/blog/(.*)
– Redirect to:/$1
Check the screenshot: https://share.getcloudapp.com/JruxkKYJ
Forum: Plugins
In reply to: [Convert to Blocks] Funny behavior on galleriesI made several posts using blocks and the sql database shows the shortcode, not the html.
@myuption I can’t reproduce this behavior. I create new posts containing gallery blocks and the block content is saved to the database, not the shortcode. I’m testing using WordPress 5.8. See the screenshot: https://share.getcloudapp.com/lluojPnm
Forum: Plugins
In reply to: [Convert to Blocks] Funny behavior on galleriesHi @myuption,
> Would be nice if the gallery stayed the same.
What do you mean when you want the gallery to stay the same?
It’s expected behavior when Convert to Blocks transforms the gallery shortcode into a block as you mentioned above. The structure of the converted block is the same as adding a new gallery block.
Forum: Plugins
In reply to: [Microsoft Azure Storage for WordPress] Some errors@marioteixeira Thanks for your suggestion. Would you mind creating a PR on our GitHub repository to fix this issue?
Here is our GitHub repo: https://github.com/10up/windows-azure-storage
Forum: Plugins
In reply to: [Simple Local Avatars] WP Offload S3 With Avatars@matths I don’t have experience with WP Offload so I can’t give you any specific direction.
I’m wondering how the plugin generates that URL with the additional elements?
Simple Local Avatars uses WP_Image_Editor to crop the avatar and cache it to the database, please see here for more detail: https://github.com/10up/simple-local-avatars/blob/83c496a714f787057e9ecb98767d2c350b75e618/includes/class-simple-local-avatars.php#L146-L177
Forum: Plugins
In reply to: [Simple Page Ordering] Use with Elementor?Hi @melanie71,
Elementor Pro Saved Template is a custom post type, so you can try the method mentioned here: https://www.ads-software.com/plugins/simple-page-ordering/#can%20i%20make%20my%20custom%20post%20type%20take%20advantage%20of%20this%20plug-in%3F
Forum: Plugins
In reply to: [Simple Local Avatars] Possible to show larger image?@lorigregor The script above is just a proof of concept, you should add some conditions to change the size based on the
$args
variable.Forum: Plugins
In reply to: [Simple Local Avatars] Jet Engine – Profile BuilderHi @ch4bdigital,
Simple Local Avatars only provide one avatar uploader on the user profile edit page. You will need custom development to add the avatar uploader to other places.
Forum: Plugins
In reply to: [Restricted Site Access] Exclude Dynamic URL from restrictionWe have a FAQ section for your issue, please check this: https://github.com/10up/restricted-site-access#how-do-i-allow-access-to-specific-pages-or-parts-of-my-site
Forum: Plugins
In reply to: [Simple Local Avatars] Woocommerce SupportHi @webnetyapi,
Simple Local Avatars only allows updating avatars on the admin user profile page. You need custom development to change avatars on other pages like the WooCommerce My account page.
Forum: Plugins
In reply to: [Simple Local Avatars] Avatar not showing@penelopeford, Simple Local Avatars is working on your site. You should contact your theme support to ask about showing avatars on that Contributor page. This is your theme’s issue so I can’t help you, unfortunately.
- This reply was modified 3 years, 8 months ago by Tung Du.
Forum: Plugins
In reply to: [Simple Local Avatars] Avatar not showing@penelopeford, do the local avatars show up on the users’ profile list page? I want to ensure the avatar is working in admin at least.
How do you display the avatar on your contributor page? Which function do you use?
Forum: Plugins
In reply to: [Simple Page Ordering] Hierarchical parent child ordering?Is it right that this plugin just changes the page order value, and possibly the parent child relation?
Yes. I can confirm this.
Forum: Plugins
In reply to: [Simple Page Ordering] Hierarchical parent child ordering?Hi @newoceans, in general, Simple Page Order doesn’t change the page hierarchy, it only changes the page order. But in some special cases, it can change the hierarchy.
Given that you have three pages A, B, C. Page B is the child of page A. C is a top-level page. In this case, you can turn page C to a child of A by dragging C between A and B. See this screencast: https://media.giphy.com/media/gxIa1RAuyaNZof7vcK/giphy.gif.
Except for the case above, there is no way to change the hierarchy of pages using Simple Page Ordering.
Forum: Plugins
In reply to: [Simple Local Avatars] Broken images displaying over HTTP vs HTTPSHi @gfxdesigner,
I’m sorry for the late reply!
About your issue, can you please check your WordPress URL setting is using HTTPS? Local avatars are cached in the database as full URLs, which are generated using the site URL setting.
> This occurs when accessing the admin via HTTPS
Do you use HTTPS only? Or you can access your site via HTTP as well?