Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Edith,
We are actually moving this from Whoop to the events addon, it will be in the next release 🙂
Thanks,
Stiofan
Please provide wp-admin and a link to where its showing and i’ll take a look.
Thanks,
Stiofan
I don’t see anything wrong with settings, please provide FTP details and i will debug.
Thanks,
Stiofan
Hello,
I don’t see any 404’s on ur wp-admin can you tell me exactly how to replicate?
Thanks,
Stiofan
GD>Design>Scripts>Footer Script
Add this:<script> jQuery(window).load(function() { if(jQuery('#geodir_slider').length){ jQuery('#geodir_slider').flexslider("pause"); } }); </script>Thanks,
Stiofan
kool, thanks for letting us know!
Stiofan
Hey, i did a bit of testing today, can you replace this file in GD to test it all works
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/compatibility/X.phpLet us know.
Thanks,
Stiofan
I’ll take a look at this tomorrow on my localhost, for now i woudl suggest rolling back X if you are running a live site.
Thanks,
Stiofan
That would require customisation, you should start by looking at our custom google maps addon.
Thanks,
Stiofan
You can find the right hooks and info here: https://wpgeodirectory.com/codex/codex_project/geodir_claim_listing_actions/
Basically for adding things use the same technique as this https://wpgeodirectory.com/customise-send-enquiry-form/
But use the new hooks.Thanks,
Stiofan
Great 🙂
The only way i have seen this happen before was through an import but usually that is when its blank, i did a search on ur DB and found one with a publish status of “-1” which i have never seen before. If it happens again let us know.
Thanks,
Stiofan
For the info window, we don’t show the excerpt, you can set custom fields to show there but not the actual excerpt, i have updated and applied changes to the code
add_action('geodir_infowindow_meta_after','my_theme_add_infowindow_meta',10,2); function my_theme_add_infowindow_meta($postinfo_obj,$post_preview ){ $text = apply_filters('the_excerpt', get_post_field('post_excerpt', $postinfo_obj->post_id)); echo $text; echo " <a href=' ".get_the_permalink()." '>Read More...</a>"; }The post_author=”current” is for showing listings of the current posts author, so this can be used to get listings of for example and event listing and show in another tab, not the logged in user, but i can see how that can be confusing, i have now added new params and updated your page
Thanks,
Stiofan
I have implemented this and it will be in the next release.
Thanks,
Stiofan
-
AuthorPosts