Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I have made some changes but really, its only caused if you deliberately disable all the price packages and then try to add a package..
Thanks,
Stiofan
It seems to be a conflict with events manager, if u disable that it will work.
Stiofan
September 6, 2016 at 8:45 am in reply to: Conflict between Beaver Builder with GD Booster Enabled? #260813Nothing, i just added a bit of code to disable GDB when the editor is being used, i will add it to GDB and it will be in the next release.
Thanks,
Stiofan
September 5, 2016 at 5:45 pm in reply to: Conflict between Beaver Builder with GD Booster Enabled? #260413Please give it a try now and let us know how it works out?
Thanks,
Stiofan
if the conversion worked you should not have to import anything, they should already be there.
The copyright text depends on what theme you are using, usually you will find the text in the customizer under header.
Thanks,
Stiofan
For us to help we will need wp-admin and FTP details.
Thanks,
Stiofan
It’s added via a hook, but i guess you mean how does it work?
the html for it is
<a href="#sd-home-scroll" ><i class="fa fa-chevron-down"></i></aand the JS is:
jQuery("#sd-home-scroll").click(function(event) { event.preventDefault(); jQuery('html, body').animate({ scrollTop: jQuery(".featured-area").outerHeight() }, 1000); });Thanks,
Stiofan
Thanks for letting us know 🙂
Stiofan
The ini_set i would prefer to leave as is, i would rather they show the user the error than die silently and not know why, no one have ever reported a problem.
For the
__(get_option('siteurl') . '?geodir_ajax=true')That is then passed through a sanitizing function wp_localize_script, but if you had problems with that option you would not be able to view the site in the first place…
The last one is a spelling mistake that was carried through, it does not harm
Stiofan
September 5, 2016 at 3:47 pm in reply to: After upgrade 1.6.6 multiselect CPT output as UL instead of Comma separated? #260320Hi Fab,
Did you add a function to change it to comma separated? If so there was a bug with the hooks and we will release a version later today to fix that. If not i will show you how to change it with hooks.
Stiofan
Hi Rainer,
I don’t see any errors at my end, please provide the exact output from the error log.
“readonly is still wrong in line 2470” its a hidden field…Stiofan
HI Marc,
The Google maps API key you were using for GD did not have that part of the api enabled, i swapped that key for the one you were using on the live site and everything seems to work now.
Thanks,
Stiofan
You need to set them to be allowed to be used in advanced search then you need to add them to the advanced search form.
Stiofan
Hi Scott,
Yes you can, please see here: https://wpgeodirectory.com/docs/search-filters-overview/
Thanks,
Stiofan
Hi,
1. htaccess wil affect all sites but this should not be a problem.
1.1 NO, gzip should always always be enabled, the only problems i have see is if it is enabled at server level also you can get double compression which will show you weird white pages with random looking text.
2.2 if i remember correctly its price then a-z.
5. If activated only on that multiste then it should affect only that multisite.
-
AuthorPosts