Amy
Forum Replies Created
-
I’ll have to find another theme that has the “load more” feature and get back to you. Thanks!
Disregard, I stumbled on the template information!
Forum: Reviews
In reply to: [AMP] Blank SettingsI am going to bow out of this mess. All I wanted to do was leave a review. Sorry your moderator can’t take an honest review with grace. A simple “so sorry for the problem, we’d love to help if you could leave a post on the forums” would have been 1000% more productive.
Forum: Reviews
In reply to: [AMP] Blank SettingsAnd I got an email with a reply that’s been deleted, calling me “mean” (“not very nice”) because I am honest is not cool. Web developers can’t have thin skins or they’ll stagnate.
Which is probably why this plugin doesn’t work.
- This reply was modified 5 years ago by Amy.
Forum: Reviews
In reply to: [AMP] Blank Settings7.4 php
5.7.1 wordpressno js errors, only css
The stylesheet/wp-content/plugins/?ver=2.1.1 was not loaded because its MIME type, “text/html”, is not “text/css”. admin.php
The stylesheet /wp-content/plugins/?ver=2c6d99a1ab14c3561f1e3612a2ab83c2 was not loaded because its MIME type, “text/html”, is not “text/css”.AMP for WP is working fine.
Forum: Reviews
In reply to: [Auto Affiliate Links] Doesn’t play well with WPRMThank you, I use Enfold.
Forum: Plugins
In reply to: [OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] For Dummies?Thank you so much! Unfortunately I just installed the addon and license manager and got a critical error locking me out of the website, I can’t even use the new wp “safe mode”. I did ensure to do it in the correct order stated. Had to ftp delete the files to regain access.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Critical Error after updateIt’s working, thank you!
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Mobile isnt responsiveI’ve implemented some flex css to the columns so make it usable, see below. It’s not perfect, I’m out of practice, it’s been so long since I did any css work that flex hadn’t been invented yet. If you can do it better, let me know.
.checkout-two-column-layout { display:flex; flex-direction:row; } .two-column-layout-left { width: 50% !important; } .two-column-layout-right { width: 50% !important; } @media only screen and (max-width: 800px) { .checkout-two-column-layout { display:flex; flex-direction:column; } .two-column-layout-left { width: 100% !important; padding-right:5px !important; } .two-column-layout-right { width:100% !important; padding-right:5px !important; } }Forum: Plugins
In reply to: [WooCommerce] Can’t Dismiss – WooCommerce database update doneI’ve got this problem as well.
Yes, it worked to install 1.11.10 and update that.
I’ve got the same error.
Forum: Plugins
In reply to: [WooCommerce] Issues with security since updating.I’m getting the same error and came looking.
Using https for the entire site slows my site down and kills my google page speed. Not cool. There’s no need for https on normal pages, only account and checkout.
Forum: Plugins
In reply to: [Search Manager Lite] Product tags don’t work even with option checkedJust to clarify – it looks like it might work better with the WooCommerce Product Search (the one that comes with the base install of WooCommerce) as it comes up with the whole list of products with “clay” in tags, but does NOT help with WordPress’ basic search.
I do not have “hide other methods” checked and I am not using (it’s unchecked) the default/built in free shipping. I’m on my phone now, when I have time to get back to my computer I’ll take some time and type out exactly how I’ve got advanced free shipping set up. Thanks for your super quick responses 🙂