Israel Martins
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text vertical in buttons on mobile siteI see that there’s an issue with the width of the filter buttons on the mobile view of that page, and I’m sure we can resolve that in no time.
I confirmed the behaviour when I checked the page in mobile view; it was caused by some missing CSS style rules.
I’ve created a CSS snippet to fix the issue on that page by making the minimum width of each button to be the length of the button’s text. Thereby, preventing the button text from compressing and appearing vertical in mobile view.
Here’s the CSS snippet (You may use a plugin like Simple Custom CSS and JS to add the custom CSS to your site for easier management):
.page-id-1973 .entry-content .wp-block-group .wp-block-buttons .wp-block-button {
min-width: fit-content !important;
}Here’s a related guide on Applying Custom CSS:
https://www.ads-software.com/documentation/article/styles-overview/#applying-custom-cssCould you please add that CSS snippet to the site, and let me know whether it resolves the issue?
I look forward to getting that resolved with you.
Forum: Installing WordPress
In reply to: Error Installing WordPress into XAMPPHi @ryder57 ,
Thanks for the feedback.
Perhaps you are referring to the WordPress installation folder/directory “mywpdatabase,” as databases are not stored in the “/xampp/htdocs/” folder/directory.
Databases are stored in “/xampp/mysql/data/” (NEVER TOUCH ANYTHING IN THAT DIRECTORY unless you 100% know what you’re doing).
If there is no “mywpdatabase” folder/directory in “/xampp/mysql/data/,” the database does not exist and would need to be created.
To create the “mywpdatabase” database:
- Open a browser tab,
- Visit “localhost/phpmyadmin/“
- On the left sidebar, click “New” at the top of the list of databases,
- In the “Database name” field, enter the name of the database (i.e., mywpdatabase) and
- Click the “Create” button.
After creating the database, try the WordPress installation again.
Please let me know if that helps.
I look forward to sorting that out with you.
Hi @carterkay ,
Good day, and thanks for reaching out.
WC Vendors does not have a store products search feature.
You may integrate the product search feature on your site with any of these plugins:
We hope that helps, and we’re more than happy to help if you have more questions.
Hi @bhattashu86 ,
Thanks for reaching out.
We were was unable to reproduce the behaviour on the site, as the popup did not display after the cookie was set.
See: https://share.zight.com/yAuz5XRN
Could you please confirm whether the issue has been resolved?
If not, could you check whether you’re getting a cached page by testing in a private/incognito browser window?
We look forward to resolving that with you.
Hi @billakosgr ,
We’re always happy to help.
Please don’t hesitate to reach out if you need more assistance.
Hi @slauper ,
Good day, and thanks for reaching out.
I’m sorry to know about the issue with adding products of a specific vendor to cart, and I’m sure we can get to the bottom of it.
Perhaps a code conflict from another active plugin or the active theme is the culprit.
To check whether that’s the case, kindly test with these basic debugging steps.
I’ll wait for your feedback, and I look forward to getting that resolved for you.
Hi @seaforth ,
Good day, and thanks for reaching out.
[1. I am a little confused about what it means to check off “Use WC Vendors’s SEO settings instead other SEO plugins”]
Enabling the “SEO Compatibility” option uses the vendor store’s SEO settings instead of that of an active SEO plugin.See the Vendor Store SEO Settings location: https://share.zight.com/JruEQeGN
[2. Would this apply only to the Shop pages for specific vendors? Or would it interfere with other SEO configurations?]
It would only apply to the Shop pages of the vendors.I hope that helps, and I’m happy to help if you have more questions.
Hi @seaforth ,
Good day, and thanks for reaching out.
A shortcode or option to display vendor products by tag is unavailable in the current version of WC Vendors Marketplace.
I’ve submitted a feature request for that on your behalf.
It’s important to mention that I can’t provide a definite timeline for implementation, as it depends on factors like:
- The number of requests and
- The complexity of implementing the feature.
I hope that’s helpful, and I’m more than happy to help if you have more questions.
Hi @wordmax ,
Thanks for the feedback.
Could you please raise that with the authors of the Imsanity plugin?
Please let us know their feedback, and let them know we’re happy to help if they need any information from us to fix that.
We look forward to getting that resolved for you.
Hi @care2michelle ,
We’re glad to know the network activation worked as expected.
Please don’t hesitate to reach out if you encounter a similar issue again or if you have more questions.
Hi @thehinesgaphideaway ,
We’re always happy to help.
Please don’t hesitate to reach out if you have more questions.
Hi @dubaidogfish ,
Good day, and thanks for reaching out.
I was able to reproduce the error on my test site.
See: https://share.zight.com/jkupOrZQ
I have escalated that to our developers for more insights, and I’ll keep you posted on their feedback.
Please don’t hesitate to reach out if you need more assistance in the meantime.