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 »

[SOLVED] Wordpress admin bar does not show up


  #1  
Old Apr 14, 2014, 12:11 PM
drongo
 
27 posts · Sep 2009
[SOLVED] Wordpress admin bar does not show up

Hi,

for a while now I live with an error on my page (http://berlin.culinaryroutes.com). I guess it was after the WP-update 3.8.0 or 3.8.1. and Atahualpa 3.7.12 or later. I run a multisite, all using Atahualpa and more or less the same PlugIns.

There are two problems: 1. The Admin-Bar does not show up at the top of the page when I am logged in - but I get the edit-buttons under my posts and there is a gap at the top of the page - here I normally see the admin bar. 2. The widgets of the WP Geo Plugin (adds geo-data to posts and show them on maps) does not show a map.
If I deactivate all plugins, it is the same, the bar is not visible.
But: if I change the theme, everything works well: I got the bar and WP geo shows the map.
Now I updated everything to WP 3.8.2 and Atahualpa 3.7.15. Nothing changed.

One curiosity: if I want to update, I need to deactivate all plugins in every page. Else it will give me an error, if I open the network-page: "Fatal error: Call to undefined function wp_get_current_user() in /var/www/web116/html/wp-includes/capabilities.php on line 1342"
But I dont think that has something to do with the Atahualpa-problem.

I took a look at the source code of my page (http://berlin.culinaryroutes.com) and another, similar page (http://www.gocart-online.com) and compared the codes of logged-in and logged-out status. And voila - I am missing the part of the admin-menu at the end.
The bottom of the code (logged in) of culinary routes:
Code:
<!-- / Right Sidebar -->

</tr>
<!-- / Main Body -->


</table><!-- / layout -->
</div><!-- / container -->
</div><!-- / wrapper -->

</body>
</html>
The bottom of the code (logged in) of goCart:
Code:
<!-- / Right Sidebar -->

</tr>
<!-- / Main Body -->
<tr>
[ ... deleted some stuff ]
	<script type="text/javascript">
		(function() {
			var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');

			request = true;

			b[c] = b[c].replace( rcs, ' ' );
			b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
		}());
	</script>
			<div id="wpadminbar" class="nojq nojs" role="navigation">
			<a class="screen-reader-shortcut" href="#wp-toolbar" tabindex="1">Springe zur Werkzeugleiste</a>
			<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Obere Navigationswerkzeugleiste" tabindex="0">
				<ul id="wp-admin-bar-root-default" class="ab-top-menu">
		<li id="wp-admin-bar-wp-logo" class="menupop"><a class="ab-item"  aria-haspopup="true" href="http://www.gocart-online.com/wp-admin/about.php" title="Über WordPress"><span class="ab-icon"></span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-wp-logo-default" class="ab-submenu">
		<li id="wp-admin-bar-about"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/about.php">Über WordPress</a>		</li></ul><ul id="wp-admin-bar-wp-logo-external" class="ab-sub-secondary ab-submenu">
		<li id="wp-admin-bar-wporg"><a class="ab-item"  href="http://wordpress.org/">WordPress.org</a>		</li>
		<li id="wp-admin-bar-documentation"><a class="ab-item"  href="http://codex.wordpress.org/">Dokumentation</a>		</li>
		<li id="wp-admin-bar-support-forums"><a class="ab-item"  href="http://forum.wpde.org">Support-Foren</a>		</li>
		<li id="wp-admin-bar-feedback"><a class="ab-item"  href="http://wordpress.org/support/forum/requests-and-feedback">Feedback</a>		</li></ul></div>		</li>
		<li id="wp-admin-bar-site-name" class="menupop"><a class="ab-item"  aria-haspopup="true" href="http://www.gocart-online.com/wp-admin/">goCart e.V.</a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-site-name-default" class="ab-submenu">
		<li id="wp-admin-bar-dashboard"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/">Dashboard</a>		</li></ul><ul id="wp-admin-bar-appearance" class="ab-submenu">
		<li id="wp-admin-bar-themes"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/themes.php">Themes</a>		</li>
		<li id="wp-admin-bar-customize" class="hide-if-no-customize"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/customize.php?url=http%3A%2F%2Fwww.gocart-online.com%2F%3Fpage_id%3D285">Anpassen</a>		</li>
		<li id="wp-admin-bar-widgets"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/widgets.php">Widgets</a>		</li>
		<li id="wp-admin-bar-menus"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/nav-menus.php">Menüs</a>		</li></ul></div>		</li>
		<li id="wp-admin-bar-updates"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/update-core.php" title="2 Plugin-Updates"><span class="ab-icon"></span><span class="ab-label">2</span><span class="screen-reader-text">2 Plugin-Updates</span></a>		</li>
		<li id="wp-admin-bar-comments"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/edit-comments.php" title="0 Kommentare warten auf Moderation"><span class="ab-icon"></span><span id="ab-awaiting-mod" class="ab-label awaiting-mod pending-count count-0">0</span></a>		</li>
		<li id="wp-admin-bar-new-content" class="menupop"><a class="ab-item"  aria-haspopup="true" href="http://www.gocart-online.com/wp-admin/post-new.php" title="Hinzufügen"><span class="ab-icon"></span><span class="ab-label">Neu</span></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-new-content-default" class="ab-submenu">
		<li id="wp-admin-bar-new-post"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/post-new.php">Beitrag</a>		</li>
		<li id="wp-admin-bar-new-media"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/media-new.php">Datei</a>		</li>
		<li id="wp-admin-bar-new-link"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/link-add.php">Link</a>		</li>
		<li id="wp-admin-bar-new-page"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/post-new.php?post_type=page">Seite</a>		</li>
		<li id="wp-admin-bar-new-user"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/user-new.php">Benutzer</a>		</li></ul></div>		</li>
		<li id="wp-admin-bar-edit"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/post.php?post=285&action=edit">Seite bearbeiten</a>		</li></ul><ul id="wp-admin-bar-top-secondary" class="ab-top-secondary ab-top-menu">
		<li id="wp-admin-bar-search" class="admin-bar-search"><div class="ab-item ab-empty-item" tabindex="-1"><form action="http://www.gocart-online.com/" method="get" id="adminbarsearch"><input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" /><input type="submit" class="adminbar-button" value="Suchen"/></form></div>		</li>
		<li id="wp-admin-bar-my-account" class="menupop with-avatar"><a class="ab-item"  aria-haspopup="true" href="http://www.gocart-online.com/wp-admin/profile.php" title="Mein Benutzerprofil">Willkommen, goCart Admin<img alt='' src='http://0.gravatar.com/avatar/09c3dcd6e9173d5203bdd467a274ee10?s=26&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D26&amp;r=G' class='avatar avatar-26 photo' height='26' width='26' /></a><div class="ab-sub-wrapper"><ul id="wp-admin-bar-user-actions" class="ab-submenu">
		<li id="wp-admin-bar-user-info"><a class="ab-item" tabindex="-1" href="http://www.gocart-online.com/wp-admin/profile.php"><img alt='' src='http://0.gravatar.com/avatar/09c3dcd6e9173d5203bdd467a274ee10?s=64&amp;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /><span class='display-name'>goCart Admin</span><span class='username'>admin</span></a>		</li>
		<li id="wp-admin-bar-edit-profile"><a class="ab-item"  href="http://www.gocart-online.com/wp-admin/profile.php">Profil bearbeiten</a>		</li>
		<li id="wp-admin-bar-logout"><a class="ab-item"  href="http://www.gocart-online.com/wp-login.php?action=logout&_wpnonce=0bdf410c56">Abmelden</a>		</li></ul></div>		</li></ul>			</div>
						<a class="screen-reader-shortcut" href="http://www.gocart-online.com/wp-login.php?action=logout&_wpnonce=0bdf410c56">Abmelden</a>
					</div>

		</td>


</tr>
</table><!-- / layout -->
</div><!-- / container -->
</div><!-- / wrapper -->
</body>
</html>
Why is Atahualpa not writing this code (and maybe some of the WP Geo-code).
I also tested some of the default styles for Atahualpa, like ata-default.txt. But no change. I did NOT do a "Reset ALL theme options". I dont know what it does exactly and if I can remember everything... If you say this might be necessary, I will try.

Greetings,
Drongo
  #2  
Old Apr 27, 2014, 02:23 PM
drongo
 
27 posts · Sep 2009
No idea? Even the newest big version of WP does not change anything.
  #3  
Old Apr 27, 2014, 02:26 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
did you try swapping to a different theme to see if it is theme related?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Apr 27, 2014, 02:34 PM
drongo
 
27 posts · Sep 2009
Yes, I tried another theme and everything worked well. That is why I posted it at this board and not at WP.
  #5  
Old Apr 27, 2014, 04:08 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Go to the Atahualpa theme options for the following sections and hit save on each one
1) Style & edit HEADER AREA
2) Style & edit CENTER COLUMN
3) Style & edit FOOTER

and that should get it back
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Apr 27, 2014, 07:23 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Not related to this issue... I would suggest setting the background to fixed. This is personal preference but thought I would throw the idea out.
__________________
~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.
  #7  
Old Apr 28, 2014, 02:26 AM
drongo
 
27 posts · Sep 2009
Hey wow - that did it - thanks a lot!!
Quote:
Originally Posted by juggledad
Go to the Atahualpa theme options for the following sections and hit save on each one
1) Style & edit HEADER AREA
2) Style & edit CENTER COLUMN
3) Style & edit FOOTER
And I fixed the background. Good idea.

Best wishes from germany!

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Updated wordpress/atahualpa - website not showing (wp-admin.install.php) Puk New Versions, & Updating 1 Oct 10, 2012 09:11 PM
Admin Bar Missing With Wordpress 3.3.1 & Atahualpa 3.5.3. HELP!? msj484 Header configuration & styling 8 May 4, 2012 07:29 AM
Wordpress Admin Link blueprairie Atahualpa 3 Wordpress theme 1 Apr 13, 2010 01:47 PM


All times are GMT -6. The time now is 05:02 AM.


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