Royale 1.3
Theme info
An elegant 4x widget-ready two/three-column fluid-width WordPress theme with customizable colors. Royale also has an option to make link color cycle smoothly, and has been translated to 28 languages!
Author: t0mmmmmmm
Tags: 2 columns, Black, Fluid width, Left sidebar, No images, Options page, Right sidebar, Rounded corners, Widget ready
Downloads: 4,326
21 Responses
RSS feed for comments on this post. TrackBack URI
-
1.2
* tested successfully with WordPress 2.2
* fixed a bug that would break the color cycling feature when a third-party stylesheet uses @import rules
* donation link now links to our NICE donation page *hint* *hint*
* grammar fixes: Spanish (es_ES)
* grammar fixes: Swedish (sv_SE)
* WPMU friendly
* fixed a bug that would cause the translation for “Pages” to not show up correctly
* more Event Calendar alignment issues fixedComment by t0mmmmmmm — May 22, 18:14
-
I like the theme it works on the viewer, but a fresh install of wp 2.2 just importing all the posts… it doesn’t work for me (at least version 1.2)… not sure why, getting a solid white page… any suggestions?
Comment by Shadus — May 23, 21:26
-
Ah crud… figured it out, my stupidity. *rolls eyes* *whistles*
Nothing to see here, move along.
*grumbles about perms*
Comment by Shadus — May 23, 21:29
-
1.2.1
* the Event Calendar fixes were not included in the previous release
* fixed the 3-column layout option not being read by the stylesheet’s fallback method
* fixed the parsing of boolean options for WPMU
* fixed overlapping images issue in page viewComment by t0mmmmmmm — May 24, 18:51
-
1.2.2
* fixed some nasty bugs in IE7Comment by t0mmmmmmm — May 27, 17:35
-
Great theme Tommmmmm
I broke the color cycling thing (apparently), how do I get it back? I’ve tried installing a new instance of the theme, but the color cycling doesn’t work there either… help?
Comment by r — June 15, 18:41
-
It’s a great theme,
but it breaks my anarchy media player…
it’s a wpress 2.2 install
in: http://www.danielcuberta.com/blog/
I’m trying to find out why,
AMP does work with other themes though
Anybody else had the same trouble?Comment by Sergio Daroca — June 16, 18:12
-
Fixed !
From AMP help:“There are some common problems using Anarchy Media Player and top of the pops are:
1. Why don’t my simple href links load?
Well some javascripts don’t play nice and will use a simple window.onload function that kills other javascripts that also do stuff when the browser window loads. Try disabling those and your Quicktime, flv, mp3 and WMP file links should work fine. You could also ask the javascript authors to use a more up to date onload function, there are plenty of examples via Google.”So, i found this:
http://simonwillison.net/2004/May/26/addLoadEvent/And had to modify header.php
adn footer.php********************************header.php:
1-Add this on line 104:
function _addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != ‘function’) {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}
2-Add this on line 123_addLoadEvent(royale_init);
3-on line 130:
replace:
echo (preg_match(”/”);with:
echo (preg_match(”/”);
********************************footer.php:
(on line 44)
replace: window.onload=heightfix;
with: _addLoadEvent(heightfix);Hope it helps somebody.

Comment by Sergio Daroca — June 16, 20:11
-
NOT FIXED !!!
actually the footer is not behaving well…
I’ll see into it, don’t know yet if it’s either not registering the
heightfix function or what… :UComment by Sergio Daroca — June 16, 20:20
-
r, which browser are you using? The color cycling feature does not work in at least Safari, because it doesnt allow stylesheet manipulations.
Sergio, the next release will use a new strucure that will fix this kind of problems.
Comment by t0mmmmmmm — June 17, 16:50
-
1.3
+ language: Arabic (ar)
+ language: Bahasa Indonesia (id_ID)
+ language: Catalan (ca_ES)
+ language: Chinese Simplified (zh_CN)
+ language: Hebrew (he_IL)
+ language: Lithuanian (lt_LT)
+ added support for right-to-left scripts (Hebrew & Arabic)
+ added options to customize the tag on a per-pagetype basis
+ added an option to (slightly) highlight comments made by the author of a post
+ added an option to display full search results
+ added an option to display/hide sidebars in single post view mode
+ added a new HTML Insert container which displays before the content area
+ the name of the author now links to the author archives
* columns are now displayed in a table, this should fix a lot of recurrent issues
* fixed list bullets in posts which were displayed off stage in IE
* fixed the issue with overlapping images in page view
* language: renamed zh_CN to zh_TW
* restored page templates functionnality
* don’t call walkondom() unless it is necessary
* finally made a decent archives page
* images in attachments view mode are not floated anymore
* Royale can now be installed in a directory of arbitrary depthComment by t0mmmmmmm — June 18, 16:23
-
congratulations, awesome job !!!
Comment by Sergio Daroca — June 20, 11:21
-
Hello Tom, I use the Royale theme (1.2.2), but a highly customized version ;.)
I was wondering why you placed the “content” section after the “sidebar” section… and what files I would have to edit to change this?
Not only does this make the print view of pages not work out so well, but the search engine description of the site / pages will always contain the uppermost part of the sidebar section. You may want to consider changing this.
If you have any questions or comments as to what I’m referring to, please don’t hesitate to email me.
Brian.
Comment by Brian Kincaid — June 20, 20:30
-
Brian, the layout has been changed in version 1.3. Since it now relies on a table, it appears in the same order as on screen.
Comment by t0mmmmmmm — June 26, 14:06

[...] [...]
Pingback by Royale v1.0.1 WordPress theme — April 28, 17:12
Excellent theme!
Comment by Steve — April 30, 4:48
1.1
+ three new background patterns
+ added an option to select the background pattern
+ added an option to display EM tags as italics
* grammar fixes: Swedish (sv_SE)
* faster stylesheet serving: style.css.php now directly connects to the database instead of relying on WP
* prevent caching of browser-dependent content (png transparency and some js)
Comment by t0mmmmmmm — May 10, 13:45
Great theme, I love it, but for some reason when viewing single posts, the comment box is on top of the post, instead of under it. Am I doing something wrong?
Comment by chris — May 12, 5:04
chris, the comment box should indeed be displayed under the post. I’ve checked your site in both Opera and Firefox but don’t see a problem. Did you fix it by yourself?
Comment by t0mmmmmmm — May 12, 22:01
doing the same thing to me tommmm
Comment by guy — May 21, 2:24
guy, could I please have a look? Either give me the address of your site or send a screenshot to the email address in the README file. Thanks!
Comment by t0mmmmmmm — May 22, 1:08