Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
Please provide wp-admin and FTP details in a private reply (just tick “set as private reply” and only staff will be able to see it.
Thanks,
Stiofan
Hi David,
Thanks for the details, i have created a upgrade function that will resolve this on the next release, i have tested it on your site and it works: http://goodbusiness.directory/geo/places/malaysia/federal-territory-of-kuala-lumpur/kuala-lumpur/attractions/audacious-freedom/
If you need to run this on anyother site before the next release just replace this file in core plugin: https://github.com/GeoDirectory/geodirectory/blob/master/upgrade.php
and then run the GD>Tools>Clear all version numbers, this will cause the upgrade functions to run on the next page load.Thanks for spotting this little bug 🙂
Stiofan
OK the guy from headway got back to me with some code to try, it was close but broke every other page, but that was an easy fix 🙂
I have added the below code to your theme functions.php, and it works, you just need a little CSS tweak now.
// Fix for headway signup page add_filter('headway_current_layout_hierarchy', 'headway_fixfor_signin_page',10,1 ); function headway_fixfor_signin_page($current_layout){ if(isset($_REQUEST['geodir_signup']) && $_REQUEST['geodir_signup'] && !is_admin()){ $current_layout[] = 'single'; } return $current_layout; }Thanks,
Stiofan
Hello,
This is because of the WP 4.3 update please see here: https://make.wordpress.org/core/2015/06/09/eliminating-shared-taxonomy-terms-in-wordpress-4-3/
I’m marking this as resolved, just let me know if you feel it’s not.
Thanks,
Stiofan
I have resolved the woo errors but there is still a google font that is non https coming from somewhere.
It’s late here and i have to call it a night.
Thanks,
Stiofan
Thanks for the info, this was a bug that will be fixed in the next release of advanced search, i have fixed it on ur site for now.
Thanks,
Stiofan
I have send them an email, i will keep you posted.
Thanks,
Stiofan
Please check now and let me know.
Thanks,
Stiofan
Hi Sam,
Thanks for the info, this was a weird one, this is what i think was happening, your wp_filesystem was using method “ftpext” and your FTP service was only allowing checks in the current working directory and not other directories so when checking if the file exists it just always failed because the check was on another directory.
I changed the FS_METHOD to “direct” in your wp-config.php file and it now seems to work.
Everything should be good now, just let us know if it’s not.
Thanks,
Stiofan
You can add it by adding this line to your theme functions.php
add_action( 'social_connect_form' , 'wsl_render_auth_widget_in_wp_login_form' );Stiofan
Thanks for the info, this was a weird bug caused by jQuery history script changing the window.location.hash on the fly with info from the referrer.
I have fixed this on your site and the fix will be in the next release of core.
Thanks for finding this 🙂
Stiofan
Hi, thanks for the info. I have spent an hour trying to find an easy way to get this to work together but have not found a way. All the links are /?page=x but then redirect to /x/ that could be part of the problem, if they had used /?gallery_page=x then it would not be a problem.
I would try going to them and asking if they can come up with a solution.
Thanks,
Stiofan
We have hooks for it that will add the social login buttons where needed yes.
Stiofan
August 23, 2015 at 1:26 pm in reply to: Need to add header text , below or to the right of logo #50500Hello,
We would need to know what theme you are using, can you post a link to your site?
Stiofan
Hello,
I will need wp-admin and FTP to resolve, you can reply and tick “set as private reply” and only staff will be able to see it.
Thanks,
Stiofan
-
AuthorPosts