Luis Peel
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mobile popup menu backgroundHi there, the issue is with your CSS. Here’s the problematic code:
.wp-block-navigation__responsive-container.is-menu-open {
background-color: var(–wp–preset–color–header-background) !important;
padding: var(–wp–preset–spacing–40);
}FILE: wp-content/themes/yith-wonder/assets/css/general-block-style.min.css
To fix this, you need to customize the background color of your header in your theme’s settings. Here’s how:
Open your WordPress Dashboard.
Go to Appearance -> Editor to open the Site Editor.
Currently, the color set for the –wp–preset–color–header-background variable is #f0f0f0. You’ll need to change this to your desired color or make it transparent.Forum: Fixing WordPress
In reply to: Mobile popup menu backgroundHello, could you please provide the URL of the site where you are experiencing the background issue on mobile?
Forum: Fixing WordPress
In reply to: Text overflows main container on mobileHi there, it looks like the long URL in your content is causing the layout to break on mobile. To fix this, simply add the following CSS to your stylesheet:
CSS
@media only screen and (max-width: 600px) {
p {
overflow-wrap: anywhere;
}
}Hi, In the latest version, the ability to delete the featured image and product gallery has been added.
Hi, yes, the plugin is working fine. I’m always working on improving the plugin, so please let me know if you have any questions or need help with anything.
Hey everyone!
If you run into any other problems or have any suggestions for the plugin, please don’t hesitate to let me know. I’m always happy to hear your feedback.
Thanks for using my plugin!
I apologize for the delay. The new version of the plugin has been uploaded and includes compatibility with WooCommerce HPOS (High-Performance Order Storage). Please let me know if you encounter any issues. We would also appreciate it if you could leave a review of the plugin. Thank you!
I am aware of the HPOS incompatibility issue, and I am working on a fix right now. I will have an update out ASAP (hopefully within the next few hours). Thanks for your patience!
Perfect, if you notice any details or want to add any other functionality, don’t hesitate to let me know.
Also, if you want me to develop another plugin with other functionalities that you can’t find or need, please let me know.
Please accept my apologies for the delay. I have now uploaded the new version of the plugin, which includes several enhancements:
- Added product status filtering (Published, Draft, Trash, All)
- Added bulk actions for product management:
- Move to trash
- Change to draft status
- Added image management features:
- Remove featured images
- Remove gallery images
- Remove all product images
- Enhanced pagination with items per page selection
- Improved interface and user experience
- Added status preservation after actions
- Better error handling and logging
Please let me know if everything is working correctly, or if you require any additional functionality.
Very well, then. I will enhance the pagination and enable the removal of product images. Please do not hesitate to let me know if you require any additional functionalities.
I am currently working on the next version, which will include the option to remove product images. If you have any other suggestions or would like to add additional functionality to my plugin, please let me know.