Tables
-
Can anyone solve the problem with tables.
When you hover them they collapse and expand.
-
Are you using the Mystique theme by any chance? Post up a url to the problem, if you can.
here is an example site
http://www.otakufrenzy.com/anime/
what i mean is when you hover a post with a table inside it kinda nudges..
Hi,
Unfortunately this is one (of many) known bugs with the Mystique theme. I don’t have a solution, but you should keep an eye on the comments section of the theme authors website to see if somebody comes up with a solution. If you go through the comments, you’ll see that it’s a common problem.
it’s not a bug. it’s just that most plugin authors don’t bother to style their tables and leave the default styling provided by the theme…
just add in the user css section
table td,table th,table tr.even td,table tr:hover td{border:0;background-color:transparent;}if you know any real bugs, just e-mail me and they’ll be fixed. you can make mystique better 🙂
add_action(‘get_header’, ‘mystique_compress_html’)in functions.php causes conflicts with plugins such as All In One. Several people on the forums have had this issue.http://wordpress.org/support/topic/378377 and http://wordpress.org/support/topic/372728
that’s disabled in 2.2.1, it wasn’t really a bug, just a plugin conflict…http://wordpress.org/support/topic/377058
on a normal wp site + mystique, first load is just ~300K, less than the average site…
there are many factors that can cause slow load – plugins, host etc.just checked, and actually the table thing was really a mystique bug. I feel so ashamed now 🙂
download 2.2.2 from the official site for the fix. thanks guys 🙂
uhmm 2.2.1 is the latest version available in the official site and its the current theme installed in my site right now
2.2.1 is the latest version according to the download link on digitalnature.ro
WP extend is working from 2.2.
http://wordpress.org/extend/themes/mystiqueLink to 2.2.2 – http://digitalnature.ro/download/mystique-wordpress.zip
Thanks for the update. Perhaps a post on the front page of your site, or a notice on the top page of project/mystique letting people know that there is an updated veriosn, might be worthwhile.Can anyone direct me to help using tinymce for tables? They work fine when you set them up, but going and changing them seems confusing. even if it shows on the edit screen that the change was made, the changes don’t show up on the site page when you refresh it. Many thanks in advance!
Are you using a caching plugin such as WP Super Cache or W3 Total Cache?
If so, try going to the caching plugin settings and clear/empty the cache. Then go to page with the tables and do a hard refresh (ctrl+F5).
Has this been fixed in the newest version? I’m using mystique 2.2 and I still get the movement when I hover over the cells in my table.
You can see the example here.
http://www.blindlylefilms.com/luckandthevirgin/store/I’m reluctant to upgrade mystique to 2.3 because it says all my customization will be erased.
I did “add in the user css section
table td,table th,table tr.even td,table tr:hover td{border:0;background-color:transparent;}”Thanks
I updated the template to 2.2.3 and I am still having the problem of the tables giggling when you hover over them.
The problem occurs on Safari 4.0.5 and Firefox 3.6.3 on a mac running 10.5.8 but not in ie 6 or firefox running on a windows xp prof. machine.
Thanks
The topic ‘Tables’ is closed to new replies.