icommstudios
Forum Replies Created
-
You were correct, I fixed it!
Ok, I’ve modified the shortcode and now all posts display. It’s not filtering by search term at all. Very weird…
<?php if ( have_posts()) : $term = $_GET['term']; echo do_shortcode('[ajax_load_more post_type="post" search="'.$term.'" posts_per_page="4" pause="true" transition="fade" button_label="Load More"]'); endif; ?>Wow, quickest response ever! No, unfortunately it does not work with preloaded off. (http://goodwillsp.wpengine.com/search/wordpress/) If I switch to the default loop and not ALM I get the expected results. Any ideas? I’ll be glad to provide WP login details.
You have a damn thorough plugin here sir. Rarely is there an easy way to accomplish everything I need without customization. You’ve got ALOT covered here. Kudos!
Forum: Themes and Templates
In reply to: Gaps in Table based themeThanks, I have been using Firebug and I can’t seem to find anything that affects the table. I had assumed that it was a border-collapse issue on the table tag but that doesn’t seem to help. It is definitely related to the theme, b/c if I switch to a div based theme, there is no gap issues.
Any insight is appreciated. Thanks