Home Forums WoodMart support forum dark dropdowns css

dark dropdowns css

Viewing 2 posts - 31 through 32 (of 32 total)
  • Author
    Posts
  • #374250

    dunies
    Participant

    Elise, I solved the issue!

    After enabling the debug I saw the error and googled it.

    Issue gets fixed by adding the code below in php.ini

    $opts = array(‘http’=>array(‘header’ => “User-Agent:MyAgent/1.0\r\n”));
    //Basically adding headers to the request
    $context = stream_context_create($opts);
    $html = file_get_contents($url,false,$context);
    $html = htmlspecialchars($html);

    Thank you very much for your help and for your time.

    #374571

    Hello,

    We are glad you have solved the issue.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 2 posts - 31 through 32 (of 32 total)

The topic ‘dark dropdowns css’ is closed to new replies.