Forum Replies Created
-
AuthorPosts
-
May 28, 2013 at 4:36 am in reply to: Change the vertical alignment of the top menu for Enfold #121578
Anyone?
May 28, 2013 at 4:16 am in reply to: Change the vertical alignment of the top menu for Enfold #121577I can see other posts being responded to. Can anyone hear me here?
May 28, 2013 at 4:16 am in reply to: Change the vertical alignment of the top menu for Enfold #121576Anyone? Please?
May 28, 2013 at 4:07 am in reply to: Change the vertical alignment of the top menu for Enfold #121575Hi, I think I found out where that code is being generated. But I’m still left stunned as the $attributes variable seem to not contain anything that adds inline styles. Where else should I look?
$attributes = ! empty( $item->attr_title ) ? ‘ title=”‘ . esc_attr( $item->attr_title ) .'”‘ : ”;
$attributes .= ! empty( $item->target ) ? ‘ target=”‘ . esc_attr( $item->target ) .'”‘ : ”;
$attributes .= ! empty( $item->xfn ) ? ‘ rel=”‘ . esc_attr( $item->xfn ) .'”‘ : ”;
$attributes .= ! empty( $item->url ) ? ‘ href=”‘ . esc_attr( $item->url ) .'”‘ : ”;
$item_output .= $args->before;
$item_output .= ‘<span class=”avia-bullet”></span>’;
$item_output .= $args->link_before . apply_filters( ‘the_title’, $item->title, $item->ID ) . $args->link_after;
//if($depth === 0) $item_output .= ‘<span class=”avia-menu-fx”><span class=”avia-arrow-wrap”><span class=”avia-arrow”></span></span></span>’;
$item_output .= ‘‘;
$item_output .= $args->after;
May 28, 2013 at 3:55 am in reply to: Change the vertical alignment of the top menu for Enfold #121574Anyone, pls? Just tell me where to fix it. I can’t seem to find which script keeps on adding inline styles to the menu.
Anyone, please?
-
AuthorPosts