anavy
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Recommend a HostForum: Fixing WordPress
In reply to: Change from wp 1.2.2 to 1. 5 beta breaksI’m having the same problem with upgrading from WP122 to WP15b1.
Forum: Fixing WordPress
In reply to: Language FilesForum: Themes and Templates
In reply to: can’t change scrollbarsTry changing your scrollbars CSS definition from:
body {...to:html, body {...Forum: Fixing WordPress
In reply to: scroll bar CSSUse html{} instead of body {} for the Scrollbars declarations.
Forum: Fixing WordPress
In reply to: hebrew font choicesI’m using Arial as my site font. It support the Hebrew Character set
on Windows OS’s that are distributed in Israel. If you can read
my blog, you should have it installed.Forum: Plugins
In reply to: styleswitcher.js implementationIt’s working fine for me. I have 1 master css file + 4 themes. The HTML code is:
<link rel="stylesheet" type="text/css" media="all" href="myfiles/main.css" />
<link rel="stylesheet" type="text/css" media="screen" href="myfiles/blue.css" title="Default" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="myfiles/brown.css" title="brown" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="myfiles/green.css" title="green" />
<link rel="alternate stylesheet" type="text/css" media="screen" href="myfiles/moz.css" title="moz" />
<link rel="stylesheet" type="text/css" media="print" href="myfiles/print.css" />
As you can see, 1 theme (blue) is defined as a “stylesheet” – not as an “alternate stylesheet”, so
it will always load if no choice or cookie are set.Forum: Fixing WordPress
In reply to: Ran Out Of MemoryI know Dreamhost as a very reliable & professional Hosting provider.
I’m working with them for more than 4 years now, and never had a
real problem. Their bundles are always upgraded and the price tag
+ service are excellent. They hosted my b2 blog, and now, they host
my WordPress blog + an extra test blog. If they think that WordPress
is a memory hog, we must listen and check why.
Saying that, one should know that Dreamehost are very strict with
security and blocked some PHP functions (like passthru etc.) to prevent
hacking when you run PHP as an Apache module. I switched to running PHP
as PHP-CGI and everything is OK + no function is blocked (that’s running
PHP in your “private” space). The process of switching is easy & painless, and
is done from the Panel: Domains ->> Web ->> edit (your domain). Check the
box next to “Run PHP as CGI?” and hit Save. You can read about the Pros & Cons
of this method here: https://panel.dreamhost.com/kbase/?area=2933Forum: Fixing WordPress
In reply to: It’s “War of the Words” all over againI’m not T.S. Eliot, just a poor “alien”…
Did you mean “What place is this, what region, what quarter of the world?” The world is great, my friend, even greater then Wordpess.Forum: Fixing WordPress
In reply to: Comment: Popup and full page ?Try doing it like this:
"><?php comments_number('Comments (0)', 'Comments (1)', 'Comments (%)'); ?>Forum: Fixing WordPress
In reply to: Comment: Popup and full page ?Sure, you can use both comments_link() and comments_popup_link(), I used to have both once. You have to enable comments_popup_script(); (in the head section) by removing the “//” that are placed in front of it.
Forum: Everything else WordPress
In reply to: Good Web HostTry http://dreamhost.com/ . For your $9.95 per month you will get a lot more then you asked for.
I’m working with them for 4 years now, and they are Super reliable.Forum: Your WordPress
In reply to: Amidst the madness – my attemptkoads, I’ve just resent the file to you.
Forum: Your WordPress
In reply to: Amidst the madness – my attemptkoads, did you receive the css file?
Forum: Your WordPress
In reply to: Amidst the madness – my attemptkoads:
I’ve tinkered your CSS file in several places (not very elegantly), killed some paddings and used the “!important” toggle for some values that Mozilla sees and IE don’t.
It look OK now on IE6, Mozilla 1.6 and Firefox .8 but I need some mail address for passing it to you…