Shop Categories

X

Updated PHP, now there are style problems

Home Forums Agama Pro Updated PHP, now there are style problems

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17109
    Claire
    Participant

    Hello,

    I recently had my site updated to the latest version of PHP, and now there are style problems throughout the website. When I am in the “customize” interface, everything looks fine. But when not logged in and looking at the actual website, there are problems.

    1. I have the headings font set to the font Quicksand, and the page title font set to Raleway, but everything is now showing up as a plain sans serif font.

    2. When I click on any of the menu subpages, all of the icons disappear and become empty squares. This includes the dropdown menu arrows and the social media icons, both in the menus and on individual pages.

    Please help?

    Thanks!
    Claire

    #17111
    Zex
    Moderator

    Hello, Claire!

    If your website worked properly before the update, then you probably have incompatibility plugins with the PHP version you currently have.

    So first, I suggest you check the compatibility of your active plugins.

    To do this, temporarily deactivate all active plugins and check the pages. If the fonts are working now, try to activate the plugins one by one until the problem reoccurs again. On that way, you can find the problematic plugin(s) if any.

    If that doesn’t work, try the following:

    Insert the next code into
    Customizing->General->Additional CSS:

    #masthead .site-title a { 
        font-family: Quicksand!important;
    }
    
    body.page h1.entry-title {
        font-family: Raleway!important;
    }

    2. Try the next:

    Go to the Customizing-> General-> Extra menu and make sure “FontAwesome” is enabled.
    https://prnt.sc/npohpw
    If it is enabled, and you still have the problem, insert the next code into
    Customizing->General->Additional CSS:

    .fa {
        font-family: FontAwesome !important;
    }

    Best Regards

    #17113
    Claire
    Participant

    Thanks for your suggestions. I did all of this, and I’m still having issues. Is there anything else I can do? Otherwise I’m going to have to install a new theme.

    Thanks,
    Claire

    #17131
    Zex
    Moderator

    Hello Claire!

    What PHP version do you use?

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