jpleas
Forum Replies Created
-
Forum: Plugins
In reply to: [SiteOrigin Widgets Bundle] Google Maps Widget — Info Window problemAndrew! Thanks so much for this. I took the code from the recent commit and uploaded the new js to our site. Info windows work great again!
I can now wait patiently for the next release. So much appreciate the help and info!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] support Private calendars?I second this request.
Forum: Plugins
In reply to: [Flickr Justified Gallery] Show all Albums (Sets)I’d like to make this same request!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] domain mapping not workingWell, I uploaded and installed it. No functionality is broken by the dev version that I can tell, but the URL mapping didn’t seem to work for me.
Below is a screenshot of how I have it set up.
https://dl.dropbox.com/u/5697347/mapping.jpgWhen I visit http://www.mysite.com/example, it loads images from http://directory.mysite.com which is the subdomain hosted on Amazon S3.
The behavior I’m expecting is that when I visit https://www.mysite.com/example and it loads an image (e.g., http://directory.mysite.com/example.jpg, it will be redirected (prior to load) via your URL mapping to https://directory.s3.amazonaws.com/example.jpg
Am I right in understanding that this is the intended behavior of the new URL mapping? Or did I miss something big picture?
Thanks so much!
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] domain mapping not workingAbsolutely. I won’t be able to install it until Monday though.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] domain mapping not workingGotcha. I understand. And thank you!
Since I can’t yet test your implementation, let me ask — I’m assuming that there’s some sort of conditional statement so that it only remaps when viewing in https. Is that correct?
In other words, if I view http://www.website.com — no domain mapping
But when I view https://www.website.com — domain mapping in effectDo I understand rightly how you wrote it?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] domain mapping not workingI’m trying to map from a subdomain to an external domain.
Using Amazon Cloudfront, I’ve got files hosted on S3 that are cloaked by an A name entry in my DNS, giving them the appearance of a subdomain. However, Cloudfront’s SSL doesn’t match my subdomain name, so I wanted to remap it to the name on their SSL cert, which will then serve my file via HTTPS without error.
Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Suggested Improvement for WidgetExcellent. Looking forward to the new release. In your changelog, will it be possible to say what files changed, so that I can run diff on the files you change without having to do that for every file I’ve tweaked? If not, no biggie.
Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Stripe 'Description' SuggestionAwesome! Sounds good. Thanks.
Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Invalid API Key providedWait – never mind – reread and we had a different error msg.
And I figured it out from our error msg.
Sorry about the false alarm…Forum: Plugins
In reply to: [WP Stripe] [Plugin: WP Stripe] Invalid API Key providedWe’re experiencing the same issue as described above. Not sure why.
Running WP 3.4.1 and API keys are set up correctly.
Can I provide any additional info to help?Forum: Plugins
In reply to: Proplayer not showing my self hosted videos – mov filesDitto.
Eric,
I have the same problem. The height is being set to something abnormally low. Here’s the offending line of code. I think its generated by smcf.js but I’m not smart enough to know what to fix.<div id="smcf-container" class="simplemodal-container" style="z-index: 1002; height: 200px; width: 450px; position: fixed; left: 435.5px; top: 15%; ">Any progress with this? I’ve had to migrate to SSL due to the ease of cookie-based hacking now. Enabling SSL via FORCE_ADMIN effectively causes SimpleModal Login to just show a spinning graphic and not actually login. Would love to know how to fix this!
Forum: Plugins
In reply to: Facebook Plugin for Facebook PageI’d love to do the same thing. I’m hoping someone here posts with a solution!