Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
This is a PHP notice which were not shown by default untill a recent PHP version change, it’s mostly for debugging, you can add this snippet of code to your theme functions.php to hide notices again.
// Report all errors except E_NOTICE error_reporting(E_ALL & ~E_NOTICE);Thanks,
Stiofan
Hi David,
Did the “someone” make the changes direct in the plugin?
Please get them to follow this:
https://wpgeodirectory.com/docs/customizing-geodirectory-templates/Thanks,
Stiofan
Thanks you very much! 🙂 🙂 🙂 Much better than chocolate! 🙂
You are welcome 🙂
You know what better than a box of chocolates? A good review 😉
https://wordpress.org/support/view/plugin-reviews/geodirectoryThanks,
Stiofan
also notices the regions bit is also playing havoc with the regions autocompleter, might just be best not to have this in a dropdown…
We do not do customisation which is what i would class this as, however i found a script to convert a select to a radio and then i hide the customise my search button in the dropdown (as it needs the select to function properly, can be filtered more on the search page)
Please check it now.
Thanks,
Stiofan
We will be releasing a new ver of GDF to fix this hopefully later today.
Thanks,
Stiofan
Hi Eri,
This just seems to be a bug with the dropdown and having a select in it in FF, it is not GD specific and i have wasted far too much time trying to solve it, i would suggest either 3 things
#1 move search out of the dropdown
#2 use a different JS script as the dropdown
#3 hire a developer to find a work aroundThanks,
Stiofan
Dev confirms this is the case.
Stiofan
This issue has been fixed on your site, but i am not sure how you had your permlinks for locations set before please check them under GD>permalinks.
Thanks,
Stiofan
FTP details do not provide write permissions so are no use, please provide details with write access or change the user to have write access, OR you can simply replace this file in your core and save your GD>premalinks page to include locations urls
https://github.com/GeoDirectory/geodirectory/blob/master/geodirectory-functions/taxonomy_functions.phpThanks,
Stiofan
There seems to be a JS error on the page caused by this JS which i can’t find:
jQuery(document).ready(function($){ $( window ).load(function() { $(document).on('click', '.navbar .dropdown-menu', function(e) {e.stopPropagation();}) });Can you please fix this first.
Thanks,
Stiofan
A lot has changed since then, most things though look like custom CSS that is included in the page, have u seen this update?: https://wpgeodirectory.com/docs/avada-compatibility-header-php/
Stiofan
will do
Great! 🙂
-
AuthorPosts