Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Thanks for the info, please check now.
Stiofan
That code snippet is in addition:
add_filter('geodir_details_default_image_show', '__return_true');You should add it to your child theme functions or use the plugin “code snippets”
Stiofan
Please check now, there was a bug with EDD where it did not mark your new licence as active and left it set as expired, i have fixed this now.
Thanks,
Stiofan
I could not recreate this and i see you are not running Avada anymore?
If you still want me to get to the bottom of this please provide FTP info.Thanks,
Stiofan
Hello,
Your location manager is very out of date, you might be having this problem:
https://wpgeodirectory.com/support/topic/missing-update-notifications/Please make sure everything is up to date, then there will be a tool under GD>GD Tools>Location category counts. Run this tool to see if that helps.
For WPML duplicates we are hoping to add support for that in next version.
Thanks,
Stiofan
January 25, 2017 at 11:20 am in reply to: BUG: links on side bar of detail page dont work on mobile #349074Your FTP details do not seem to work “530 Login authentication failed”
for facebook, you have this code which has a script tag inside a script tag and also html inside a script tag:
<script id="x-customizer-js"> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.7"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </script>For caching please see here: https://wpgeodirectory.com/docs/faqs/what-caching-plugin-can-i-use/
Thanks,
Stiofan
Add the change in this file: https://github.com/GeoDirectory/geodirectory/commit/c75bcdf49447045fec22ca34e56b31fee12f0d0c#diff-ee8c72c958055683b3e21e5fbe697dbd
And then this code snippet will make it work:
add_filter('geodir_details_default_image_show', '__return_true');Thanks,
Stiofan
I have used a basic means to restore the CTP but most of the texts will be wrong, you will need to go into each CPT advanced settings and edit the texts values.
Stiofan
Hi Mark please provide DB access like phpMyAdmin so we can take a look.
Stiofan
Hi James,
Yes we have started on the app, at the moment we have just been testing with the default page/post WP API until our API is out of beta, you can find it here as a plugin: https://github.com/GeoDirectory/geodir_api
Once it’s out of beta we will be looking for app testers.
Thanks,
Stiofan
Are you still on wp-engine hosting? I don’t believe they even support sessions so again that code snippet would never work on their hosting.
Stiofan
January 24, 2017 at 12:20 pm in reply to: BUG: links on side bar of detail page dont work on mobile #348480Hello,
You have a JS error where facebook JS has been added wrong, also you are using W3TC which we do not recommend and makes it very hard to track down bugs because of all its caching.
However i do not that when the window width goes below 980px width then the buttons stop working so i guess its a JS problems or maybe some CSS media query.
Please disable W£TC and provide FTP info and i will try and track down the problem.Thanks,
Stiofan
If you set the description limit to “0” then the description input field on freontend and tab will be hidden/removed, this feature was added by request of many users who wanted to sell a description as a upgrade.
Stiofan
Hi Mark,
This is the filter u want:
/** * Filter the client email message. * * @since 1.4.0 * @package GeoDirectory_Payment_Manager * @param string $message The email message text. * @param int $post_id The post id of the post the email is regarding. * @param string $message_type The type of email being sent. * @param string $extra Transaction details if available. */ $message = apply_filters('geodir_payment_clientEmail_message',$message,$post_id, $user_id, $message_type, $extra);You would want to check the $message_type==’expiration’, though in the new v2 it could be expiration,expiration2 or expiration3
Thanks,
Stiofan
I have assigned a task for this, we will update you when done.
Thanks,
Stiofan
-
AuthorPosts