Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Your welcome 🙂
Hi Dave,
I have fixed this now, this was a bug with one of our upgrade functions, it was only set to fire in 1.5.0 so if a user upgrades from 1.4.x to 1.5.1 then it fails to fire.
This will be resolved in the next version.
Thanks,
Stiofan
Hello,
You have a plugin installed which is re-styling thing and breaking our styles: /wp-google-maps
Thanks,
Stiofan
We do not cache the homepage for good reason but the minificaion should still be there.
I did some testing and got it to work but the CSS images etc were still being looked for in the wrong place.
The fact is the server you are on is setup wrong, no matter if it’s a shared server.
Thanks,
Stiofan
Hi Merce,
This has been fixed and will be in our next release of payment manager however this next release has some major changes under the hood and we are about 90% done testing but dont want to release yet incase we missed anything.
If you would like a beta release of this please let me know.
Thanks,
Stiofan
This reply has been marked as private.Hi Wayne,
My HD with windows is playing up so i can’t test this right away, though i can confirm it with some of my testing tools. I will re-install my windows testing rig tomorrow and hopefully have this fixed by Monday.
Thanks,
Stiofan
Hi Matthijs,
Thanks for spotting this, it looks like a bug, can you try replacing this file in your core GD plugin https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/compatibility/Avada.php
The fix will also be in the next release of GD.
Thanks,
Stiofan
Hi Wayne,
I think the hook you want could be
do_action('geodir_infowindow_meta_after',$postinfo_obj,$post_preview );So something like:
add_action('geodir_infowindow_meta_after','my_theme_add_infowindow_meta',10,2); function my_theme_add_infowindow_meta($postinfo_obj,$post_preview ){ echo "<a href='#'>Read More...</a>"; }Thanks,
Stiofan
This reply has been marked as private.Works fine for me, are u using GD 1.5.1?
Stiofan
I don’t really understand what you mean by the last part, the locations page?
Stiofan
That might be the problem, i work mostly on local but i have a domain setup for my local wich resolves to wp.local if i use my local ip then it does not work, Google is funny with local ip’s.
Stiofan
Hello Miriam,
Please provide wp-admin details in a private reply and we will take a look.
Thanks,
Stiofan
Thanks for the info, can you be more specific about the problems, i looked at the payment cancel screen and it looked ok. Can you provide screen shots of the problems please.
Thanks,
Stiofan
-
AuthorPosts