xaper
Forum Replies Created
-
AuthorPosts
-
Hi Kor,
Thanks for your reply too.
I had 5 places “corrupted”. I don’t know the reason. I made them again and now it works fine.
But if you take a look at the map, you can see at the top that the top markers are like hidden. (See image)
How can i make them visible? Maybe by css?
This reply has been marked as private.This reply has been marked as private.Hi Kiran!
The plugin is exactly what i needed, thank you very much!
Solved!!!
Hi
I just need the site is protected by a password, so only registered users can visit the web.
When i make the login page as home page, i can still see the menu at the top, amb any user can jump the registration.
Maybe i’m complicating the solution.
Thanks,
xavi
Done!
Still not working…
Thanks
This reply has been marked as private.This reply has been marked as private.Hi
I’m already suscribed. How can i get the support?
I’m really in a hurry.
Many thanks,
Xavi
OK, it’s already verifyed.
Xavi
More info:
i’ve made a html redirection:“<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″>
<meta http-equiv=”refresh” content=”0;URL=http://quientieneque.es/wp-login/”>
</head>
<body>
</body>
</html>”But, when i make a search, appears the wp-login page instead the listing.
Is it correct?
Thanks again,
Xavi
Hi
Thanks for your answer.
I’m working with V1. When i update to V2 everything goes out of place, modules disappear… and i have no time, at this moment, to rebuild the whole web. I’ll do it later, but i need to publish the current web as soon as posible.
Is there any thing i can do in V1?
Thanks,
xavi
I have tried with this code but the result is the same:
“add_action(‘init’ , ‘geodir_redirect_to_default_login’) ;
function geodir_redirect_to_default_login()
{
if(isset( $_REQUEST[‘geodir_signup’]))
{
wp_redirect(home_url().’/http://quientieneque.es/wp-login’);
exit();
}
}”Please, help me! 😉
-
AuthorPosts