Forum Replies Created

Viewing 15 replies - 61 through 75 (of 84 total)
  • Thread Starter mfghost

    (@mfghost)

    @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.

    Thread Starter mfghost

    (@mfghost)

    ok thanks for clearing that up.

    Thread Starter mfghost

    (@mfghost)

    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?

    Thread Starter mfghost

    (@mfghost)

    @sabeelmansoof I’ll try that, thanks. I hate when this happens… everything was perfect then outta nowhere this starts.

    Thread Starter mfghost

    (@mfghost)

    @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.

    Thread Starter mfghost

    (@mfghost)

    Here is the text I am trying to edit (see image).

    Thread Starter mfghost

    (@mfghost)

    Do I have to do anything to make the images show, like add any shortcode? Or the products automatically display? And thanks.

    Thread Starter mfghost

    (@mfghost)

    ni 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.

    Thread Starter mfghost

    (@mfghost)

    OK 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.

    Thread Starter mfghost

    (@mfghost)

    i musy have missed it. It’ll hide it in the blog home page but let me keep in on single posts & the WC store?

    you use a caching plugin? that’ll definitely help.

    Thread Starter mfghost

    (@mfghost)

    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.

    Thread Starter mfghost

    (@mfghost)

    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.

    Thread Starter mfghost

    (@mfghost)

    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.

    Thread Starter mfghost

    (@mfghost)

    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.

Viewing 15 replies - 61 through 75 (of 84 total)