hezekiah
Forum Replies Created
-
AuthorPosts
-
Thanks for the reply. Pls add a location for the search page. Instead of “food”, make use of “food” in “”Lagos”. You will notice the title bar region is larger and not orderly. as in this link:
http://www.trustorrun.com/?geodir_search=1&stype=gd_place&s=food&snear=lagos&sgeo_lat=6.5243793&sgeo_lon=3.379205700000057Yon can compare with the one you sent.
Pls compare the title bar of the two pics. The first is from the details page and the second from the search page.
This reply has been marked as private.This reply has been marked as private.DEfault.
But will love to return to previous page before login. ThanksThanks for the reply.
Tried the above code. It works only when the users try to login directly. It however doesnt work when the login is called from within a post. This still refers the user to the wordpress default dashboard. I tried this code instead and it seems to work:function custom_login_page() {
$new_login_page_url = home_url( ‘/gd-login/’ ); // new login page
global $pagenow;
if( $pagenow == “wp-login.php” && $_SERVER[‘REQUEST_METHOD’] == ‘GET’) {
wp_redirect($new_login_page_url);
exit;
}
}if(!is_user_logged_in()){
add_action(‘init’,’custom_login_page’);
}The only problem is that users are not redirected back to the previous page before they logged in. They are redirected to their profile page instead. any help pls. Thank you.
I meant redirecting the wp-login.php page to the /gd-login. Havnt been able to figure out the code. thanks
This reply has been marked as private.Thanks for the reply. Disabling theme my login fixed the issue. However, how do i redirect the wordpress login page to gd login. Thanks
This reply has been marked as private.This reply has been marked as private.fixed. thanks.
Thanks. Will be expecting the fix. Have the same issues. The location page acting as home page after switching from everywhere. Waiting patiently.
Thanks for the reply. The vars didn’t work with yoast seo and search engines not picking it.
For example, used-
Top %%term_title%% %%in_location%% %%sep%% %%sitename%% for place categories metabut search engines only picked-
Top %%term_title%% %%sep%% %%sitename%%without showing the location name. So instead of “top hospitals in miami:Sitename” I get “top hospitals:sitename”.
Am I missing a detail. And what is the differnce btw these variables: %%location%%, %%in_location%%, %%in_location_single%%, %%location_single%%. Thank you.I am not using the beta version of yoast seo. However, just updated from 2.2 to 2.3.5
Thanks. Expecting a response.Thank. Worked perfectly.
-
AuthorPosts