mfghost
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] How To Find QC Domaindamn. OK thanks.
Forum: Fixing WordPress
In reply to: 3 Home Pages, Which To Delete?@ozpinadigital when I click “edit” on both home pages to see what the links are & copy the links & paste in the browser the pages come up empty. I’ll backup the site and delete them and see what happens, thanks.
Forum: Reviews
In reply to: [Google for WooCommerce] Rename to Forever ErrorsIt seems like no matter which of the numerous feed plugins, manual entries, etc. Google Merchant Center displays errors.
I put the code below in the Appearance>Customize>Additional CSS with all the rest of the CSS I added.
header.bhfb.bhfb-header.bhfb-desktop { box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2); }But that didn’t work then I tried the following which also didn’t work.
div.bhfb-row-wrapper.bhfb-main_header_row { box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); }- This reply was modified 2 years, 8 months ago by mfghost.
im trying to figure out the div to use. Anything I try makes a shadow in the middle or the bottom of the header or nothing shows at all.
@christin_schmiede nice! That was driving me crazy, plus I wasn’t sure how long it was doing it for & how many customers might have thought the site was broken or something. I’m glad it’s fixed.
hey just place this at the bottom of your theme’s function.php file. I used this and it fixed it for me:
// Double Tap Fix Start function fix_ios_double_tap_issue() { echo '<script>document.addEventListener("touchstart", function() {},false);</script>'; } add_action('wp_head', 'fix_ios_double_tap_issue'); // Double Tap Fix EndMake sure you clear your cache after you add the code & refresh the store page.
i fixed it, thanks.
I found a fix for the double-tap/iPhone issue, well it worked for me. Before, customers had to click twice on the pagination numbers (only when in the woocommerce store), the product variations and the add to cart button. Once I added this code to functions.php inside the theme folder and cleared the cache everything worked with one click.
function fix_ios_double_tap_issue() { echo '<script>document.addEventListener("touchstart", function() {},false);</script>'; } add_action('wp_head', 'fix_ios_double_tap_issue');@babylon1999 that worked for Chrome browser perfectly, thank you. I need to see if it works for Safari as well but I’m on vacation and the internet/WiFi is the absolute worst ever so I’ll see when I get home in a few days. Thank you for your help!
Any idea why sometimes these little bugs just pop up out of nowhere? Like I have everything the same then out of nowhere something starts acting up…without me changing any settings or adding plugins or anything…drives me crazy.
Forum: Plugins
In reply to: [LiteSpeed Cache] Page Source Says “Page Uncached By LiteSpeed Cache”ok thanks for clearing that up.
Forum: Plugins
In reply to: [LiteSpeed Cache] Page Source Says “Page Uncached By LiteSpeed Cache”yeah it was set to “off” for logged in user, I fixed it. Quick question- will any guest users experience slow page loads? Do only the users with accounts that they are logged in to get the cached pages?
Forum: Fixing WordPress
In reply to: Admin Painfully Slow But GTmetrix Shows 100%, 100%@sabeelmansoof I’ll try that, thanks. I hate when this happens… everything was perfect then outta nowhere this starts.
Forum: Fixing WordPress
In reply to: Admin Painfully Slow But GTmetrix Shows 100%, 100%@alijan3355 I don’t know what happened everything was perfect in the front & back ends and after the WooCommerce update the other day it started happening. I’ve had the site up since March & it’s been running fine until 2 days ago. All I did was add that “remove WooCommerce bloatware” plugin which helped on the front end but the back end still lags.
Here is the text I am trying to edit (see image).