The Guitar Amp Scene
Johnny B Goode
(Pictures found at http://beyondthemarquee.com/29428, http://fusion-industries1.tripod.com/scene16johnnybgoode)
π
Authors: WillemXSM, xikosampaio
Have a nice day and good night π
[virtual_slide_box id=”2″]
In Tuesday probably the real fun begins ’cause inΒ Friday I am in love π
svg code test (2)
SVG CODE FINALLY WORKING!
Don’t put new line between svg header and the code that follows. All the code needs to be on one line, otherwise it breaks the code. (thanks go to: wp decoder)
Don’t click on a Visual “button”(tab) when editing Post, else code will be deleted. (you can restore it in Revisions)
phpHtmlLib plugin test for svg
doesn’t work in posts
(after test 17 svg plugins not needed anymore for now)
svg upload is working after adding
function cc_mime_types( $mimes ){
$mimes[‘svg’] = ‘image/svg+xml’;
return $mimes;
}
add_filter( ‘upload_mimes’, ‘cc_mime_types’ );
to Β functions.php
(otherwise it is blocked for “security reasons”)
svg render works fine after manually changing size of an image!
Ok
ok maybe featured image could be used between posts