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 » Sidebars & Widgets »

Widgets moved to top & bottom of page


  #1  
Old Aug 31, 2011, 09:05 AM
jewellce
 
6 posts · Aug 2011
My left sidebar widgets appear at the top of the page, and the right ones appear at the bottom of the page. I have a Facebook "like" button, a slideshow of photos and a tag cloud. Below is a link to an example (with left widgets inactive...scroll to the bottom to see the right one)

http://globalstudiesrap.colorado.edu/?page_id=726
  #2  
Old Aug 31, 2011, 01:54 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What code did you put in the header area?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Sep 1, 2011, 09:03 AM
jewellce
 
6 posts · Aug 2011
A friend coded it for me so as to conform to UC Boulder's branding. However, this problem is recent. The widgets/sidebars looked fine after the header changes, which makes me think it isn't caused by the changes to the header. But which .php folder(s) would you need to see the coding for?
  #4  
Old Sep 4, 2011, 11:39 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
let me ask again. What code do you have at ATO->Style & edit HEADER AREA->Configure Header Area?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #5  
Old Sep 12, 2011, 12:13 PM
jewellce
 
6 posts · Aug 2011
Quote:
Originally Posted by juggledad
let me ask again. What code do you have at ATO->Style & edit HEADER AREA->Configure Header Area?
%logo %bar2 %image %pages

That's all I have in the configure header area section.
  #6  
Old Sep 12, 2011, 03:04 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
did your friend change the header.php file? I think they did and that is messing up the pages.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #7  
Old Sep 13, 2011, 09:04 AM
jewellce
 
6 posts · Aug 2011
I know! That's why I asked which .php file you would need to see. If worse comes to worst and there is no way to have both my unique header and the widgets, I need to maintain the logo area with the search bar because of UC Boulder branding requirements. I'm attaching header.php and bfa_header_config.php
Attached Files
File Type: zip php files.zip (5.0 KB, 1087 views)
  #8  
Old Sep 13, 2011, 12:12 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
well your friend made a bunch of changes to bfa_Header_config.php. I would download a fresh copy of the theme and unzip it, and upload the fresh copy of bfa_header_config. php

Then I would use the theme options to style the header.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #9  
Old Sep 13, 2011, 02:11 PM
jewellce
 
6 posts · Aug 2011
I know he made a bunch of changes. If you know of any theme style options that will let me do what I have done to the header, I would love to hear them but neither him nor I could figure out a way. I must have the .png header that has the CU logo and says "Global Studies Residential Academic Program University of Colorado Boulder" and I need to have the search bar exactly as it is right now. Is there a way to do all that in theme options that we missed before? Thanks.
  #10  
Old Sep 13, 2011, 02:52 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Sure, you can add html to the 'Configure Header Options' so remove the %logo and replace it with
HTML Code:
<div id="logo area">
	<div valign="middle" class="logoarea-logo">
		<a href="http://globalstudiesrap.colorado.edu/">
			<img class="logo" id="mainLogo" src="http://globalstudiesrap.colorado.edu/wp-content/themes/atahualpa/images/banner_white.png" alt="Global Studies RAP" />
		</a>
	</div>
	<div id="searchBox">          
		<div id="culinks">
			<strong>CU:</strong> 
			<a href="http://www.colorado.edu/">Home</a> &bull; 
			<a href="http://www.colorado.edu/">A to Z</a> &bull; 
			<a href="http://www.colorado.edu/">Campus Map</a>
		</div>			            
		<form action="http://www.colorado.edu/search/custom/searchdirect.cgi" method="post">
			<input type="hidden" name="searchtype" value="http://www.colorado.edu/" />
			<input id="cusubmit" type="text" class="text" name="searchstring" placeholder="Search this Site..."/>
			<input id="cusubmitbutton" type="image" src="submit.png" value="Submit" border="0" /> 
		</form>			            
	</div>		
</div>
you do need to use a fresh copy of bfa_header_config. php and you still might need to tweak the positions, but there you go, and now it it is part of the theme options
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Tags
sidebars, widgets



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Sidebar suddenly moved inside of main part of the page... grabutty Sidebars & Widgets 1 Jul 2, 2010 03:59 PM
Top and bottom images for widgets clemon79 Sidebars & Widgets 4 May 17, 2010 11:25 AM
Added Widgets to Header area and now Widgets won't go away from Widgets page kippiper Header configuration & styling 5 Nov 12, 2009 04:33 PM
Body of page being moved in to left sidebar? Zaza Sidebars & Widgets 0 Nov 5, 2009 01:54 PM
Widgets appearing on sidebar and on the bottom of new posts dyertribe Sidebars & Widgets 3 Jul 22, 2009 03:25 AM


All times are GMT -6. The time now is 02:59 PM.


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