terrencehill
Forum Replies Created
-
AuthorPosts
-
May 20, 2015 at 2:29 pm in reply to: Customized Search always Active doesnt work with multiple CPTs #40049This reply has been marked as private.
Notice: I posted the second question of my latest post in the WP Core board since it is not fully related to Advanced Search only.
Everythink works fine now with the middle alignment of the items, but cant the checkboxes be in a row horizontally? In the screenshot, u see that they take a lot of space in the way theyy are listed vertically…
…or would even a style like in the attached image be possible (multiselect from the list, without checkboxes)?
🙁 Then I have another problem :
I also need to use the Customized Search as standard, for all CPT. I tried this code u showed in a previous post, but it doesn not work, the moment I switch a CPT on the homepage, the checkboxes hide away when they shouldnt:
<script>
jQuery(document).ready(function(){if(jQuery(‘.geodir-filter-container .customize_filter’).length){
jQuery(‘.geodir-filter-container .customize_filter’).show();
jQuery(‘.geodir-search input.geodir_submit_search’).hide();
jQuery(‘.geodir-search input.showFilters’).hide();
}
});
</script>Thanks
Sincerely
ThomasMay 18, 2015 at 7:42 pm in reply to: Increase Thumbnail Size for uploaded Images (over File Upload) #39844This reply has been marked as private.Thx, it works now!! Thx!!
(But for the button it must be “div.geodir-advance-search {” instead of
“div.geodir-advance-search }”)!Just sayin, if someone here is also Copy-Pasting that code 😉
Almost there, Thanks.
It works for almost everything but the Buttons and the Title is still left aligned, which actually even makes it look more weird 😀
-
AuthorPosts