inula
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Connection in specific categoryHi Steven,
Thanks a lot!!
You made my day (uhhh…night ?? )Forum: Plugins
In reply to: [Connections Business Directory] Connection in specific categoryHi Steven,
Thanks so much for your answer, but I don’t quite understand what the code has to be.
$entry->getCategory(array( )); if (strpos($entry, 'Self') !== false) { echo 'true';}
I want to see if there is a category ID=4 or categoryname containing “Self”.
Now all the connections say true. And I know they aren’t ??Forum: Themes and Templates
In reply to: [GeneratePress] Order in hook: generate_after_headerThanks Tom.
Give a big hug from me to that little boy(?) in your arms.
Have a nice day (overhere the day almost ends).Forum: Themes and Templates
In reply to: [GeneratePress] Order in hook: generate_after_headerHi Tom,
Thanks for your answer. I made a plugin and put the lines you mentioned in it.
That’s not quite what you mean I guess, because I got a fatal error…<?php /* Plugin Name: Uitgelichte afbeelding boven menu Plugin URI: Description: Version: Author: Author URI: License: License URI: */ add_action( 'after_setup_theme','tu_move_page_header' ); tu_move_page_header() { remove_action('generate_after_header','generate_featured_page_header', 10); add_action('generate_after_header','generate_featured_page_header', 4); } ?>
- This reply was modified 8 years, 5 months ago by inula.
Found it:
Of course I had to add “selected” in the drop-down list…
file: events-manager/includes/js/events-manager.js//Finally, add autocomplete here
//Autocomplete
OLD: jQuery(‘input#location-region’).val(ui.item.region);
NEW: jQuery(‘select#location-region option[value=”‘+ui.item.region+'”]’).attr(‘selected’,selected’);Hi Gelo,
I don’t mean the search form but the add-event-form.
But thanks to the js-file you mentioned, I found it anyway:
Of course I had to add “selected” in the drop-down list…//Finally, add autocomplete here
//Autocomplete
OLD: jQuery(‘input#location-region’).val(ui.item.region);
NEW: jQuery(‘select#location-region option[value=”‘+ui.item.region+'”]’).attr(‘selected’,selected’);I’m using it at the add-event page.
When you start typing locationname and then choose an existing location, all the fields are filled. But since I made the dropdown, region is not filled anymore.Forum: Plugins
In reply to: [Easy Appointments] Update/delete connections failsHi Nicola,
Great!
It’s working allright now.Thanks for the adjustments so quickly.
Regards, Inula
Forum: Plugins
In reply to: [Easy Appointments] Update/delete connections failsHi Nicola,
That would be great!!!
And maybe that’s the reason why user doesn’t get mail too?Very best regards, Inula.
Forum: Plugins
In reply to: [Easy Appointments] Update/delete connections failsHi Nikola,
Thanks again for your answer. Apache it is.
The provider told me this:PUT and DELETE are indeed disabled on the server, as they are also removed in many modern browsers due to a very high security risk. Unfortunately, you would not be able to use these methods within our servers. They are disabled for your protection as they can be commonly exploited to gain unauthorized access to your site. I apologize for any inconvenience.
Is there a workaround? Cause I really like your plugin!
Regards, Inula
Forum: Plugins
In reply to: [Easy Appointments] Update/delete connections failsHi Nikola,
My hostingprovider is not familiar with PUT en DELETE HTTP.
Can you maybe be more specific?Regards, Janet
PS the personal information is in the mail now. However, user still doesn’t receive mail…
By the way, where can I change the content of the mail. I changed the template, but is there an easier way in Settings?Forum: Plugins
In reply to: [Easy Appointments] Update/delete connections failsHi Nikola,
Thanks a lot!
Forum: Plugins
In reply to: [Easy Appointments] Update/delete connections failsHi Nikola,
Thanks for your quick reaction (specially for a Sunday ;-))
You are right, I just discovered that I also cannot change a reservation.
So I’ll contact my hostingprovider.Have following problems the same cause?
- In the e-mail that is sent after a reservation is made, the Personal Information is missing
- User doesn’t receive e-mail at all while option “Send email to user” is marked
Best regards,
InulaHired a php-programmer who made a postcode-distance check for me in Events-Manager. This doesn’t work anymore and now I understand why: he used the Google API.
Anyway, all the adjustments generate a lot of work with every update. So I hope the zipcode check will be in Events-manager soon.
Forum: Plugins
In reply to: Events Manager – previous location only shows when logged in.Problem is solved in laters version WP / EM