jeeltcraft
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End PM] Shortcode’s html gets commentedInspector resulting code:
<!-- <a href="https://www.jeeltcraft.com/canguro/messaggi/?fepaction=newmessage&fep_to=collezionista&message_title=Cerco+Giochi+Vintage&customize_changeset_uuid=a4ed3247-fc71-45d1-8817-7656da6f40d6&customize_messenger_channel=preview-0" class="btn-primary fa fa-envelope-o contatta"></a> -->
Forum: Plugins
In reply to: [Events Manager - OpenStreetMaps] Shortcode not functionning anymoreI had that same problem on other plugins, it may be a wordpress problem ??
Forum: Plugins
In reply to: [Events Manager - OpenStreetMaps] Shortcode not functionning anymoreDoesn’t work sadly ??
I’m opening a new ticket…
If I did understand the problem is that I’m passing the ids to the shortcode as a string, am I right?Forum: Plugins
In reply to: [Events Manager - OpenStreetMaps] Shortcode not functionning anymoreYes sure, sorry for not opening a separated topic, I’m trying your suggestion right now…
EM Version 5.9.5
OSM add-on Version 2.6.3
I’m about to upgrade to the EM pro version, Iìll let you know if anything changes ??Forum: Plugins
In reply to: [Events Manager - OpenStreetMaps] Shortcode not functionning anymoreI activated the debugger abd it returns this error on the backend:
Notice: Undefined index: text in /home/kfdujkzv/public_html/ambulanti-online/wp-content/plugins/stonehenge-em-osm/config/more.php on line 28 Notice: Undefined index: text in /home/kfdujkzv/public_html/ambulanti-online/wp-content/plugins/stonehenge-em-osm/config/more.php on line 29
Please let me know
Forum: Plugins
In reply to: [Events Manager - OpenStreetMaps] Shortcode not functionning anymoreHi I have a problem with the [events_map] shortcode too,
This is the page with the map, as you can see the locations_map shortcode loads correctly:https://www.jeeltcraft.com/ambulanti-online/author/ambulante1/
I echoed the events_map shortcode I used without success above the map, the resulting javascript doesnt load the map center, the javascript returns a
center:{NaN,NaN}
Do you think changing the php version will help?Yes 60 is the event id, I’ll try on that forum then, I have the latest version of the osm add-on plugin.
sorry
center: {NaN,NaN}
Hi, thanks for your answer,
This is the page with the map, as you can see the locations_map shortcode loads correctly:https://www.jeeltcraft.com/ambulanti-online/author/ambulante1/
I echoed the events_map shortcode I used without success above the map, the resulting javascript doesnt load the map center, the javascript returns a
center:{NaN.NaN}
Please let me know if I did anything wrong.Regards,
LauraCIt worked manipulating the $EM_Person object… now i just need to modify the template to show a map with events and not the table… I’ll have a try and then ask again for help if needed.
I really appreciated your answer Patrick ??Can’t the $EM_person variable be used for that?
If not:
Is there any documentation on how to set up the filter?
Thanks for the quick answer Patrick!Forum: Plugins
In reply to: [WP User Avatars] custom avatar on user meta fieldAt the moment I use your plugin to save the url to the user meta table and then change the user avatar on that user meta key, the code is mostly similar to yours, but I use the main avatar wordpress filter hook to set the avatar for all the web page:
https://wordpress.stackexchange.com/questions/7620/how-to-change-users-avatar/247637#247637
Your plugin was very helpful for setting the user meta and retrieve the search terms for each user, the now have customized matches on my website showing on their dashboard.
Thanks a lot for that.- This reply was modified 7 years, 11 months ago by jeeltcraft.
Forum: Plugins
In reply to: [WP Job Manager] pass argument to job listing queryWorks great!!!
Thanks a lot to you and to your wp job manager facebook community!!!!
Forum: Plugins
In reply to: [WP Job Manager] pass argument to job listing queryOk, Just to explain myself better, the function itself works with that filter, but it overwrites the entire job listing query, which is not what I want, what I want is to add ‘author__not_in’ parameter to the existing search query.
The code for the search query is here and it uses
wp_parse_args()
here the codex referenceAnyone is familiar with that function?