mfghost
Forum Replies Created
-
@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).
Forum: Themes and Templates
In reply to: [Botiga] Add Featured Products To Home PageDo I have to do anything to make the images show, like add any shortcode? Or the products automatically display? And thanks.
Forum: Themes and Templates
In reply to: [Botiga] Fonts Not Working Correctly After Edit In Customizerni they were available in Google Fonts. I was using them before I added the CSS. Once the CSS was added in knocked them out and I couldn’t use them anymore for whatever they reason.
Forum: Themes and Templates
In reply to: [Botiga] Fonts Not Working Correctly After Edit In CustomizerOK so I already changed the header fonts. They were Archivo Black but once I added the code below in the customizer The header text on the home/blog page worked fine but on the single post page & WooCommerce product titles changed to what I believe to be Archivo regular (they were very skinny) and when I went into “typography” in the customizer and changed the header fonts to anything else they would change to that font but if I changed back to Archivo Black they wouldn’t work. They would stay skinny. I then added the “@fontface” code after installing the Archivo Black font in the theme directory but the fonts still would not display at all. Then I just changed them to the current fonts.
Here is the code I used:
.posts-archive .entry-title a { text-transform: uppercase; background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% ); background-size: auto auto; background-clip: border-box; background-size: 200% auto; color: #fff; background-clip: text; text-fill-color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textclip 2s linear infinite; display: inline-block; font-size: 30px; } @keyframes textclip { to { background-position: 200% center; } }
The only edits to the above code were hex colors so I know that wasn’t the issue. Once the fonts didn’t work, like I said I installed the font to the directory, then tried this code, which worked for the home page titles but still made all other heading fonts skinny. They displayed correctly in the customizer for desktop, tablet and mobile sizes but when I looked on an actual mobile device they were not showing correctly. I tried both an Android and an iPhone. Below is the modified CSS I thought would bring the fonts back but I had no luck.
@font-face { font-family: 'Archivo Black'; src: url('https://website.com/wp-content/themes/botiga/fonts/ArchivoBlack-Regular.ttf') format('truetype'); font-weight: normal; } @keyframes textclip { to { background-position: 200% center; } } .posts-archive .entry-title a, .single .entry-header .entry-title { text-transform: uppercase; background-image: linear-gradient( -225deg, #dbdcd7 0%, #dddcd7 24%, #e2c9cc 30%, #e7627d 46%, #b8235a 59%, #801357 71%, #3d1635 84%, #1c1a27 ); background-size: auto auto; background-clip: border-box; background-size: 200% auto; color: #fff; background-clip: text; text-fill-color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textclip 4s linear infinite; /* Adjust the animation duration here */ display: inline-block; font-size: 30px; font-family: 'Archivo Black', sans-serif; } /* Media Query for Mobile Devices */ @media (max-width: 767px) { .posts-archive .entry-title a, .single .entry-header .entry-title { font-size: 24px; } }
Hope you can figure it out.
Forum: Themes and Templates
In reply to: [Botiga] Need to hide sidebar on home page onlyi musy have missed it. It’ll hide it in the blog home page but let me keep in on single posts & the WC store?
Forum: Fixing WordPress
In reply to: Website speed very slowyou use a caching plugin? that’ll definitely help.
yeah thats what I figured. If it was just your plugin not pulling 1st class shipping that’s one thing but any other live rates type of plugin I tried is doing the same thing. Thanks for the response.
I actually tried the “commercial rates” option at the bottom of the list of shipping options and when I use commercial rates first class packages works. The only problem is the prices for all the options I use are cheaper than what I would pay at the post office. I’ve tried to print labels online before but there’s always an issue with the USPS site so I gave up on them “losing labels”, not allowing me to ship to certain addresses, etc. so I just use the retail prices that usually come back with the live rates. They were working fine up until the update 3 days ago. I think it might be an error on USPS because I’ve tried another “live shipping rates” plugin and also didn’t get any first class prices back. I hate when this happens lol.
yeah there was nothing on the page except “your cart is empty”. I added an image and some text that pushed the footer back down. Thanks.
Forum: Plugins
In reply to: [Yoast SEO] Is There anywhere To Find Ideal Variable Settings??yeah I’m trying to find the best variables to use for each SEO title and meta description. Are the default settings best? Or should I change them around.