Thread Starter
Ruff1
(@ruff1)
Ok I might have figured it out by randomly by deleting
-webkit-appearance: none;
from the theme stylesheet following this rather curious thread.
Thread Starter
Ruff1
(@ruff1)
Please help me out (I’m using Firebug but still can’t figure out what’s wrong 🙁
It’s rather urgent and I promise to donate to the plugin if u help me out 🙂
Thread Starter
Ruff1
(@ruff1)
I thought I had done this but double checked after your input and …
… bingo!
If only all plugin developers were as helpfull as yourself!
PS – where’s the donate/flattr button for your work?
Thread Starter
Ruff1
(@ruff1)
Hi Tim, thanks for your help – but no success just yet. In the theme index.php
I changed this line
<?php the_content(“”); ?> <!– <?php the_excerpt(‘[…]’); ?> –>
to
<?php the_content(“”); ?> <?php // the_excerpt(‘[…]’); ?>
In the category view its still showing double.
Maybe you could better help if I showed the entire index.php code?
In the single post view it looks fine.