How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Pagespeed problems

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #18137
    Ricardo Nuno
    Participant

    Hi,

    I’m having some optimization problems on my site, pagespeed reports.

    Links menu Footer

    View post on imgur.com

    I’ll leave other issues in the next message below in private

    Thanks

    #18140
    admin
    Keymaster

    This is a possible fix on CSS. Please write these rules on CSS of child theme as follows:

    .widget ul:not(.review-pros, .faq-list) a {
    padding: 16px 0;
    }

    .widget ul:not(.review-pros, .faq-list) li::before {
    top: 16px;
    }

    • This reply was modified 4 months, 2 weeks ago by admin.
    #18141
    Ricardo Nuno
    Participant

    Please see my private reply before for other problems.

    I Test change in /assets/public/css/bundle.css, But it all looks the same.

    #18142
    admin
    Keymaster

    Hi Ricardo,

    What private reply do you mean? I don’t see any private reply in this thread…

    You can ignore our previous reply, you can try adding the following CSS to your child theme.

    .widget ul:not(.review-pros, .faq-list) a {
      padding: 16px 0;
    }
    
    .widget ul:not(.review-pros, .faq-list) li::before {
      top: 16px;
    }
    

    This is just a suggestion from our end on how to cope with these “incompatibilities” with PageSpeed. If you want a custom development solution you can always reach out to us and send us an email at support@pokatheme.com to analyze everything and offer you a custom solution.

    #18146
    Ricardo Nuno
    Participant

    Hi,

    Thanks for help.

    With this code is all out of place and very large, I was able to centralize desktop and mobile with these measures:

    .widget ul:not(.review-pros, .faq-list) a {
    padding: 6px 0;
    }

    .widget ul:not(.review-pros, .faq-list) li::before {
    top: 12px;
    }

    I sent the other questions of similar problems here in the thread in reply anonymous, I will redo the post and reply again.

    #18151
    admin
    Keymaster

    Hi Ricardo,

    Alright thank you!

    #18152
    Ricardo Nuno
    Participant

    Please see the private reply.

    #18171
    admin
    Keymaster

    Hi Ricardo,

    No private reply here…

    #18179
    Ricardo Nuno
    Participant

    So, I emailed it, thank you.

    #18185
    admin
    Keymaster

    Alright thank you!

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.