Opeyemi Timothy
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How do I reset woocommerce?This is what it says
“Deletion failed: There has been a critical error on this website. Learn more about troubleshooting WordPress.”
About the error log, I couldn’t find the debug.log file in the wp-content folder. And the debug mode is activated.
Forum: Plugins
In reply to: [WooCommerce] How do I reset woocommerce?I think I mentioned that it’s not working. I went through that process and it didn’t work.
I got the error “deletion failed”
You should verify if it’s still working.
Thanks.
It’s not working, it still redirects to the product page.
https://prnt.sc/csGrPijU3GmJ All those options are enabled except Ajax because I want the page to load instead and might also want to use the apply filter button.
Lets Just have the filter toggle button be collapsed on every page load.
Thanks.
Thanks, A Bunch!
Thanks,
I fixed It.
It appears that .elementor-section-wrap does not exist anymore on the frontend, but does in the backend (elementor editor). When I inspect element I notice that .elementor is what is actually there (which also doesn’t work in the editor) ???♀????♀????♀?.
So I did…
.elementor, .elementor-section-wrap {
display: inline-flex !important;
}
…to see what I’m doing both frontend and in the editor. And changed “body” to “html”…html {
overflow-y: hidden;
overscroll-behavior-y: none;
}
…did the same for the media query. And that was it.Okay, thanks.
Okay, Is there any hack or anything I can do to redirect it to a preferred page?
And please have a touch on that feature.
Thanks.
- This reply was modified 2 years, 9 months ago by Opeyemi Timothy.