mskogly
Forum Replies Created
-
Update: I’m changing the settings for the maximum width temporarily to fit what I need, but I still need to get to the bottom of this! Hardcoding to 530 px for example means that I can only use colorbox links for this particular page.
Forum: Plugins
In reply to: [jQuery Colorbox] Error with version 4.0.1 – inline htmlHm, oh, backticks!
<a href="https://pappmaskin.no" class="colorbox-link"> the link to wufoo or whatever here</a>
Forum: Plugins
In reply to: [jQuery Colorbox] Error with version 4.0.1 – inline htmlI actually posted the code here, but www.ads-software.com stripped it
I’ll try again
lt; a href=”https://pappmaskin.no” class=”colorbox-link”lt; the link to wufoo here
you don’t need a shortcode, only a href with the class colorbox-link
Forum: Plugins
In reply to: [jQuery Colorbox] Error with version 4.0.1 – inline htmlCatalin:
Your post looks like spam, but in case its not:Testet this on my site running the latest colorbox version, and it works.
Opens https://iamvinnylou.wufoo.com/embed/q7x2a5/ in windowPS: you must set the height and with of your window in wordpress settings for the plugin first.
Forum: Fixing WordPress
In reply to: Flash Uploader HTTP ErrorIn my case the uploader works when in the media library, but not when writing a post. I’m actually not getting the usual http error, it seems the select files- button doesnt do anything.
Forum: Plugins
In reply to: [jQuery Colorbox] Error with version 4.0.1 – inline htmlYes, switched back to 4.0
Forum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] Colorbox for contentAh, I felt I had stumbled across a bug there, glad to be of help ??
I also have a feeling that there might be some sort of issue when upgrading. If i just upgrade, the action on images (opening a larger version etc) dies. But if I upgrade to 4.0 via the auto upgrade, then deactivate and delete files pluss data via wp admin, then reinstalls 4.0 and use the reset settings you provide, colorbox for images kick in again. Kind of a strange thing, gave me a little grief tonight. Hard to fingerpoint exactly what happened, but at least I got inline html under 4.0 to work running wp 3.1.3, so I’m a happy nerd!And sorry to take this thread off topic ??
I have this need as well…. (and I need to have all the 24 inline divs on the same page, so rw1s suggestion will not work.
Forum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] Colorbox for contentBut how Arne? I can’t figure out how to load inline or ajax content using your plugin. Is there an example somewhere?
Forum: Plugins
In reply to: [jQuery Colorbox] [Plugin: jQuery Colorbox] support for video? html?I tested the youtube example on https://pappmaskin.no/2011/06/test-colorbox/ and im getting the same result as dlocc, a blank colorbox.
Forum: Plugins
In reply to: [Audio Player] [Plugin: Audio Player] Iphone / ipad / html5 versionThis is my quick hack of the audio player plugin, search for ipad in the code to find it.
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
Update: When I use it in the sidebar, I get a list of related posts for the very last post I list in my other loop. I list the six latest posts with thumbs in the sidebar before I call related_posts(), using new WP_Query.
<?php $recent = new WP_Query(“cat=44&showposts=6”); while($recent->have_posts()) : $recent->the_post();?>
Can it be related to this?
Forum: Fixing WordPress
In reply to: 404 on images despite permissions and directory existenceI think I might have the same problem. I store the url for some of my post images in custom fields.
But on my blog ALL custom field values are stripped out, wordpress isn’t able to access any of them as long as WP Super Cache is ON og Half On.
This has to be a bug?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Pages Not Getting Cached ?!Changed from disk (enhanced) to disk (basic). Turned on debug, logged out, reloaded a few times.
Page cache:
Caching: enabled
Status: not cachedAny opinions on why it doesn’t seem to want to cache the page?
Forum: Plugins
In reply to: [Plugin: W3 Total Cache] Pages Not Getting Cached ?!I installed the WPDB Profiling plugin, and it doesn’t seem like anything gets cached. Compared when running with page caching (to disk) enabled and not, but can’t really see a difference. I’ve deselected the Don’t cache pages for logged in users – option under Page Cache settings.
Or am I missing something?