Hustl
Forum Replies Created
-
Forum: Plugins
In reply to: [BP Profile Search] Customize search resultThank you! That was exactly what I meant, works perfectly đ
Forum: Plugins
In reply to: [BP Profile Search] Customize search resultHi again,
I inserted this into my functions.php but it still only shows “Mentee” when I click that filter and not both “Mentee” and “Mentor and Mentee”. Is the code below correct?
add_filter (‘bps_field_sql’, ‘change_query’, 10, 2);
function change_query ($sql, $f)
{
if ($f->code == ‘role’ && $f->value != ‘Not in the mentor program’)
{
$sql[‘where’][‘set_match_any’] .= ” OR (meta_value LIKE ‘%:\\\”Mentor and Mentee\\\”;%’)”;
}
return $sql;
}Forum: Plugins
In reply to: [BP Profile Search] Customize search resultHi Andrea, thank you for your reply. Unfortunately your suggestion does not solve my challenge as I don’t want to allow the user to select multiple roles at the same time.
Is there any options to customize the search result or filters via functions.php?
Forum: Plugins
In reply to: [WP Review Slider] Automatically retrieve new Facebook reviewsOh ok thank you.
Forum: Plugins
In reply to: [WP Review Slider] Automatically retrieve new Facebook reviewsHi, oh ok, so does that mean, that if I upgrade to the proversion then they will be retrieved automatically?
Thank you
Forum: Plugins
In reply to: [FG PrestaShop to WooCommerce] Convert prestashop to WordPressOk great, thank you for your reply.
Forum: Plugins
In reply to: [BP Profile Search] Front-end multi-step searchThank you for your response that was exactly what I was looking for. Very helpful links.
Forum: Plugins
In reply to: [Simple Custom Post Order] Can’t drag ‘n drop. Dousn’t workHi again,
I found out what is causing the issue.
I am using another plugin called: Company DirectoryAnd this is affecting the drag’n drop functionality.
Is there a way I can fix this?
Thank you
Forum: Plugins
In reply to: [Booking Calendar] Max numbers in fieldOh hmm ok I see, yes no problem. I hope it will be fixed then
Forum: Plugins
In reply to: [Booking Calendar] Max numbers in fieldHi,ok great, thank you I will try that.
But don’t I need to do it in functions.php or copy it to the child theme or something, so it will not be overwritten on updates?
Thank you
Forum: Plugins
In reply to: [Booking Calendar] Grant access to new user roleOh ok thank you
Forum: Plugins
In reply to: [Portfolio Filter Gallery - Photo Gallery] Capital front lettersYes perfect, that worked thank you.
Ok I will rate your plugin.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] GDPR not workingHmm yes, now it works after I typed something in content.
Strange.But it’s fine, I just typed privacy policy as the title, so it’s ok.
Thank you very much.
Forum: Plugins
In reply to: [Hustle - Email Marketing, Lead Generation, Optins, Popups] GDPR not workingHi, thank you for your reply.
I didn’t say it is a css problem.
I am going to Hustle -> embed -> content.
These are my setting.
Embed name: FĂĽ nyheder og rabatter
Embed titles toggle: off
Main content: empty
Featured image: On
Call to action button: off
GDPR checkbox: On. Text: Jeg acceptere sidens privatlivspolitik (last word is a link)
Embed collection module: on
MailchimpManage form elements:
Required:
Navn
E-mail
TilmeldThen the success message, but I doubt this has anything to do with it.
To bad I can’t upload an image, then I could have taken screenshots of everything.
Hope you can help.
Thank you
Forum: Plugins
In reply to: [The Events Calendar] Date and all subsequent dates are shownHi, thank you for your reply.
I think you misunderstood my question.
It does not matter how many events I show per page.But if I choose the 5th of june in the datepicker, then It will show events from the 5th, 6th, 7th, 8th 9th, 10th of june and so on.
If I choose the 5th of june, I want it to show only events that is happening on the 5th of june.
How can I do that?
Thank you