addatomlunare
Forum Replies Created
-
Forum: Plugins
In reply to: [Asynchronous Javascript] Breaks Infinite ScrollI have always had rocketloader turned on though?
Forum: Plugins
In reply to: [Asynchronous Javascript] Breaks Infinite ScrollI have added these to the exclusions: jquery.infinitescroll,infinite-scoll
It seems to work fine in IE but not in Chrome?
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Numbers above postsIm using Custom PHP, here is the code:
<?php /* Related Thumbnails Author: John Godley */ ?> <?php if ($related_query->have_posts()):?> <h4 class="meta">You may be interested in:</h4> <ol class="related-posts"> <?php while ($related_query->have_posts()) : $related_query->the_post(); ?> <li> <?php $img = ''; if ( has_post_thumbnail() ) { $img = get_the_post_thumbnail( $post->ID, 'related-thumbnail', array( 'title' => $title, 'alt' => $title ) ); } else { $attachments = get_children( array('post_parent' => $post->ID, 'post_status' => 'inherit', 'post_type' => 'attachment', 'post_mime_type' => 'image', 'numberposts' => 1 ) ); if ( count( $attachments ) > 0 ) { $img = array_shift( $attachments ); $img = wp_get_attachment_image( $img->ID, 'related-thumbnail', true ); } } $extra_class = ''; if ( $img == '' ) { $img = wp_html_excerpt( get_the_excerpt(), 40 ); $extra_class = ' related-thumb-text'; } ?> <div class="related-post"> <div class="related-thumb<?php echo $extra_class; ?>"> <a href="<?php the_permalink() ?>" rel="bookmark"> <?php echo $img; ?> </a> </div> <div class="related-title"> <a href="<?php the_permalink() ?>" rel="bookmark"> <?php the_title(); ?> </a> </div> </div> </li> <?php endwhile; ?> </ol> <div style="clear: both"></div> <br> <?php endif; ?>
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Swipebox not workingOk the mobile theme is run by WP Touch. That uses Jquery 2.0 instead of the built in version. If i turn this off it loads fine for mobile devices!
Forum: Plugins
In reply to: [Responsive Lightbox & Gallery] Swipebox not workingiPhone 4 and Android Jellybean.
Try it, it doesnt work at all ??
Forum: Plugins
In reply to: [Smart Layers by AddThis] Cant get it to work eitherHiya,
Yes its still active ??
Ok i will get an account set up for you.
Adam
Forum: Themes and Templates
In reply to: Highlight current category WooThemes?Just given that a go, everything disabled and it still does it :/
Forum: Themes and Templates
In reply to: Highlight current category WooThemes?I know but i thought somebody may have an idea, as the way the header is coded is similar to other wordpress themes.