Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Guust is your man, he has worked on customisations between s2 and GD, you are best posting in the jobs section for him.
Thanks,
Stiofan
Possibly the wrong file permissions, can you provide wp-admin and FTP and tell me how to replicate the error and i’ll check.
Thanks,
Stiofan
Hello,
Actually, google geocode brings back the country as “Reunion” so we can add it.
If you can provide us with wp-admin and Database access (cpanel or such) I will add it for you.Thanks,
Stiofan
We will be adding more options soon for this.
Thanks,
Stiofan
The map bubble design and css took a long time to get right for all platforms, responsiveness in the map bubble is almost impossible, i would advise to not mess with it other than maybe changing some text colors. Paolo is right, there is css in your theme messing with it.
Thanks,
Stiofan
I think this might be a kelo bug, can u try with another theme to check?
Thanks,
Stiofan
OK i have added filters for both of these and it will be in the next release:
/** * Filter the add listing page title input label. * * @since 1.6.11 * @param string $title The title to be output. * @param string $cpt_singular_name The singular title of the curent CPT. * @param string $listing_type The CPT being requested. ie: gd_place. */ echo apply_filters('geodir_add_listing_title_label', sprintf( __('%s Title', 'geodirectory'), $cpt_singular_name ),$cpt_singular_name,$listing_type);/** * Filter the add listing page description input label. * * @since 1.6.11 * @param string $title The title to be output. * @param string $cpt_singular_name The singular title of the curent CPT. * @param string $listing_type The CPT being requested. ie: gd_place. */ echo apply_filters('geodir_add_listing_description_label',sprintf( __('%s Description', 'geodirectory'), $cpt_singular_name ),$cpt_singular_name,$listing_type);Thanks,
Stiofan
This reply has been marked as private.Hi Simon,
Things are saved to the DB correctly but we were striping slashes from the serialized data before outputting, i have fixed this now and the fix will be in the next release.
Thanks,
Stiofan
This reply has been marked as private.Hello,
Sorry again for the delay. This seems to be a bug when a event tag matches a location then filter then produces broken links. I have fixed this and it will be in the next release, i have patched this on your site now.
Thanks,
Stiofan
I can’t work on your site until i know i can fix anything that goes wrong, i would need FTP or cpanel or similar, i tried the login you gave me here: https://portal.hostgator.com/login
but it does not work, where do i use those details?Stiofan
If i add a meta description to the locations page it shows up…
<title>Locationx in Glasgow, Glasgow City, United Kingdom, - Local xx</title> <script type="text/javascript"> var ajaxurl = 'http://localhost/wp-admin/admin-ajax.php'; </script> <!-- This site is optimized with the Yoast SEO plugin v3.8 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="This is a meta description Glasgow, Glasgow City, United Kingdom, x"/> <meta name="robots" content="noodp"/> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Locationx in Glasgow, Glasgow City, United Kingdom, - Local xx" /> <meta property="og:description" content="This is a meta description Glasgow, Glasgow City, United Kingdom, x" /> <meta property="og:site_name" content="Local" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:description" content="This is a meta description Glasgow, Glasgow City, United Kingdom, x" /> <meta name="twitter:title" content="Locationx in Glasgow, Glasgow City, United Kingdom, - Local xx" /> <!-- / Yoast SEO plugin. -->Can you pass me wp-admin to your site and i will take a look?
Stiofan
No Problem Lynne, thanks for spotting them 🙂
Stiofan
I am also using chrome, even tried from other browsers but it seems to work for me…
Stiofan
-
AuthorPosts