deank
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: FontsYou could use CSS code within
<P>
tags — there’s a lot of font info in the Codex: Playing With Fonts or see the whole section on Blog Design and Layout.Maybe something like:
<p style="font-size: 150%;">Larger Font In This Paragraph</p>
You’d have to be aware though of font issues between browsers — plenty of links on the Playing With Fonts page.
Forum: Plugins
In reply to: AdSense Deluxe and 2.1.2Using WP 2.1.3, and AdSense-Deluxe, no problems here – but in Dashboard > Users > Your Profile I have the box UN-checked for “Use the visual editor when writing” — that works for me.
As far as I know, it’s a problem with the visual editor. I’ve turned it off in both my blogs, and have no problems. I was having that kind of problem before I turned off the visual editor option in my profile.
I’ve even used this plugin to add in some other javascript code to the post, not just AdSense ads!
Forum: Themes and Templates
In reply to: Adsense on Firefox and IEThere is no site here … just the ISP’s domain parked page.
Forum: Fixing WordPress
In reply to: Next Page not working, only on main blog indexrudolf45 — yes, it does work when I remove the static front page setting and just have my latest blog posts!
If it’s an old bug, does that mean I wait until it’s fixed in an upcoming release, or is there a fix/solution in the meantime?
Many thanks for identifying the problem! I’d tried turning off plugins, but not changing static homepage setting (using 2.1.3).
Forum: Fixing WordPress
In reply to: Next Page not working, only on main blog indexI’m still having the same problem with the issues described above, any help would be very much appreciated, thanks!
Forum: Fixing WordPress
In reply to: update database? (version 2.1.2)It may not be related, but I had a problem updating the database when in Firefox — the update database simply looped back to the page that told me I needed to update…
It turned out I had a Firefox add-on/extension that was in conflict — Redirect Remover — support note is here:
Forum: Fixing WordPress
In reply to: Mini loop links to recent posts and pagesHandySolo, that worked perfectly, thank you!
Yes, I wasn’t sure how to make it posts only — your help is really appreciated!
Another great reason to love WP open source… thanks muchly from Melbourne downunder!
Forum: Fixing WordPress
In reply to: Cannot strip li coding from category listingThanks Otto42, this worked! The Codex page for this template tag had no info for the style parameter, so I hadn’t yet been able to use that until your suggestion.
This way changes the
<li>
and</li>
into a<br />
— which is exactly what I needed!Thanks again!
Forum: Fixing WordPress
In reply to: Cannot strip li coding from category listingAny thoughts on this one?
Forum: Fixing WordPress
In reply to: Page Order Problem – Please help!The best answer I found for this problem was to edit the sidebar.php file with the information in the following thread:
https://www.ads-software.com/support/topic/44863
That way I didn’t have to look at using spacing in the title of each page.
Forum: Fixing WordPress
In reply to: Page Order in SidebarThank you! After searching through a dozen or so forum threads, this solution worked best. Until I added the extra:
&sort_column=menu_order
into the wp_list_pages php code, I could only have an alphabetical list of results.
Forum: Fixing WordPress
In reply to: Blix showing protected page contentThanks for letting me know ges.
I have a feeling it is related to the
BX_functions.php
file, and the coding in that file, but I am yet to be able to compare that with what occurs in other themes that achieves the same thing to see what’s missing.
I like the theme and would like to use it if I can get around this issue!
Forum: Installing WordPress
In reply to: How To Upgrade From 1.5 to 1.5.1.3?My only 1.5 > 1.5.1.3 issue was the .htaccess file — I followed the online upgrade instructions and deleted it, then noticed permalinks didn’t work. I used the WP forums here though to search and find the answer, took me about 5 minutes.
Silly me then restored my old .htaccess file, which didn’t help either! I simply generated a new one, and cut-and-pasted the results into the new file and ftp’d them online — checked my permissions were all okay — and viola!
Not really an issue when the Support Forums were already covering the topic (especially with the popular topics on the Forum home page having larger text — the 404 error I was getting was common at the time I upgraded a few weeks ago).
Dean Happy WP User!