mclanea
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Remove ‘Congratulations on the sale ??’Yes, please no easter eggs.
Forum: Reviews
In reply to: [Gutenberg] Doesn’t work well@confusedfire I appreciate the feedback to my review. Thank you.
- This reply was modified 6 years, 3 months ago by mclanea. Reason: Typo
@josephkearns – I actually deactivated this extension after logging days of work troubleshooting it. It just causes such a mess with other extensions and Event Espresso, in particular, that I couldn’t justify the perceived benefit over the time wasted trying to fix it.
@jameskoster – THANKS!
Here’s what I used to finally get it to look perfect in Storefront.
.product-search.floating .product-search-results { position: absolute; z-index: 10; background: #fff; border: 1px solid #ccc; margin: -1px 0 0; float: right !important; top: 70px !important; right: 0 !important; }
OK, I was able to apply a style and get this to mostly resolve.
This part works:
.product-search input.product-search-field[type="text"] { float: right !important; width: 22% !important; }
The results part doesn’t work yet for some reason:
.product-search.floating .product-search-results { position: absolute; z-index: 10; background: #fff; border: 1px solid #ccc; margin: -1px 0 0; float: right !important; } .product-search.floating .product-search-results:empty { border: none; float: right !important; }
Here’s the URL: https://theyouthcartel.com
Forum: Fixing WordPress
In reply to: Database Update Required never completes with 4.3.1Same thing just happened to me and editing the db version number totally worked. Great tip.
Forum: Plugins
In reply to: [Homepage Control] Plugin doesnt work with latest storefrontThis thread is marked as resolved but the last post from the plugin author says that they are currently working on a fix. So, it’s not resolved, correct?
Forum: Fixing WordPress
In reply to: Latest post no longer showing on my siteI would just open up the page and copy/paste it into a blog post. Once you’ve done that, you can mark the page you created as a draft or delete it or whatever.
Forum: Fixing WordPress
In reply to: Latest post no longer showing on my siteWho is your host? I’m trying to rack my brain as to what might be causing that. It doesn’t really make any sense that the post is apparently still on the site but not visible in the WP admin area.
Any chance it’s a page and not a post?
That sounds horrific; having a regular user being able to see the admin bar. Can they actually go ahead and make changes?!
No, they can’t. They were able to click on things in the menu but any time they tried to go to the admin area that was “no cache” zone and just took them to the /wp-login.php area. Mostly, it was just annoying because I had like 25 people tell me they saw the admin toolbar in a day.
Glad you found those settings. Yeah, getting those setting right is a pain. You’ll get it.
I’ve had a similar issue pop-up where the page gets cached as the logged in user. So everyone can see the admin menu bar at the top, the edit button, etc.
I think you can fix this by taking a trip through the W3TC settings, reading the tool tips, to make sure that you don’t have a box checked which is caching the administrators visits. Then just clear the cache and this issue should go away. It takes quite a bit of fiddling around to get settings to work right for your server with W3TC. But once you’ve got it, it’s a game changer.
Forum: Everything else WordPress
In reply to: Building a site for digital downloadsAre you using WooCommerce Subscriptions to handle the subscription part?
https://www.woothemes.com/products/woocommerce-subscriptions/Forum: Fixing WordPress
In reply to: Latest post no longer showing on my siteDoes the post appear in your dashboard at all? So at YOURURL.com//wp-admin/edit.php
Forum: Fixing WordPress
In reply to: Change all post content headings from h3 to h2?+5 what Will said above. Just want to encourage you to create a backup before doing that.
Hmm… are you using a cache plugin?