anything else?
:/
I’m just trying to fix the nav buttons. They cannot seem to work
without anything to look at:
- usually specify exact image size in style.css as a structure element (note that exceeding 800px on fixed width themes can cause them to break in some browsers)
- find the related code and move it
- if you have a widgetized sidebar, drag and drop the widget …if not then cut the code and paste it whrever you want it
- no idea what asides are but see 3 above
I’m using a heavily modified version of TMA on one of my sites, here: http://www.tentwostudios.com
I found it very simple to tweak the placement of elements in this theme, so yes, most of what you describe is possible.
Be aware that out of the box, the large header image is attached to that first article linked right under it—so, it’s designed to change as your content changes.
Thread Starter
ali-p
(@ali-p)
Thanks everyone. I’m not exactly sure how to change the header image size… I’ve viewed the files, but I’m kinda stuck on how to change that.
As well, what code do I use to call the blogroll? I viewed the codex, but there doesn’t seem to be a current code for it, it looks like they’re all being discouraged from use with the latest release.
Thread Starter
ali-p
(@ali-p)
Hi again, I made it live to make helping me easier.
I haven’t changed much of anything yet, but I’m getting this error above the “latest entry”:
WordPress database error: [Table ‘ali_new.wp_categories’ doesn’t exist]
SELECT cat_ID FROM wp_categories WHERE cat_name=’Asides’
WordPress database error: [Table ‘ali_new.wp_categories’ doesn’t exist]
SELECT cat_ID FROM wp_categories WHERE cat_name=’Featured’
And this error where the categories should be:
WordPress database error: [Table ‘ali_new.wp_categories’ doesn’t exist]
SELECT cat_ID FROM wp_categories WHERE cat_name=’Asides’
WordPress database error: [Table ‘ali_new.wp_categories’ doesn’t exist]
SELECT cat_ID FROM wp_categories WHERE cat_name=’Featured’
Are you running WP 2.3? If so, you should do a search here in the forums for wp_categories doesn’t exist—I believe there’s been some discussion about this.
wp_categories doesn’t exist in the 2.3 database, so the theme might have to be updated to pull the right information.
A lot of your questions are easy to change in the css.
The header:
You can find it in the css. It’ s called #topbanner
‘#topbanner {style.css (line 55)
background:transparent url(images/bg/home_banner.png) no-repeat scroll 0%;
border-bottom:1px solid #999999;
height:70px;’
Just change the height into:181px; end add an width:850px;
Go to the imagemap and get rid of the standaard image, replace it for yours. Make sure you use the same name as the standaard image; home_banner.png
You can use (morzilla)”firebug”-add on to seach for the right elements in the template that you want tot change. Firebug is very helpful.
To change te position of the search menu, you also have to make some changes in the css. It’s possible that your seach menu dissapears, because its positioned under your header(becouse your header is bigger then the standard).
I think you should read more about css. Download firebug ad you ‘ll be ok:)