• Resolved Harry

    (@dibbyo456)


    Warning: Invalid argument supplied for foreach() in ..\botiga\inc\customizer\controls\typography\class_botiga_typography.php on line 128

    How to reproduce:

    1) Install theme on a fresh WordPress instance
    2) DO NOT import any demo/contents
    3) Open theme customizer
    4) Voila!

    The bug causing “Font Family” not to show up in theme customizer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @dibbyo456,

    Thank you for pointing that. Please provide me these information:

    • Can you confirm whether you’re running the latest version of Botiga theme?
    • Does your site meet these requirements?

    Regards,
    Kharis

    Thread Starter Harry

    (@dibbyo456)

    you’re running the latest version of Botiga theme?

    Yes

    Does your site meet these requirements?

    Yes

    Hi @dibbyo456,

    Thank you for getting back.

    I did further inspection and still couldn’t replicate the issue as reported. Perhaps I lost your context? Can you please share me a screen recording on getting your issue?

    Regards,
    Kharis

    Thread Starter Harry

    (@dibbyo456)

    The issue caused because I was using fake SSL certificate (localhost)

    Adding this

    add_filter( ‘https_ssl_verify’, ‘__return_false’ );

    fixed the issue.

    Although I need to remove it once I move to production.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning: Invalid argument supplied for foreach()’ is closed to new replies.