esserd
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing sidebar items in iNove templateJust solved it.
It is true that these default settings do not show up in widgets when you select the appropriate sidebar. However, it is simple enough to go into the sidebar.php file, find “archives” “categories” etc and delete out the section between the <div> …appropriate code… </div>.
Forum: Themes and Templates
In reply to: Yet another problem replacing the Kubrick header 2Martzee05,
I hesitate to tell you how I solved my problem since it took me so long to figure out an in retrospect was so obvious. Perhaps you have the same problem.
I am developing a blog and wanted to do it on my laptop first before signing up a server. So I followed the directions on the wp site and downloaded not only wordpress v2.6.3 (to C:\wordpress), but also xampplite which runs MySql and Apache. I downloaded that software to C:\xampplite.
My error was that I mistakenly thought I only had one version of wordpress on my machine and that it was at C:\wordpress\etc… So I made all my changes to the templates in that directory structure.
However, it turns out when you download xampplite you also download wordpress to something like C:\xampplite\htdocs\wordpress\etc. And this is where the wordpress software runs from. So for a full weekend I was making changes to the wrong styles.css file and it wasn’t until 3 days later it dawned on me to do a file search on my whole C drive to find all versions of kubrick_header.
Hope this helps though I suspect you’ve already checked this.
Forum: Themes and Templates
In reply to: Removing sidebar items in iNove templatemg12,
Thank you for the speedy reply.
Unfortunately when I change my widgets to east, south, or west I don’t show any widgets selected.
Incidentally, when I go to south_sidebar, I can select “Meta.” when I do that, I get a slightly more involved “Meta” section (a couple more links). But then when I remove the widget, I still get the default, smaller version of “Meta.” So these look to me to be two different things.
I have not studied PHP (yet), but am not totally clueless around code. If anyone could point me in the right direction about where I might go to remove that I code I’d be happy to take a shot at that.
Thanks everyone.
Forum: Themes and Templates
In reply to: Yet another problem replacing the Kubrick headerUh, nevermind. The operative template was under a different directory. Long story…
Forum: Themes and Templates
In reply to: Yet another problem replacing the Kubrick headerThank you for your speedy reply.
But alas, no luck. I tried this per another posting, and I tried it again at your suggestion, but that kubrickheader just won’t leave.
Maybe I inadvertently messed with pointers, but I don’t think so. Anything I should check?
One perhaps irrelevant hint is I also can’t see any other Themes I load into my wp-content/themes directory. I go to the WordPress theme directory, download the theme to wp-content/themes, but then when I open up dashboard/Design/Themes, the downloaded Themes aren’t there. Similarly, when I look to open a theme I downloaded from the “Select theme to edit” dropdown box, the downloaded themes aren’t there. Again, maybe this is irrelevant to this problem. But then again, I’ve tried so many other things who knows.