saschapi
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Problem with Attachment and Image at the same timeOkay, damn…
It would be OK if the PDFs, PPT etc would end up in the gallery, but this is not possible in WordPress I guess. What would be the best way than to have the images and other attachments both in the post.
I tried in the beginning to just include images, but the order of images and attachments seems random. So you could have “image, image, pdf, image, ppt” that looks really strange.
Forum: Plugins
In reply to: [Postie] Problem with Attachment and Image at the same timeAnd it seems to be connected to the image setting “Automatically insert image gallery”. I have this set to “yes”. If I set it to no, the attachment shows up.
Here are my settings for image:
Featured image: yes
Include featured image in post: no
Automatically insert gallery: yes
Gallery type: link
Image location: After
Generate Thumbnails: yes
Start: Start at 1
Image Placeholder: #img%#
Template: wordpress defaultForum: Plugins
In reply to: [Postie] Problem with Attachment and Image at the same timeI just checked, it also happens if I just use the standard attachment template.
Forum: Plugins
In reply to: [Postie] Problem with Attachment and Image at the same timeHi,
Attachment template is:
<br/><a href="{FILELINK}">{ICON} {FILENAME}</a>Thanks for looking into it.
Forum: Plugins
In reply to: [Postie] YouTube Embed could be updatedBTW the use of <embed> also prevents authors or even editors to post youtube Links as they get stripped from the code. This is cause it is regarded by WordPress as unclean html and both author and editor users do not have the permission to use it: https://codex.ww.wp.xz.cn/Roles_and_Capabilities#unfiltered_html
One reason more to use the proper embed code via iframe.
And while being on it, adding a wrapper div with a class like “videoWrapper” would help having the right css base for repsonsive embedding.
Thanks again Sascha
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Uneditable option not working.Hey Mick,
thanks for the uber fast reply! I just had the readonly on the wrong position in the tag. With your code it works like charme!
Great stuff! Thanks so much!
Sascha
Forum: Plugins
In reply to: [Contact Form 7 - Dynamic Text Extension] Uneditable option not working.Unfortunately this does not work for me. I added readonly and it is still editable?! Any ideas?
Thanks sascha
Voila
Forum: Plugins
In reply to: [Say What?] Problem with html entitiesNice! Thank you for supporting your plugin so well! 🙂
Forum: Plugins
In reply to: [Say What?] Problem with html entitiesit does not work for me. While I can easily change other strings that do not contain html entities, strings with entities includes (same goes with
&are a problem, as they seem to be saved as the UTF-8 counter parts.Forum: Plugins
In reply to: [Custom Content Type Manager] Error when updating to the last versionI’m out of ideas. What you are describing is technically not possible. There must be something we are missing out here. Without looking at the environment debugging is not possible any further. Maybe anybody else has an idea.
Good luck.
Forum: Plugins
In reply to: [Custom Content Type Manager] Error when updating to the last versionlike I said: if you delete the whole folder the file that produces the error on line 110 is not even there any more. So if you do not have any strange caching problem on WordPress side (not your Browser cache) this is not possible.
If the file is not there it cannot through out a error on its line 110 😉 that’s why I suspected you deleting on a different php account or not in the “testing” folder.
Forum: Plugins
In reply to: [Custom Content Type Manager] Error when updating to the last versionthis is indeed the error that is related to the missing file. But it is not possible that a full backup PRIOR to updating the plugin would still produce this message.
Try downloading 0.9.8.2, delete every file in the plugin folder and upload the new files.
I strongly suspect that you are working on the wrong project or something. If you rename the plugin folder and you still geht this message something is not right. Maybe some caching or you have a production and a development and are working on the wrong one?
Forum: Plugins
In reply to: [Custom Content Type Manager] Error when updating to the last versionCan you post a link to your website?
Forum: Plugins
In reply to: [Custom Content Type Manager] Error when updating to the last versionyou need to go to the plugin folder via ftp and rename the plugin folder. This will deactivate the plugin. Your site will be there again. OR you could simply download the new version manually and upload it in the folder.