Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
If you want this change to be global for all listing outputs then let me know and i can show you how to add what u need on theme activation.
Stiofan
Hello,
We use the place GPS info for the directions as it gives far more accurate directions however Google is reverse geocoding this to the slightly wrong address. There is not much we can do about that, we can only send the address OR the GPS and the GPS gives more accurate results.
If you don’t like it showing the end address u can simply hide it.
table.adp-placemark { display: none; }
Thanks,
Stiofan
They should be in the media folder per date.
In v1 the images are auto optimized and shrunk by our own script.
In v2 they are still added to the same place but they are run through the WP image functions to create all the different image sizes and then we output them as responsive images depending on the size of the browser window. Some image optimization plugins might auto pick these up during the WP functions but others might not, we plan to make the best 1-2 image optimization plugins compatible for v2.Thanks,
Stiofan
Facebook changed the rules, this will still work for facebook if you get the required permissions so calling it “irresponsible” or “criminal” is frankly just stupid…
The problem is that its a very hard process to get the permissions, this is not our fault, things still work its just facebook made it extremely hard to do which is why we have pretty much given up on trying to get our customers to go down this route and are looking at other options, these other options are much harder to implement but in the long run it will save all our customers lots of time and make the setup much easier.Stiofan
If you are doing it in the loop you can just use the $gd_post global,like:
global $gd_post; print_r($gd_post);
The function paolo mentioned above is still there: geodir_get_post_meta();
You can do it all just by editing the WP page but there are only so many times we can tell you that…
Stiofan
You can do everything u want without any php code or templates, we just need to know what u want 🙂 If you can explain that we can help more.
Stiofan
Great! The fix will be in the next release 🙂
Thanks,
Stiofan
I’m not sure where you added that code but it did not seem to be working.
I added the fix direct to the GD plugin and it seems to work (at least from what i understand from the video you sent) can you check now.Thanks,
Stiofan
You can customise the output just by editing the page shortcodes.
Go to WP>Pages>GD Archive Item>edit
Then you can see a button that has 3 little squares, this will let you add more info, look for the GD psot meta, then u can select any meta info.Stiofan
The issue is due to Font Awesome, they load it via CSS files and we load it via JS, any plugin or theme loading it via JS will break the builder like this, i would suggest they check for font awesome JS compatibility.
I have added a simple check in GD which will be in the next release which will prevent our loading of the JS font-awesome from loading, you can add this code snippet to your site to make it work until the next release.
function _my_dequeue_gd_font-awesome() { wp_dequeue_script( 'font-awesome' ); } add_action( 'wp_print_scripts', '_my_dequeue_gd_font-awesome', 100 );
Thanks,
Stiofan
Form seems to be showing now, do u need me to look at anything?
Stiofan
I’m not 100% sure what u are trying to do, if you are trying to mod the actual listing output info (this can be done in the WP page “GD Archive Item”) or if you mean the surrounding wrappers and cat selectors?
Stiofan
Yes the pricing manager is required.
Stiofan
its being worked on right now for GDv2 which should be released in the next two weeks in beta, once its done and working we will see how easy it is to port it backwards to v1. (v2 of social importer is very different code wise).
Thanks,
Stiofan
Hi Will,
I only see you having bought Advanced Search on that date, not a membership or location manager, maybe you have another account?
Stiofan
-
AuthorPosts