Josh
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No search results – search.php has queryThat fixed it right up! You guys rock!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] No search results – search.php has queryThanks for that! It seems that the search functionality works now and it displays the correct number of search results in the heading… However, Relevanssi doesn’t seem to be highlighting the search terms in the result? Is this something that will need to be changed in the way the theme handles displaying them?
Thanks again!
Hey!
Thanks for the quick turnaround! I have one more suggestion if you’re willing to mull it over… Perhaps add a class to the “load more” button when there’s no more images to be loaded? This way we can use that class in the CSS to hide the button when no more images exist that haven’t already been loaded.
Thanks!
Unfortunately, the feed is NOT set to 100% width of parent container… If you look at the code below, you’ll see that the CSS for the top level wrapper div is set to max-width:612px.
#sb_instagram { float: left; width: 100%; max-width: 612px; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
You should really remove the
max-width: 612px
so that the div will expand to fill the entire width of its parent. I’ve delayed updating the plugin several times just so that I wouldn’t have to go back through and fix your CSS… AGAIN.Thanks!