mattleech
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Image template and inline images not working@3rdaxis, I usually find that “Parse error: syntax error, unexpected T_STRING, expecting T_VARIABLE” is caused by a missing ;
I remember thinking that the problem could be related to file size but I found that sometimes the small images would fail too. Then I ran tests for image dimensions but those results were also inconsistent.
I hope that keeping the file sizes small continues to work. Let me know if the problem arises again.
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Image template and inline images not working@3rdaxis, that’s very strange as my modifications are all after that point in the processing. Here’s my entire ReplaceImagePlaceHolders function for you to copy and paste, let me know if you still have the problem after trying this:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Image template and inline images not workingHi Grimpond,
I’ve posted a quick guide here: https://mattleech.com/?p=297
Please backup your existing ReplaceImagePlaceHolders function before overwriting it.
Good luck!
Forum: Themes and Templates
In reply to: Sidebar moving to bottom in small resolutions – Evolve themeHi MPreston,
I think that the column wrapping problem is caused by the width of the middle column (defined as .hfeed) being too large.
Edit 2fluid.css and 3fluid.css in /wp-content/themes/evolve/library/media/layouts and change ‘width:57%’ to ‘width:53%’.
Unfortunately these two files aren’t listed in the editable Evolve templates so you’ll have to make this change manually rather than through wp-admin->Appearance->Editor.
Hope this helps.
Matt
Forum: Plugins
In reply to: [Postie] [Plugin: Postie] Image template and inline images not workingHi Grimpond,
I’ve been having problems with postie and multiple images, are your symptoms the same as mine posted here: https://forum.robfelty.com/topic/fix-for-only-one-attached-picture-uploadin-to-post
If so then I have a fix for you.