Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
You could make your own custom field.
Is either end of the route fixed, is one end the actual listing location?
Please explain and i’ll tell you the best solution.Stiofan
June 29, 2017 at 11:21 am in reply to: Can't access certain plugins even though we have an active susbscription. #385124Hi Keith,
Please check now, we made a name change yesterday and it seems the licencing system didn’t automatically change thins, i have fixed it now.
Thanks,
Stiofan
i still see the maintenance error.
Stiofan
Not if i remove it, but i need to add another one before i can remove the existing one.
Stiofan
It seems like its a rule in your child theme
content/themes/tn5th/style.css.container { max-width: 1080px; }Try adding
.container { max-width: 100%; }Thanks,
Stiofan
June 29, 2017 at 10:13 am in reply to: Supreme Directory – Splash page that shows only 1 time, checked by JS cookie #385114lol well done 🙂
I have added the below code snippet to allow that field to allow iframes
function _my_allow_iframe_maproute($tags, $pkey) { if ($pkey == 'geodir_maproute') { $tags = '<iframe>'; } return $tags; } add_filter('geodir_save_post_key', '_my_allow_iframe_maproute', 10, 2);Thanks,
Stiofan
You have a few options,
1. you can hide CPT values with CSS
2. you have filter the CPT shown: https://wpgeodirectory.com/codex/codex/geodirectory_filters/geodir_search_form_post_types/
3. you can also set the shortcode default CPT like post_type=”gd_place”Thanks,
Stiofan
This reply has been marked as private.June 28, 2017 at 5:39 pm in reply to: Supreme Directory – Splash page that shows only 1 time, checked by JS cookie #385037Yes 🙂
Still see “maintenance” error,
Can u tell me how to replicate the problem?Stiofan
Thanks for the info, it was due to a error check setting in PHP 7.1, i have fixed it on your site now and it will be in the next release.
Thanks,
Stiofan
June 28, 2017 at 10:25 am in reply to: Supreme Directory – Splash page that shows only 1 time, checked by JS cookie #384977U should not show the splash by default, u should only show it if the cookie is not found, u are doing it the other way which is the problem.
Stiofan
Hello,
The customer never has access to the CC details. We would need a new CC on file first to be able to change the subscription to it other wise it would cancel.
As for the account, everything but the username can be changed, the email the display name etc.
Let me know how you would like to proceed.
Thanks,
Stiofan
Great! 🙂
-
AuthorPosts