Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Mark,
I don’t use buddypress, can you give me a list of what urls are to go where?
Stiofan
I have updated your site redirects to this:
function goto_login_page() { $login_page = home_url( '/gd-login/' ); $page = basename($_SERVER['REQUEST_URI']); if( $page == "wp-login.php" && $_SERVER['REQUEST_METHOD'] == 'GET') { wp_redirect($login_page); exit; } if ( in_array( $_SERVER['PHP_SELF'], array( '/wp-login.php', '/wp-register.php' ) ) ){ wp_redirect($login_page); exit; } } add_action('init','goto_login_page');Thanks,
Stiofan
No probs 🙂
Hi Mark,
If you are ok with me doing a blog post about it please provide, wp-admin, FTP and cpanel details and i will give it a shot.
Thanks,
Stiofan
Hello,
Do you have the GeoDirectory plugin installed and activated?
Please see our Setup guide: https://wpgeodirectory.com/docs/basic-installation/If you still have problems just let me know.
Thanks,
Stiofan
Thanks for the info, you had an invalid default value field, i blanked it and it saves fine.
Thanks,
Stiofan
What plugin exactly?
Stiofan
Hi Robert,
Can you please provide FTP and DB access and i will get to the bottom of it.
Thanks,
Stiofan
I can probably fix most issues by adding some theme compatibility settings but when i try to login it tells me i am locked out…
Stiofan
This has been fixed and will be in the next release, we have fixed it on your site now also.
The 12 event listings is becasue it seems to be a recurring event, there are different dates.Stiofan
Hi Van,
It is not possible to limit it to only one listing per zipcode (though with customisation you probably could)
You can however search by zipcode and it will order listings in order of distance to that zipcode.
Thanks,
Stiofan
Thanks for the info, it looks like that fixed he black screen issue. I have added a few dummy listings and removed a double map and it seems to look better:
http://sunshinebabysitting.com/blog/
http://sunshinebabysitting.com/blog/places/attractions/
http://sunshinebabysitting.com/blog/places/united-states/florida-1/orlando-3/attractions/longwood-gardens/Let me know how i can help further.
Thanks,
Stiofan
Ah, that sucks… I am not a fan of wordfence…
If you need help just let me know, i can usually debug anything with wp-admin and FTP details 🙂Stiofan
The links you showed me are in the description text so you would need a developer to strip the oembed then make the links links with nofollow.
Stiofan
These are really WP questions not GD questions, adding no follow to page content links would require a customisation.
If you add a link custom field they will be nofollow by default.
Thanks,
Stiofan
-
AuthorPosts