gethyn1
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] ajax_wpqsf_reoutput filter ignoredThat all works great now. Thanks for your help.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] ajax_wpqsf_reoutput filter ignoredThanks.. is there anything else I should change as well then? I am now getting this error:
Fatal error: Class ‘ajaxwpqsfclass’ not found
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] ajax_wpqsf_reoutput filter ignoredI tried updating the priority but same results. I also tried this with a clean WordPress and wpqsf install.
I am placing the form in the template with:
echo do_shortcode('[ULWPQSF id=8]');and adding the filter in functions.php. Apart from that I can’t see what I could be doing wrong.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] ajax_wpqsf_reoutput filter ignoredThanks for the reply.
It just uses the default output instead of what is specified in the filter.
Forum: Plugins
In reply to: [Picturefill.WP] Removing image height / width attributesThanks for the reply.
I think I was trying to over complicate this issue by using a WordPress filter.
I was having issues with the images not scaling vertically so they were becoming squashed. The simple addition of
img {height: auto;}seems to have resolved the issue.