jitendra6367
Forum Replies Created
-
If you cannot log in after entering the 2FA code, the issue may be caused by the miniOrange 2FA plugin.You can temporarily disable the plugin to regain access to your admin dashboard.Steps to fix the issue:1. Log in to your hosting account (cPanel or File Manager).2. Go to the WordPress installation directory.3. Open the folder: “/wp-content/plugins/”4. Find the folder for the miniOrange 2FA plugin.5. Rename the folder (for example): “miniorange-2-factor” → “miniorange-2-factor-disabled”6. Try logging in to your WordPress admin panel again.Renaming the plugin folder will automatically deactivate the plugin. Once you regain access, you can reinstall or reconfigure the 2FA plugin if needed.
Forum: Requests and Feedback
In reply to: Forum embed issueHi,The WordPress.org support forums do not always embed images from external hosting services. In many cases the forum will only display the link rather than the image itself after the post is published.This is expected behavior for security and moderation reasons.Users can still click the link to view the image, but the forum may not display the embedded preview in the final post.Thanks.
Forum: Requests and Feedback
In reply to: Image Overrides for Cover & Media & Text?Hi,
You are correct that Pattern Overrides currently work only with certain blocks like Heading, Paragraph, Button, and Image.
Blocks such as Cover and Media & Text don’t yet support overriding attributes like the image within a synced pattern. Because of that limitation, changing the image while keeping the pattern synced isn’t possible at the moment.
A possible workaround is to build the layout using Columns and place an Image block inside the column so the image can be overridden. Otherwise, the pattern would need to be detached before changing the image.
Hopefully this functionality may improve in future updates.
Thanks.
Forum: Fixing WordPress
In reply to: listing deals, offers and discounts without e-commerce pluginHi there,Now, that’s where the beauty of WordPress comes in. You can absolutely achieve all that without using an eCommerce plugin.Here is what I’d recommend you do:Use a plugin like Advanced Custom Fields (ACF).It is the most flexible DIY approach in my opinion.Create a custom post type called “Deals” or “Offers”Add fields like: Business Name, Category, Discount %, Expiry Date, Logo, DescriptionDisplay them using a page template.I hope that helps.