zeaks
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change "more" link in twenty ten themeThank you, that worked π
Forum: Themes and Templates
In reply to: Twenty Ten menu questionWeaver is a twenty ten child theme basically, so the code used would usually be the same, which it was. The validation errors have nothing to do with my issue. I really don’t know what’s so hard to understand “first and second submenus” but thanks for your reply I guess.
Forum: Themes and Templates
In reply to: Change "more" link in twenty ten themeYeah, I’ve read this a few times, as well as tried Aaron Jorbin tutorial on how he did it which just didn’t work for me, maybe something changed since wp3.0 was released, i dunno.
Just seems like a ridiculous amount of trouble just to change what one line says.
Forum: Themes and Templates
In reply to: Change twenty tens paragraph spacingNevermind, I figured it out right after I posted this, had to change the margin.
Forum: Themes and Templates
In reply to: Twenty ten widget style questionThank you π
Forum: Themes and Templates
In reply to: Twenty ten navigation text colorThe way Weaver works is, there’s a section in admin to add your own css rules, it adds them to the <head> section, I guess that’s why you’re seeing it there.
I thought it might have something to do with the cufon fonts i’m using, I believe it was you who helped me with a widget title issue earlier and that was the case.
Thanks though, I’ll look into it more.
I think I’ve figured it out, you were right about styles overriding it, just a different one, and the use of !important, thanks again.
Forum: Themes and Templates
In reply to: Twenty ten navigation text colorI’m using twenty ten weaver, usually adding !important will overide the admin option colors, but that code you linked is what I’ve added to the sub theme.
I’f I remove the
color:#495965 !important;from it, I’m still unable to change the hover over colors.#access a:hover {should change it normally shouldn’t it?Forum: Themes and Templates
In reply to: Widget title stylingThank you, it worked
Forum: Themes and Templates
In reply to: Widget title stylingI set up a test site for it.
http://test.zeaks.org/
ThanksForum: Themes and Templates
In reply to: Install ThemeIs the theme compatible with the newest wordpress? From what I’ve read….
If you got this Fatal error: Call to undefined function register_nav_menu() in /home/content,
Then thatβs mean the theme is not compatible with the current wordpress version.
There is a post here http://wordpress.org/support/topic/waht-happened-to-iblog2?replies=8 second last reply has a link to a newer version.
Forum: Themes and Templates
In reply to: stop shrinking custom header imagesWell you could add your own code to the theme for this function. Not every theme was made to be perfect for every user in every situation. I find twenty ten to be very flexible and easy to edit.
I suppose the reasoning behind it is if the image were smaller it would require the theme to auto adjust to the size of the header being used. I’m no coder but I would guess that is a fairly extensive bit of code, the same thing goes for the reason why the header is cropped to a certain size.
If you are using twenty ten, one way to get around this might be to try a theme called twenty ten weaver, which is alot like twenty ten but with more options. It has an option to choose what size you want the header to be, as well as many others. There is also 3 different flavors, one for beginners, one for advanced and one for theme creators.
Forum: Fixing WordPress
In reply to: Change text color in WP Events CalendarIt’s the bookmark button you have on that page, It’s pushing the month titles over. Add a space under it
<br>or something and your months should space perfectly.Forum: Fixing WordPress
In reply to: home page redirects to a page that was deletedDunno if this would cause it but. Are you using any sort of caching plugins? I remember I had one, forget the name, but it gave me issues with pages and posts sometimes similar to this.
Other than that, maybe an .htaccess file gone wrong?
Forum: Fixing WordPress
In reply to: home page redirects to a page that was deletedDid you set your home page to a different page that you want in admin>settings>reading ?
Forum: Themes and Templates
In reply to: stop shrinking custom header imagesYou could put the image you want on a colored background which is the proper size so it doesn’t get resized on upload.