Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] Registration, log in, and password recovery pages not available


  #1  
Old Oct 27, 2011, 10:59 AM
JulesG
 
47 posts · Sep 2011
[SOLVED] Registration, log in, and password recovery pages not available

My blog doesn't show any registration, login and password recovery possibilities. And I haven't found any option to enable them.

Using the "Social Connect" plugin, I was able do add registration using social networks IDs but I still don't have registration using user name and password, nor login or password recovery.

I tried the "Theme My Login" plugin and it doesn't add anything.

Could it be because I use my own code for the header and menu ?

Using Wordpress 3.2.1 and Atahualpa 3.6.7.

Here is the URL of my work-in-progress blog:
http://julesgobeil.com/wpfr/

Thanks for your help
Jules
  #2  
Old Oct 27, 2011, 04:16 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
When you say you used your own code for the header and menu where did you put that code?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Oct 28, 2011, 06:04 AM
JulesG
 
47 posts · Sep 2011
Thanks for your interest.

Both header and menu code are in Add HTML/CSS INSERTS - HTML Inserts: Header. The tags are in Add HTML/CSS INSERTS - CSS Inserts. It is the code used in my other Web site pages and it works very well.

HTML Code:
<header>

	<div class="logo_container">
		<h1 class="logo"><a href="../index.php"><span class="logo_alt">Jules Gobeil Photographe de la nature</span></a></h1>
	</div>

	<nav>
		<div class="menu_container"><p class="menuitems"><a class="menuitem alpha" href="../site_web_3/sw3_en/galleryindex.php">English/Anglais</a><a class="menuitem" href="../site_web_3/index.php">Accueil</a><a class="menuitem" href="../../site_web_3/sw3_fr/galleryindex.php">Photos</a><a class="menuitem" href="../../site_web_3/sw3_fr/about.php">A propos</a><a class="menuitem" href="../../site_web_3/sw3_fr/services.php">Services</a><a href="">Blog</a>
<a class="menuitem omega" href="../../site_web_3/sw3_fr/contact.php">Contact</a></p></div>
	</nav>

</header>
Regards
Jules
  #4  
Old Oct 28, 2011, 07:08 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
That area is meant for code that isn't visible. You should put that code in
HTML Inserts: Body Top

Also any code you do put in that box shouldn't have the <header> tags. That would put <header> tags inside <header> tags.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Oct 28, 2011, 08:04 AM
JulesG
 
47 posts · Sep 2011
Thanks for your help. It is much appreciated.

I moved the code to HTML Inserts: Body Top and it still works fine. However, removing the <header> tags causes problems since I lose all formatting.

Also, I still don't have any login-register info.

Any sugestions ?

Regards
Jules

Last edited by lmilesw; Oct 28, 2011 at 08:09 AM.
  #6  
Old Oct 28, 2011, 08:20 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
I was mistaken about the header tags. I was thinking of head tags. What I would do though instead of <header> use something like the following and change your CSS to reflect the change.
HTML Code:
<div id="header-info">
<div class="logo_container">
		<h1 class="logo"><a href="../index.php"><span class="logo_alt">Jules Gobeil Photographe de la nature</span></a></h1>
	</div>

	<nav>
		<div class="menu_container"><p class="menuitems"><a class="menuitem alpha" href="../site_web_3/sw3_en/galleryindex.php">English/Anglais</a><a class="menuitem" href="../site_web_3/index.php">Accueil</a><a class="menuitem" href="../../site_web_3/sw3_fr/galleryindex.php">Photos</a><a class="menuitem" href="../../site_web_3/sw3_fr/about.php">A propos</a><a class="menuitem" href="../../site_web_3/sw3_fr/services.php">Services</a><a href="">Blog</a>
<a class="menuitem omega" href="../../site_web_3/sw3_fr/contact.php">Contact</a></p></div>
	</nav>
</div>
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] How to customize Login, Registration and Lost Password with wp-customized-lo fromtheranks Plugins & Atahualpa 15 Apr 24, 2012 03:24 PM
Atahualpa 3.6.4 & Password Protected Pages olsonsp4c Atahualpa 3 Wordpress theme 0 Apr 9, 2011 11:47 AM
Password pages - no help from WordPress so far MisterNobby Center area post/pages 1 Sep 17, 2010 04:29 PM
Where is registration? paulae Atahualpa 3 Wordpress theme 0 Mar 17, 2009 07:20 AM


All times are GMT -6. The time now is 12:26 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.