Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1263393
    Missy S
    Participant

    Hello,
    I am using responsive titles function & I’m getting unpredictable inconsistent results. All of my h1 titles are same font & font-size so I can’t figure out why my posts look so crazy on mobile. Please have a look.

    #1263394
    Friech
    Moderator

    Hi There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Cheers!

    #1263395
    Missy S
    Participant
    This reply has been marked as private.
    #1263401
    Missy S
    Participant
    This reply has been marked as private.
    #1263407
    Christopher
    Moderator

    Hi there,

    Is this your site URL?
    http://tamikacfranklin.com/

    Please activate X so we can see the issue.

    Thanks.

    #1263429
    Missy S
    Participant
    This reply has been marked as private.
    #1263435
    Christopher
    Moderator

    Hi there,

    The issue is coming from ‘bwp minify’ plugin. It adds CSS to following selector :

    .single-post h1.entry-title

    Please see the attachment.

    Thanks.

    #1263480
    Missy S
    Participant

    Ok, I deleted the plugin and flushed my cache and I am still having the same problem on mobile. Please have another look. Thanks.

    #1263486
    Christopher
    Moderator

    Hi there,

    Your site layout is broken. Did you clear cache on wp super cache?

    Thanks.

    #1263513
    Missy S
    Participant

    Hello,
    I cleared everything again. Some entry titles look better others dont and now my category archive images are overlapping. Ive used BWP for years and I have it on all of my X sites. I’ve never had a conflict until today and since deleting it, my site has more problems.

    Is there something in core files that should be deleted or reset so that my site can function properly again?

    #1263527
    Christopher
    Moderator

    Hi there,

    Now I see that the code is coming from style.css file (see the attachment), it was cached with BWP plugin.

    Please find and remove font-size: 58px !important; property from following block of code :

    .single-post h1.entry-title  {
    
      line-height: 1.2 !important;
      font-family: "LyonTextRegular", sans-serif !important;
      font-size: 58px !important;
      color: #fff !important;
      font-weight: normal !important;
      letter-spacing: normal !important;
      padding: 80px 50px;
      text-transform: uppercase;
      text-rendering: optimizeLegibility;
      background-color: #333;
      text-shadow: 0 -1px 0 #fff,0 1px 0 #2e2e2e,0 2px 0 #2c2c2c,0 3px 0 #2a2a2a,0 4px 0 #282828,0 5px 0 #262626,0 6px 0 #242424,0 7px 0 #222,0 8px 0 #202020,0 9px 0 #1e1e1e,0 10px 0 #1c1c1c,0 11px 0 #1a1a1a,0 12px 0 #181818,0 13px 0 #161616,0 14px 0 #141414,0 15px 0 #121212,0 22px 30px rgba(0,0,0,0.9);
    }

    After removing the code, I think you could enable the plugin.

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1263393 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>