doncullen
Forum Replies Created
-
I’m a developer also, so I decided to take a look at it. My research agrees with you, webpages with Flash are a PITA to capture due to either loading slowly or not correctly at all. Could you at least add an option to the plugin to use an image I choose as the screenshot instead, so I can upload a manual screenshot?
Forum: Plugins
In reply to: [WP Links Page] Apostrophes Not ResolivingUpdate as of 2/1/2016 (two weeks later); bug is still there and unresolved.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Donation Error MessageJust ran into this same problem. How to fix?
I can be reached at [email protected].
Forum: Plugins
In reply to: [Document Gallery] Fancy Box displays PDF, but PDF is cut offI’m all for update-proofing. An issue with that: if the theme author still does
height: auto;
, it may result in a conflict. So I tweaked your code slightly:#fancybox-content embed { height: 100% !important; width: 100%; }
This way, even if he continues to use the code, your code will still override his, thus solving the problem.
Thanks for following up with me. I know you’re a busy man, so I didn’t mind trying to solve the problem on my own while waiting for a response from someone. ??
Forum: Plugins
In reply to: [Document Gallery] Fancy Box displays PDF, but PDF is cut offMarking this thread as resolved. Apparently I can’t do that while editing a post. Apologies.
Forum: Plugins
In reply to: [Document Gallery] Fancy Box displays PDF, but PDF is cut offFound the problem, embed had height: auto; in the theme’s CSS:
img, object, embed { max-width: 100%; height: auto; }
I modified it to this:
img, object { max-width: 100%; height: auto; } embed { max-width: 100%; }
Of course, that might be overwritten when the theme author updates. I’ll try getting in touch with the author and see if he’ll implement a fix. In the meantime, it’s working as intended.
Sure, here’s the link:
Forum: Themes and Templates
In reply to: [Anarcho Notepad] PSD for images used in this theme available?Googled it, and found this:
https://www.notepadchaos.com/download-2/
It appears your theme is either a duplicate of the Notepad Chaos, or their theme is a duplicate of yours.