ardmhacha
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: count per day display error in IEThis fix worked for me.
change line 1160
echo ‘<li class=”cpd-l”>’.$instance[$k.’_name’].’:’;
to
echo ‘<li class=”cpd-l”>’;and line 1169
echo ‘</span>’;
to
echo ‘</span>’.$instance[$k.’_name’].’:’;I think this plugin has great potential. I’m buiding a soccer website at the moment and would love to use it but would like to be able to show the first x number of teams as showing the full table uses up too much space. An option to change font colour or bold the name font of your particular team would be great. Also perhaps the option to add a header title. One other note, the option to remove the link “English Premier League Table” doesn’t seem to work however I’m happy to keep it.
Thanks
Forum: Plugins
In reply to: IE problems with Calendar plug-inI have come across this problem too. its a pity because its a great plugin. It works for me in IE8 and Firefox but not in IE8 compatibility mode. I have changed themes for testing purposes but problem still exists so don’t think its theme related. BTW the CSS fix above does not work for me either. Any help would be appreciated.