guit4eva
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Can't send to some emails?I’m busy trying to set it up now: what do I put in the Client ID and Secret fields?
Forum: Plugins
In reply to: [Contact Form 7] Can't send to some emails?How do I retrieve that?
Forum: Plugins
In reply to: [Contact Form 7] Can't send to some emails?No, neither of them do.
Update: the two emails that aren’t working at the moment are from the same company (both their gmail and domain email don’t work).
Ok, solved – just use the following args:
<?php $args = array( 'post_type' => array( 'event' ), 'orderby' => 'date', 'order' => 'DESC', 'posts_per_page' => 12, 'paged' => get_query_var('page'), 'scope' => 'future' ); query_posts($args); ?>
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Two Step Booking?Could anyone point me in the right direction for coding it myself? I’m a bit stumped
The answer was found in previous questions:)
https://www.ads-software.com/support/topic/no-custom-field-for-the-images?replies=10
Thanks for the great plugin!
Forum: Plugins
In reply to: [Debug Bar] WP Query option is missing !?How did you?
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Separate fields in templateIt’s a custom post type made with WP-Types
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Separate fields in templateI was using != just to check that it’s working. But now I am trying to target the one field with ==, but it’s not working.
My custom type’s slug is ‘location’, which I used in the functions snippet with ==, but it’s not working for some reason :/
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Separate fields in templateUpdate 2:)
Am I suppose to substitute $taxname with something? If I put
if($taxname != ‘location’){// if taxo1 is the taxonomy slug
then it “works”, but obviously produced duplicates. “location” is definitely the slug, so I’mg going wrong somewhere else…Do you have any idea?
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Separate fields in templateUpdate: Sorry, that looks like it was an error on my part. Your code is working…almost:) I just need to do a bit more messing around on my end, but thanks so much! ??
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Separate fields in templateHey there:)
Unfortunately, when I place that in my functions.php file, I get the following error:
Parse error: syntax error, unexpected ‘)’ in /var/www/find/wp-content/themes/find/functions.php on line 210
My search is laid out like so:
Search all Custom Post Type pages in Custom Taxonomy
Forum: Plugins
In reply to: [Relevanssi - A Better Search] wp_dropdown_categories() returning all resultsOh my goodness, I can’t believe that just adding ‘name=location’ would have saved me five hours of head banging ha ha:) But awesome, it works!!! Thanks so much, your plugin is definitely the best I’ve ever tried!! ??
Don’t downrate a great plugin just because your web skills aren’t that good.