msadventures
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: making (kubrickheader.jpg) click able to main site’s pageI found this bit of code in an answer when I asked the same question for the same theme…this is for Kubrick, but again, not sure which version of the theme you’re using so don’t know for sure that this will work for you.
<div id="headerimg"onclick="location.href='http://yoursite/';" title="Return to Homepage"; style="cursor: pointer;">If that doesn’t work, do a search for clickable header, I’m sure you’ll find the answer.
Forum: Fixing WordPress
In reply to: making (kubrickheader.jpg) click able to main site’s pageWhat version of the theme are you using?
Forum: Fixing WordPress
In reply to: is it possbileYes. You enter the code for the ads/buttons into the sidebar.php page.
Forum: Fixing WordPress
In reply to: How to transfer SQL Database?Ask the tech support at your host to help, that’s how I had to do mine when I moved.
Forum: Fixing WordPress
In reply to: Apostrophe displays as /’Ask your host, or whoever set up the site for you, whether your server is windows or Linux. You’ll find that wordpress runs much better on a Linux server, that is the only fix that I know of.
Forum: Themes and Templates
In reply to: Color ProblemAqua, white, and gray
Forum: Your WordPress
In reply to: New template from scratch – would love some feedbackI quite like it. Generally speaking I find non-traditional blog formats to be a little confusing to maneuver, at least on first sight, but yours is very easy, interesting and clean.
Forum: Fixing WordPress
In reply to: Apostrophe displays as /’I’ve had that same issue…what kind of server is your site hosted on, Windows or Linux?
Forum: Your WordPress
In reply to: Your opinions and thoughts please?Yes, that is better. 🙂
Forum: Your WordPress
In reply to: Personal site, theme suggestionsYou can see a test run of the themes there on themes.wordpress.net – I believe the link to do so is there under the thumbnail of the theme – but as far as I know if you want to see it on your site, then yes, you have to upload the theme into your content folder and activate it in the presentation menu to see specifically how your site will look with it.
I was having this problem last night, with WordPress switching back to the default theme, while I was working on a new theme for my website. I had the new theme up, I would make some changes, upload whatever page I had changed, and the theme would just randomly switch back to default.
I don’t have the new theme up now so I don’t know if that had anything to do with it but I hadn’t had that problem until last night while working on the theme.
I’m also running on 2.0.6.
Forum: Your WordPress
In reply to: FEEDBACK WANTED: new design / theme launchedWow. First thing is, your site is really LOOONG. Long sidebar, and too many posts showing on one page – which is probably contributing to the long load time you mentioned. Too much scrolling to get to the bottom of a page is really annoying. The dropdown menu may help a litle with the length of the sidebar, but with so much in that one sidebar, I personally would consider a three column theme.
Other than that – yes, the site is very clean and neat. 🙂
Forum: Your WordPress
In reply to: Personal site, theme suggestionsHave you tried the theme viewer?
Why such an old version of WP? We’re on 2.0.6 now, I believe.
Forum: Your WordPress
In reply to: Cooking-Board.comCan’t help out with that part about the subcategories, as I’ve never used them myself. Of course it would be in the sidebar section, but beyond that, I’m not sure. 🙂
Forum: Fixing WordPress
In reply to: links are not showing upThis is the part for your links:
a {color: #ffffff; text-decoration: none; }
a:visited { color: #17397A; text-decoration: none; }
a:hover { color: #17397A; text-decoration: underline; }That #ffffff is white, so look in all the places in the code that have the “a” with that color and change it to something else.