Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › no "Elvyre options" › Reply To: no "Elvyre options"
May 6, 2015 at 1:59 am
#2885
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