GaryKing
Member
Posted 5 years ago #
Hi there!
I am a fairly experienced PHP programmer (been working with PHP, mostly BBS's, for about 4 years now.) I just started blogging lately; been trying out all types of scripts to use, and decided on Wordpress since it's PHP and that's how I like it.
Anyhow, it's a great script, but one thing I do not like is that certain pages don't look too great in Opera browser.
Such as this: http://www.kinggary.com/screenshots/wordpress.png
I'm going to play around with the code and hopefully make it look right in Opera.
benjamin
Member
Posted 5 years ago #
Wow, I just tested it in Opera. Man, it is messy.
Mind you, I consider Opera to be the hybrid of IE and Mozilla. Some, well, quite a few elements are supported improperly.
It could be because of Opera's layout engine, because the page is valid and sticks to XHTML 1.0 Transitional standards.
GaryKing
Member
Posted 5 years ago #
The page actually is not valid - I got a few errors right away.
GaryKing
Member
Posted 5 years ago #
Check this out: (this is the same page as the one in first screenshot)
http://www.kinggary.com/screenshots/wordpress_errors.png
@Sushubh,
Hey, buddy...do you need a hug? ;) Are you sure it's not just The Sushubh Effect?
Perhaps someone could do an Opera admin stylesheet.
I had like that. :) LiteraryMoose did restyled WP Backend but well WP has grown a lot since then!
Anonymous
Unregistered
Posted 5 years ago #
the fix is to change this:
<fieldset id="blabla">
....
</fieldset>
to
<div id="blabla">
<fieldset>
...
</fieldset>
</div>
and everything works fine.
Anonymous
Unregistered
Posted 5 years ago #
in files: edit-form.php, edit-form-advanced.php
Thanks anon :). You have been digging deep into those files :)
Anonymous
Unregistered
Posted 5 years ago #
This hack works just fine, though the boxes seem a bit on the squished side and when viewing the page in Full Screen Mode (F11) the Categories Box navigates itself to the top of the page. Hopefully WordPress staff will develop a version that works as well on Opera as it does on other browsers.
Another thing to point out is IE's lack of CSS, which was unable to interpret my stylesheet appropriately so I'm trying to find a solution to that... Microsoft needs to spend more time on their browser!
"Microsoft needs to spend more time on their browser"
It's been dead for years as far as they are concerned.
Anonymous
Unregistered
Posted 5 years ago #
Wordpress looks bad in Opera 7.54 too...
I try to solve this easy bug by CSS or I try the features of Blog:CMS too...
Anonymous
Unregistered
Posted 5 years ago #
was this not fixed in 1.21 then?
Thanks for this one. Had been giving it a go myself, but no joy.