Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Ray,
The ftp address does not seem right, please check and let me know.
Stiofan
It seems to come under diffrent names, hopefully this works for this also.
If you provide FTP details i will make the change if you wish?
Stiofan
This reply has been marked as private.OK you NEED to click “Set as private reply” so only staff can see your post otherwise everyone can see it. (i have changed it now) fortunatly your login details are not working, can you double check them and repost.
FYI i get a PHP error on login attempt from frontend:
Fatal error: Cannot call overloaded function for non-object in /home/bluegrassbrides/public_html/staging/wp-content/plugins/google-analytics-for-wordpress/frontend/abstract-class-tracking.php on line 286Stiofan
Hello,
Please provide wp-admin details and also your forum login details in a private reply and i will check.
Thanks,
Stiofan
This has been fixed and will be in the next version.
Thanks,
Stiofan
Hi Ray,
This is indeed a conflict/bug with wp_seo etc..
I have fixed it and the fix will be in the next version of core but if you want to fix now then please add the below code to the very bottom of your general_functions.php file.
Thanks,
Stiofan
function is_page_geodir_home(){ global $wpdb; $cur_url = str_replace("https", "http", geodir_curPageURL()); $home_url = home_url( '', 'http'); if(($cur_url==$home_url || $cur_url==$home_url.'/') && get_option('geodir_set_as_home') ){ return true; }else{ return false; } } function geodir_wpseo_homepage_canonical($url) { global $post; if ( is_page_geodir_home() ) { return home_url(); } return $url; } add_filter( 'wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10 );Hi Dave,
This would be a customisation which is above what a support forum provides, i would however point out that aswell as using switch to blog you might have to redeclare the global variable we use to prefix out custom tables
$plugin_prefix = $wpdb->prefix.'geodir_';I would suggest only changing it for the local widget and then redeclaring it globaly after you are finished with it so that it does not mess with other future calls.
Thanks,
Stiofan
Hi PO
Just to clear things up here, you will only be geoloacated on first load if you have multilocations installed also but even without it you should still see your location on the map when you select “Near me” in the near search box, this was a bug that it was not showing and i have fixed it and it will be in the next ver. I have also hidden the option for first location if multilocations is not installed.
I hope this clears it up, if not please just ask.
Thanks,
Stiofan
I submitted the first one as admin and it worked, i submitted another one just now as a normal user and it worked.
There are two different notifications “post submitted successfully” and “Listing published successfully”
I see you have some voucher plugin added, although i can’t recreate your problem, maybe test with that disabled..
Stiofan
Hi Chris please follow these instructions carefully :
https://wpgeodirectory.com/support/topic/release-of-gd-core-1-3-1-and-4-addons/Thanks,
Stiofan
Hi Delek,
If you need help with the CSS let me know, i had to do z-index:-1 on some div’s…
poi.business is set to have visability turened off by default.
You can look at map.js and edit the var stlyes or the addon “Custom Google Maps” will let u turn on the viability and do lots more.What exactly do you mean by this one? “– is there a way to use the Google Places API for searches?”
Thanks,
Stiofan
I believe this has just been fixed and will be in the next ver.
Thanks,
Stiofan
Hi Jan,
Is this still an issue?
Stiofan
January 13, 2015 at 5:00 pm in reply to: Is it possible that your Avada child theme/compat pack over-rides menu padding? #27383@rhino zoros,
It is best to start your own topic, resolved topics are no longer assigned to a dev.
Thanks,
Stiofan
-
AuthorPosts