govfresh / govpress

The WordPress theme for government
https://wordpress.org/themes/govpress/
GNU General Public License v2.0
135 stars 51 forks source link

menu icon missing in wordpress 4.1? #77

Closed fnavarrogonzalez closed 9 years ago

fnavarrogonzalez commented 9 years ago

I can't see the menu icons in wordpress 4.1. You have tried the new version?. It may be for some of my php configuration but to be sure before I go crazy looking for the problem. I'm going to install a previous version to make sure it's not my server.

fnavarrogonzalez commented 9 years ago

Don't work Home Page Hero and Home Page Feature widgets. I think something wrong with paths. -----------------UPDATE----------------------- I don't exactly locate my error but something happen around templates/above-home-page.php. in header.php echo var_dump(is_page_template('templates/home-page.php')); return me false

fnavarrogonzalez commented 9 years ago

At the moment I change is_page_template to is_front_page. Other alternative is create a custom home.php.

devinsays commented 9 years ago

Icons should work fine in WordPress 4.1. Do you have a link?

The icon menu only shows when is_page_template('templates/home-page.php'). Have you set the page template?

fnavarrogonzalez commented 9 years ago

Thanks for the reply and solution, that was the problem.

Edit: i haven't got link because it's a intranet.