Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Please post wp-admin and we will take a look.
Stiofan
fixed and will be in the next release
This is a basic example: https://jsfiddle.net/xpvt214o/118197/
This is a more complex example: http://jsfiddle.net/JCehq/1/Stiofan
GDv2, not yet, probably in about 7-10 days it should be.
Once its ready we will write a converter, all the data will convert and then you will need to do a bit of rearranging to get the layouts you want.Not tested but this should work, the main actions are out put in 10’s so 10,12,30,40, 35 will be between the slider and the taxonomy outputs, 45 would be between the taxonomies and the tabs.
add_action('geodir_details_main_content', '_my_website_link_output', 35); function _my_website_link_output(){ echo geodir_cf_url('','','geodir_website'); }
Thanks,
Stiofan
There is no setting for it but it is something that could be added with a small JS snippet.
Stiofan
Hi Joy,
This would require the use of some hooks.
GDv2 on the other hand it can be done very easily with just settings.If you need the code example now just let me know.
Thanks,
Stiofan
This is the way its done in WP, its the email program that converts them to links in most cases, this allows for non html emails to be sent and in most cases, gmail/hotmail etc will convert url’s to links.
If you really really want them as links by default i think u can just replace it like this:
<a href="[#comment_approve_link#]">[#comment_approve_link#]</a>
Thanks,
Stiofan
Thanks for the info.
1. This seems to all work as expected for me, can you name a field that is not doing as expected?
2. kool.
3. Great, we still have some things to improve also 🙂
Thanks,
Stiofan
No probs. The beta is on its 10th release now, there is a change log at the bottom of this post: https://wpgeodirectory.com/geodirectory-v2-first-beta-release/
I hope by the end of next week we will be through all the bugs and finished some feature suggestions we plan to implement. Addons are already being worked on also.Thanks,
Stiofan
Hi Tom,
The map issue with permalinks has been fixed and will be in the next release.
Mobile CSS is currently being worked on and will be improved in an upcoming release 🙂
Thanks,
Stiofan
There are several things going on with WP core regarding GDPR, which is really the only sensible way to do it ( a core system devs can hook into). I assume the same will happen with SESTA.
IMO from past experience with similar things they usually don’t start clamping down on things until about a year after the law comes in to force, as long as you have a plan in place.
Stiofan
I don’t see any obvious reason, if you can provide FTP details also i will be able to track it down quicker.
Stiofan
Github issue opened, u will be notified here once its looked at.
Stiofan
1. bug, fixed.
2. related to #1, but there is also a bit of a bug i will fix.
3. You can use any plugin, we suggest UWP.
4. I don’t understand how to recreate?
5. Seems to be part of the theme template, it can be hidden with CSS easily.
6. This is theme related. (not our breadcrumbs)
7. I am not sure what u mean?
8. That is the post type name, not the category.
Thanks,
Stiofan
Hi Janet,
The AU post codes seem to require the state/region prefix, in this case “NSW 2019
https://en.wikipedia.org/wiki/Postcodes_in_Australia#FormatAustralian postcodes consist of four digits, and are written after the name of the city, suburb, or town
Stiofan
-
AuthorPosts