stoopk
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] cart widget showing submit button instead of reset??thanks that’s great – did have to change the url of the image to http://…. not sure why. and then changed the image too 😛
thanks for your time Paul Sweeney (Y)
Forum: Plugins
In reply to: [WP eCommerce] cart widget showing submit button instead of reset??nothing 🙁
Forum: Themes and Templates
In reply to: [Hero] Slider Speedhi,
the file is in your wp-content/themes/hero/js folder on your server. hope this helpsForum: Themes and Templates
In reply to: Cant login to wp-admin any more!line 15 had a close php and 16 opened it up again.. deleted both, not sure how they got there
Forum: Plugins
In reply to: [Facebook Album Sync] Duplicate albums, wrong albumphoto as albumcover etc…no update yet!, can anyone recommend another plugin that works happy to pay if it works :d !!!
Forum: Plugins
In reply to: [Facebook Album Sync] Duplicate albums, wrong albumphoto as albumcover etc…downgrading the album.php file to 0.2 works but i loose half of my albums.
these albums did show up with 0.3 just with many duplicates.
Facebook – http://www.facebook.com/mixedmedia.uk/photos_albums
Forum: Themes and Templates
In reply to: [Sampression Lite] can the template be template fixed at 960px ?I took out all the different screen size support, edited skeleton.CSS and added meta details to the <head> so its fixed size for modern phones. Craftykidz.co.uk
fixed it all: added a tag to the image and put this in the css
#siteinfo img { width: 260px; height: 120px; max-width: none; }resolved the spacing issue by adjusting the .row.threecol percentage in the css just need to figure out the img tag problem
Forum: Reviews
In reply to: [Facebook] Stopped workingYou also need to correct at the line 92
what’s the correct needed sorry?
added it in like this:
$response = self::handle_response( wp_remote_get( self::$DOMAIN_MAP['graph'] . 'oauth/access_token?' . http_build_query( $params, '', '&' ), array( 'redirection' => 0, 'httpversion' => '1.1', 'timeout' => 5, 'headers' => array( 'Connection' => 'close' ), 'user-agent' => self::generate_user_agent(), 'sslverify'=>false,but the page just reloads again, I also added ‘sslverify’=>false, to the code further up..