diff --git a/css/styles.css b/css/styles.css index c0f1597..7de0ea7 100644 --- a/css/styles.css +++ b/css/styles.css @@ -630,6 +630,9 @@ a:hover { text-decoration: underline; } *********************************************/ nav .menu > li { margin: 1px 10px; } +nav .menu a:hover { + color: #000; +} /********************************************* * Tagline & Sponsors diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..c637267 Binary files /dev/null and b/favicon.ico differ diff --git a/functions.php b/functions.php index 90ac6e5..c3c2a7c 100644 --- a/functions.php +++ b/functions.php @@ -138,7 +138,7 @@ function partners_shortcode() { # Create shortcode for transport methods function transport_shortcode() { - $result= '

'.pll__('Място').': '.pll__('Интерпред, София, България').'

'; + $result= '

'.pll__('Място').': '.pll__('VENUE_LOCATION').'

'; $transport_args = array( 'post_type' => 'transportation' ); $transport = new WP_Query( $transport_args ); @@ -156,7 +156,7 @@ function transport_shortcode() { ?>
- + + <?php is_front_page() ? (bloginfo('name').e_(' | ').e_('Да споделим свободата')) : wp_title( ' | ', true, 'right' ); ?> diff --git a/page.php b/page.php index 36732fa..a6b1a6c 100644 --- a/page.php +++ b/page.php @@ -2,7 +2,7 @@ get_header(); /* Some special pages (the ones describing the event, team, etc. need a special submenu */ -if ( preg_match('/^(about|ideas-and-recommendations|feedback|team|history|volunteers)/', $pagename) ) { +if ( preg_match('/^(about|ideas-and-recommendations|feedback|team|history|volunteers|code-of-conduct)/', $pagename) ) { wp_nav_menu( array( 'theme_location' => 'subnav-menu', 'container_class' => 'content subnav cf' ) ); } diff --git a/sidebar.php b/sidebar.php index effa584..ea5fe5e 100644 --- a/sidebar.php +++ b/sidebar.php @@ -1,6 +1,6 @@
-


+