Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
September 29, 2017 at 10:52 am in reply to: Listing settings – How to add ustom URL's icons? #398021
🙂
September 29, 2017 at 10:51 am in reply to: How to change the Star rating to three thumbs up? #398020For the rating icon, you can make it very transparent grey or simply just do a solid border and a 100% transparent center its up to you, we have not documentation for it.
Thanks,
Stiofan
Hi Dany,
I have added the following code snippet:
add_action('geodir_add_listing_geocode_js_vars','_my_post_code_limit'); function _my_post_code_limit(){ ?> //console.log(jQuery("input[name=package_id]:checked").val()); if(jQuery("input[name=package_id]:checked").val()==9){ var allowed_pc = ["G0E 1T0", "G0E 1L0", "G0E 2E0"]; if(allowed_pc.indexOf(getZip) != -1){} else{ alert("Listing must be in one of the following zip codes: "+allowed_pc.toString()); return;//bail } } <?php }Thanks,
Stiofan
Thanks for letting us know, we will be here to tweak it 🙂
Hi Joy,
You would have to test all forms, but i would imagine in practice it will be better for you and your users if they were all the same version.
Stiofan
Hello,
We don’t have an option to do this (except for categories) but you could easily add a JS limiter to the field to do what you want.
Stiofan
it seems to be an extra redirect is causing the error not to show, can u give the user edit access or provide FTP details please.
Thanks,
Stiofan
Hi Joe,
You would likely have to add some custom CSS snippets to your theme to make those changes.
Please see here: https://wpgeodirectory.com/docs/customizing-your-style/Thanks,
Stiofan
Hi Jay,
The app never has to be made LIVE to work, you never need to submit it for review, it should just work if you follow the instructions.
Thanks,
Stiofan
Hi Michael,
I don’t have anything running ios11, i think @kc does, i’ll ask him to check tomorrow.
Thanks,
Stiofan
Hello,
Accented and other type letters are not comparable with their standard counterparts, if you would like it to show for both try adding a “tag” with out the accent.
Thanks,
Stiofan
Hi Andrew,
Please see here: https://wpgeodirectory.com/docs/faqs/how-do-i-allow-users-to-add-an-instagram-link-to-their-listing/
Thanks,
Stiofan
Hello,
When the listing is added, what ever email you enter for the email field will get the contact form when sent, i take it this is what you mean?
Stiofan
You would have to try the margin thing yourself… I tried you site on an S7 and all u have to do is scroll up to hide the nav bar and you see everything.
The recaptcha is designed to go over two lines in some cases, you can try changing the iframe width with css but again the JS might not let you.
Stiofan
Hello,
Have you changed the site url? If so you will have to deactivate and reactivate the licences.
You find the licences in your account area https://wpgeodirectory.com/your-account/
And you need to install WP Easy Updates to be able to add the licences on the plugins page: https://wpeasyupdates.com/Thanks,
Stiofan
-
AuthorPosts