Home Forums Basel support forum Arrows in Menu No Longer Showing

Arrows in Menu No Longer Showing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #150465

    noraferg
    Participant

    Not sure what happened, but now the arrows in the menu no longer appear. This has happened before and then resolved. Any idea what keeps causing it?

    Attachments:
    You must be logged in to view attached files.
    #150512

    Hello,

    The reason is this error https://prnt.sc/pk5p60 Mixed Content: The page at ‘‘ was loaded over HTTPS, but requested an insecure font ‘‘. This request has been blocked; the content must be served over HTTPS.

    You need to configure your site properly: to make content and site loading over HTTPS, you can configure that in Dashboard > Settings > General.

    Best Regards

    #150514

    noraferg
    Participant

    Both are set to https…unclear what the problem is. The arrows are font awesome, correct? Is that the issue?

    Attachments:
    You must be logged in to view attached files.
    #150517

    noraferg
    Participant

    Updated the image and did a search and replace of the database to remove any other instances of http://. Arrows in menu are still not showing and still getting the “insecure” error when loading site. SUggestions?

    #150529

    Hello,

    Please provide the site admin access to the private area we shall check the settings.

    Best Regards

    #150534

    noraferg
    Participant

    Details provided

    #150597

    Hello,

    Please check your site now. Arrows are shown as they should.

    Best Regards

    #150766

    noraferg
    Participant

    Still not seeing arrows. Testing in latest versions of Chrome and Explorer. 64bit, Windows 7. See attached.

    Attachments:
    You must be logged in to view attached files.
    #150937

    Hello,

    Sorry, we kept you waiting.

    Please add this code to the functions.php of the child theme:

    add_filter( 'basel_dynamic_css_otput', function(){
        return 'inline';
    } );

    Best Regards

    #151008

    noraferg
    Participant

    Unfortunately, that did not work.

    #151053

    Hello,

    Your child theme was disabled. Please check now. It works.

    Best Regards

Viewing 11 posts - 1 through 11 (of 11 total)