Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I’ll flag this for Kiran, but if the listings are a subscription and the subscription is still active then they should not expire.
Thanks,
Stiofan
Where are u supposed to edit the settings in that plugin? I found a section for place categories but it just said “Your site currently doesn’t have any public items of this type.”…
Stiofan
Hi Robert,
We don’t officially support that plugin but if you provide wp-admin details i will take a look to see if there is a easy way to do it.
Thanks,
Stiofan
I had only set it to affect the frontend edit form, i have set it to affect both now 🙂
Thanks,
Stiofan
It seems to be working for me, how exactly do i replicate?
Stiofan
it might be there are different version of open sans installed on the computers, usually these font files are pulled form the pc not the web, i have changed it to use google fonts file for open sans, please check now.
Stiofan
Hi Debra,
I added a code snippet to make it ONLY return the correct zip, this is assuming there will NEVER be any other zip being needed to be used, if i am wrong in assuming this please let me know.
Below is the snippet for referece:
add_action('geodir_add_listing_geocode_js_vars','_my_zip_code_fix'); function _my_zip_code_fix(){ echo " getZip = '81435'; "; }
Thanks,
Stiofan
Hi joan,
Please let me know your comapny name and VAT number and i’ll apply it for you.
Thanks,
Stiofan
Hi Joy,
i am UK based and i have checked on a few devices and they all load as Open Sans.
The geo peeper thing is probably a bad way to check things, it will be rendered on an unknown device and it might not have Open Sans installed, a better way to check would be to use a VPN, something like tunnel bear will let you check from many locations for free, i use a chrome extension.If you are still having problems you could add a google font for Open Sans to the CSS but it would mean loading a extra file which is not ideal.
Stiofan
You are welcome! 🙂
Let us know how you get on.
Thanks,
Stiofan
Great! Thanks for letting us know 🙂
Hi Debra,
Can you provide wp-admin details in a private reply and i will find the best solution?
Thanks,
Stiofan
I had added different CSS direct to the theme style.css
The problem now seemed to be another custom rule added to the GD customer CSS, i have removed it now and it all looks good for me.
Stiofan
It seems the minification was breaking the Instagram logo SVG logo, i added it back as a custom CSS snippet and told it not to be minified and it seem to have fixed it.
Thanks,
Stiofan
-
AuthorPosts