js09
Forum Replies Created
-
Forum: Themes and Templates
In reply to: what could be causing this margin error in IE?Still trying to figure this out =)
thanksForum: Plugins
In reply to: best plugin that allows anyone to submit content?bump
Forum: Themes and Templates
In reply to: How can I give the default search widget a style?update, the code does work in FF! It must have been before my browser wasn’t updating the code (how can i fix that cashe problem?)
thanks. but i’m still wondering where on earth that code is coming from.
Forum: Fixing WordPress
In reply to: trying to change ‘recent posts’ to ‘recent tutorials’moshu and handysolo = awesome! thanks.
Forum: Your WordPress
In reply to: My tutorial site! Check it out.actually yeah im planning on doing other tutorials in the future. when i do, i’m going to make a whole new skin. this was my first time making a theme since i just recently learned CSS.
also, what do you mean when you say title area? the header?
thanks for the reply.
Forum: Themes and Templates
In reply to: How can I give the default search widget a style?ok, my fault guys. the code does work however it does NOT work for firefox (which I use). I tested it in IE and it is fine. Any ideas how I can get this to work in FF?
And please let me know where you are getting this code:
<ul class=”sidebar_list”>
<li id=”search” class=”widget widget_search”> <form id=”searchform” method=”get” action=”https://niftytutorials.com”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” value=”Search” />
</div>
</form>Thanks guys.
Forum: Fixing WordPress
In reply to: the word ‘Array’ is appearing everywhere in the dashboardi went into the ftp and deleted the entire folder, then deleted the database that was associated with it. i then downloaded the latest version of WP and made a new database (with a different name) and uploaded it. I have WP make the tables for me.
i just tried to make a post (i highlighted all the ‘Array’s and removed them) but the post never showed up. i chose the publish option but when i went to hit ‘save’ it refreshed and the default option for ‘draft’ was selected.
Forum: Fixing WordPress
In reply to: the word ‘Array’ is appearing everywhere in the dashboardi just got done deleting a previous (unused version) of wordpress 2.1.3, could that be the reason why? i deleted and re-created the databases though. i’m running 4.1.21-standard
Forum: Fixing WordPress
In reply to: trying to change ‘recent posts’ to ‘recent tutorials’hmm, in my sidebar I see “<h2>Recent Entries</h2>” but on my site it simply just says “Recent Posts”
Forum: Fixing WordPress
In reply to: trying to change ‘recent posts’ to ‘recent tutorials’I checked the sidebar, nothing is in there. I also checked functions.php.
I’m using a modified version of the cutline theme. Thanks.
Forum: Themes and Templates
In reply to: How can I give the default search widget a style?deralaand, that’s fine but I dont know where to add the table. where is the widget code for the search box?
otto42,
according to web developer tool bar, there is no CSS divs/classes attached to the search bar. I tried your code but it did not work.Any other ideas? Thanks.
Forum: Fixing WordPress
In reply to: trying to change ‘recent posts’ to ‘recent tutorials’anyone? I’m sure it’s not too hard but i’m stuck =)
Forum: Your WordPress
In reply to: My tutorial site! Check it out.anyone?
Forum: Fixing WordPress
In reply to: Sidebar widgets – how do I remove title bar/header.widget_recent_entries .widgettitle {
display: none;
}
i replaced ‘recent_entries’ with ‘links’ it works great!however i have more than 2 link sets, each with there own title area. what CSS could i use to only removes the widget title for a specific link set?
thanks
thanks man