idowning
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Fields] 3.9 HTML editor load script issueThanks for the update P?r Thernstr?m. Let me know if you need me to test something or if I can pitch in on some area of the code.
Thanks.
Forum: Plugins
In reply to: [WP Supersized] conflict with wp 3.5.2 -3. 6Thanks for Benoit for the quick response. That jQuery UI change caught me by surprise on my own features as well.
Forum: Plugins
In reply to: [WP Supersized] conflict with wp 3.5.2 -3. 6I have the same issue. I’ve run the standard WP debugger on it and haven’t come across any errors yet.
Forum: Plugins
In reply to: [LightPress Lightbox] Image Not resized correctly with WPTouchIn jquery.lighbox.js line 277 in the function resizeImageContainer()
There is
var widthNew = Math.max(350, imgWidth + (opts.borderSize * 2));
but the max width of an iPhone is 320px so if changed to
var widthNew = Math.max(320, imgWidth + (opts.borderSize * 2));
Seems to work for me.
Great plugin and nice code ulfben.
mookasaurus great workaround! Yes the plugin still needs to be fixed, but I for one am very thankful you figured out a way to get it working.
THANKS!!!
mookasaurus,
I’ll look into the js elements and see if I can’t find something.
I also ran into another error where in the content it doesn’t allow you to select an image from the media gallery.
Hope a fix comes soon.
mookasaurus – I’m running into the same error. Thanks for the point about unchecking the Use HTML-editor. I’ll use that until I can find a solution or get an update.
Forum: Plugins
In reply to: [Ambrosite Next/Previous Post Link Plus] 'in_same_tax' => true (not working)Thank You ambrosite!!
You’re solution worked perfectly!Forum: Plugins
In reply to: [Ambrosite Next/Previous Post Link Plus] 'in_same_tax' => true (not working)ambrosite,
Thanks for the quick response. I really like this plugin and use it quite often.
The workaround would be very helpful.
Forum: Themes and Templates
In reply to: Alternate Page Template – no header and no sidebarPointed me in the right direction. I’m using the custom header on pages that I am using an iframe link to with fancybox. I’ll put a link up once the site goes live if you like.