Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2885
Robert Kavgić
Participant

Hello,

Please try the following:

Go to wp-content/themes/elvyre/includes/libs/ folder and open up icon-fonts.php file.

Change the lines 19 and 20

//$url = TEMPLATEURL . "/includes/iconsfont/IconFont.dev.json";
$url = "http://pixel-industry.com/dummy_wp/elvyre/wp-content/themes/elvyre/includes/iconsfont/IconFont.dev.json";

To look like:

$url = TEMPLATEURL . "/includes/iconsfont/IconFont.dev.json";
//$url = "http://pixel-industry.com/dummy_wp/elvyre/wp-content/themes/elvyre/includes/iconsfont/IconFont.dev.json";

We have uncommented line 19 and commented line 20.

Save changes and reupload the file.

Let me know if it works for you.

Robert