simplebits / Pears

http://pea.rs
GNU General Public License v2.0
1.4k stars 161 forks source link

Copy icons not functioning? #22

Open tomsiodlak opened 12 years ago

tomsiodlak commented 12 years ago

When I try to copy any of the HTML or CSS nothing is getting added to my clipboard. I tried in both Chrome and Safari on Mac. I also had no luck with copying on the official demo.

cevatkerim commented 12 years ago

Path is broken in the template.

this will fix it: < img src="<?php echo get_template_directory_uri(); ?>/images/icon-copy.png" alt="copy" / >

taivu commented 12 years ago

i just edited the loop-single.php file and added ".." in front of "/images/icon-copy.png"

taivu commented 12 years ago

also i dont think theres any javascript to handle any copying or selecting.

cevatkerim commented 12 years ago

there is none. I made significant changes to this theme integrating js section also code mirror support. I will push it when I have time.