tonety_bcn
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Instagram] Widget break HTTPSHello mr_speer!
I am also waiting for this next release, did it came out?
Thanks!
Forum: Fixing WordPress
In reply to: evens & odds by columnsWow! that was quick 😉 and accurate! Thank you for your help Alchymyth, I fixed the broken link and everything works perfectly. I appreciate.
Forum: Themes and Templates
In reply to: singleI got it!
[ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]
<?php endif; get_footer(); ?>Thank you
Forum: Themes and Templates
In reply to: Adding .active class to active menu itemHello,
My menu item “Blog” does not look as .current in single post, archive, category.
http://www.barcelonawebstudio.com/blog
Please, does anyone know how to fix this problem?
This is how my header looks like:
<?php
/* wp_nav_menu( array(
‘container’ =>false,
‘menu_class’ => ‘nav’,
‘echo’ => true,
‘before’ => ”,
‘after’ => ”,
‘link_before’ => ”,
‘link_after’ => ”,
‘depth’ => 0,
‘walker’ => new description_walker())
); */if ( has_nav_menu( ‘header-menu’ ) ) {
wp_nav_menu( array( ‘theme_location’ => ‘header-menu’, ‘container’ => ‘false’, ‘menu_id’ => ‘nav’, ‘depth’ => ‘5’, ‘fallback_cb’ => ‘wp_page_menu’, ‘items_wrap’ => ‘<ul id=”%1$s” >%3$s’, ‘walker’ => new description_walker()) );
} ?>You’ll have to forgive me, I’m fairly new at this and am learning as I go along. Your help is greatly appreciated.
Thanks in advance ;))
Best regards from Barcelona,
tonety_bcn