Chopperdave
Forum Replies Created
-
Forum: Plugins
In reply to: [Analyticator] [Plugin: Google Analyticator] Download links not trackingThe fact that there are no download links being tracked on the Google Analytics page.
The js is being called exactly as you showed and external-tracking.min.js is also being called.
I wasn’t logged in when I tested it.
Forum: Fixing WordPress
In reply to: Uploaded Image PermissionsResolved.
Forum: Fixing WordPress
In reply to: Uploaded Image PermissionsFound the answer:
http://www.sharepointalex.co.uk/index.php/2010/06/fixing-wordpress-image-upload-on-a-windows-server-permissions-problem/If any of you like me are hosting your WordPress blog on a Windows machine you may have had issues when uploading images/media using the admin interface.
When I tried to upload images or any media for that matter – it would upload but then the thumbnail of the image itself was greyed out. If I attempted to navigate to the URL of the image it would just display the classic red cross in the browser aka. Can’t find image!
After a bit of research it seems that PHP puts uploaded items in the temp directory (‘C:WindowsTemp’) and then once the upload is complete wordpress copies the file to the wp-contentuploadsyearmonth folder.
The reason that you cannot view the image in the browser is a permissions issue. When wordpress/php copies the image to the wordpress uploads directory it uses the permissions that are currently set on the temp directory.
To fix this problem simply give the ‘IUSR’ account Modify permissions on the WindowsTemp directory and restart IIS.
Next time you upload an image it should work correctly.
Forum: Themes and Templates
In reply to: Remove CSS in Child ThemeYes, and that works, but that will overwrite all the images with height and width of 35. I don’t want to overwrite the css I want to be able to ignore a line. This has come up a couple times for things other than height and width of images so it would be good to have a solution for all occasions.
Forum: Themes and Templates
In reply to: Remove CSS in Child Theme.hentry img
Forum: Themes and Templates
In reply to: Remove CSS in Child ThemeI want it to be 35 x 35px and it is set to that in the html. I just need a way to set it to ignore that line in the parent style.css file.
Forum: Themes and Templates
In reply to: Remove CSS in Child ThemeThey are reverting to their original size. I have a text widget (using it for some html) in a sidebar with an image in it. I have the size of the image set in the html but it is being reverted to its original size by the css. I can remove that line of css and it will go back to the size I want.