javy
Forum Replies Created
-
Also…if this matters, I’m running the site off an IP address for development.
Great, thanks for the quick response!
no problem – thanks for the update!
Forum: Plugins
In reply to: Thumbnail as menu itemI have the same issue as Ti_na, I’ve tried to insert the $thumbnail code above but am having no success in getting my images to show. My code is below:
$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 ) .'"' : ''; $thumbnail = ''; if( $id = has_post_thumbnail( (int)$item->object_id ) ) { $thumbnail = get_the_post_thumbnail( $id ); $item_output = $args->before; $item_output .= '<a'. $attributes .'>'; $item_output .= $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $args->link_after; $item_output .= '</a>'; $item_output .= $args->after; }
Forum: Themes and Templates
In reply to: Help troubleshooting iPad CSS nav menu issuesIt is tricky, I just don’t get it. It’s the same number of pixels, and the iPad screen resolution is wider than the div containing the nav menu. Padding is all I can think of but why would mobile safari add it and not desktop safari??
Forum: Fixing WordPress
In reply to: bloginfo('description') returning swfobject codeI think I’ve figured out the problem, but I’m not sure what the solution is.
bloginfo(‘description’) seems to work fine when I try it on other pages. So it seems that the code above is returning the_excerpt_rss, which is taking the swfobject code from the_content, since i’m using JW Player’s shortcode in the page.
I’d like to use the_excerpt_rss on other pages but I’m not sure how to get around this issue.
Forum: Fixing WordPress
In reply to: bloginfo('description') returning swfobject codeIs there any way for me to test what bloginfo(‘description’) should be returning vs. what it actually is? It is supposed to be the tag line set up in general options, right?
Forum: Themes and Templates
In reply to: adding tags with the new custom menu functionalityalright i’m going crazy…two weeks ago i swear i was able to put classes on the
<a>'s
in the list. now I can’t remember how i did it.using the css class box in the menu gui puts the class on the
<li>
, so i assume i need to insert something in the wp_nav_menu function?i’d like to insert the classes below:
<ul id="menu"> <li><a href="#" class="home">Home</a></li> <li><a href="#" class="about">About</a></li> <li><a href="#" class="rss">RSS</a></li> </ul>
Forum: Themes and Templates
In reply to: adding tags with the new custom menu functionalityawesome, thank you!
Forum: Plugins
In reply to: Adding span tags to new custom menu featurebueller…bueller…
Forum: Themes and Templates
In reply to: Problems with the Featured Content Gallery Add-onHey everyone, Shingo (the creator of the theme) has set up a support forum here:
https://www.topblogformula.com/support/
Hopefully this makes it easier to troubleshoot the issue we are having with FCG.
Forum: Themes and Templates
In reply to: Problems with the Featured Content Gallery Add-onHaving another issue trying to use the Theme Editor, I get the error “The requested theme does not exist”.
The theme is fantastic besides these two issues, hopefully we’ll hear something soon.
Forum: Themes and Templates
In reply to: Problems with the Featured Content Gallery Add-onSame problem here…