Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi sumi,
Please provide wp-admin and FTP and i’ll take a look if its something simple.
Stiofan
It should only be a few days, end of next week at the latest for a beta.
Stiofan
Hi Jen,
I would need FTP info also.
Sparkpost has a plugin, just instal it and follow the instructions, it takes over sending the mail from wordpress, it send it from highly trusted servers so they are more likely to not be marked as spam.
Stiofan
I will happily look at it, just as a side note, we use these guys and they seem to be very good at not having emails marked as spam https://www.sparkpost.com/
Stiofan
OK, this is a dirty little hack but it works…
(when i say works it, it removes the field, i have not tested if the actual email is sent)add_action('geodir_before_inquiry_form_field', 'my_hide_phone_input_before',10,1); function my_hide_phone_input_before($type){ if($type=='inq_phone'){ ob_start(); } } add_action('geodir_after_inquiry_form_field', 'my_hide_phone_input_after',10,1); function my_hide_phone_input_after($type){ if($type=='inq_phone'){ ob_end_clean(); } }Stiofan
Hi Mario,
Can you confirm this code works, if so i’ll replace it in core:
if (geodir_is_page('detail') || geodir_is_page('preview')) { if ( $title = get_post_meta( get_the_ID(), 'pyre_page_title_custom_text', true ) ) {} else { $title = get_the_title(); } avada_page_title_bar($title, $subtitle, $secondary_content); }Thanks,
Stiofan
Some of your plugin are out of date, you should try the solution here: https://wpgeodirectory.com/support/topic/missing-update-notifications/
If that does not work then please update manually via FTP, this will fix the issue.
Thanks,
Stiofan
This one has not let me down yet: https://wordpress.org/plugins/better-search-replace/
Stiofan
I think i see the problem, the custom field paypal has stored is actually the post id when it should be the invoice ID. I will look at this tomorrow to see what has gone wrong or if i can implement a fix.
Thanks,
Stiofan
Min Characters and Max results setting – ADDED
No probs, just let us know if u keep having problems.
Thanks,
Stiofan
You can use this hook to strip and replace what u want:
/** * Filter to change infowindow html * * You can use this filter to change infowindow html. * * @since 1.0.0 * @package GeoDirectory * @param string $html Infowindow html. * @param object $postinfo_obj The Post object. * @param bool|string $post_preview Is this a post preview? */ $html = apply_filters('geodir_custom_infowindow_html', $html, $postinfo_obj, $post_preview);Stiofan
How did u do the move, u seem to have los of settings missing, did u have places already there? I see none.
Stiofan
If you provide wp-admin i’ll take a look. FTP would help if you want me to fix now also.
Thanks,
Stiofan
Hi Dietmar,
The Dev who was working on it has been working on anther task, he estimates his current task to be complete tomorrow so he will get on to finishing the rest api after that.
Thanks,
Stiofan
-
AuthorPosts