Notes on Access Press theme

23/06/15

Ran theme update, totally broke site!  Issue was that, somehow, update crashed out and some of the source was missing.  Sadly WordPress didn’t deal with this elegantly!

Fix was to download source directly, then FTP to appropriate place in site.

So far haven’t noticed any issues with missing features/functionality… TBC…

 

08/04/15

Just updated theme, seem to have lost nav menu for some reason, sigh…

-> Now back, after going into Appearance -> Customize, and turning Nav menu off and on again.

Also update has over-written fix below, but currently seems to be working in any case!

 

12/02/15

Fixed issue with main menu “home” link in header.php.

Changed line:

<li class=”current”><a href=”#main-slider”>Home</a></li>

to

<li class=”current”><a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>#main-slider”>Home</a></li>

Makes sure that full URL is set, otherwise it breaks on sub-pages.

Leave a Reply

Your email address will not be published. Required fields are marked *