dexterhartley
Forum Replies Created
-
Forum: Plugins
In reply to: images not displaying full sizeI checked the inspector, there’s only 1 set of images showing – here’s how the image URL looks
http://i2.wp.com/www.pix.dxtr.co.uk/…size=840%2C424
clearly showing some resizing, but what’s driving it? And more importantly, how do I stop it?
I’m viewing on a 24-inch (1920 x 1200) iMac by the way.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Rotating tweets not rotatingI fixed the problem now. There were two javascript errors, one of which was stopping execution of other javascripts.
1) Home link didn’t have any link – I added ‘/’ to point to page root. The jquery nav script was expecting it withour checking if the attribute exist at all, throwing exception :
getHash: function($link) {
return $link.attr(‘href’).split(‘#’)[1];
},2) there is a bug in minimised version of flexslider and it’s fixed in version 2.2.2 which can be downloaded here:
https://raw.github.com/woothemes/FlexSlider/master/jquery.flexslider-min.jsCould anyone suggest a CSS fix that will center the tweet on the page? I managed to center the tweet and meta in relation to each other using a BLOCK shortcode, but I’m not sure which part of the CSS to edit to centre the whole thing so it lines up with the section title and the button underneath.
Forum: Plugins
In reply to: [Rotating Tweets (Twitter widget and shortcode)] Rotating tweets not rotatingHi, I’m having the same problem, which I’m guessing is Javascript related but beyond my capabilities.
I’m using LayerSlider on this site http://dexterfordco.uk/rmi and none of the shortcode functions seem to work, other than pulling through the one tweet.