codebloo
Forum Replies Created
-
Works! Thank you!
Forum: Plugins
In reply to: [Cool Video Gallery] Where is the documentation, shortcodes, etc.?To get shortcodes for a gallery go to VIDEO GALLERY > MANAGE GALLERY and click SHORTCODE on the right next to the gallery you want to embed
To get a shortcode for a single video click one more time into the gallery and click shortcode from the individual video link
Forum: Plugins
In reply to: [Cool Video Gallery] Where is the documentation, shortcodes, etc.?To get shortcodes for a gallery go to VIDEO GALLERY > MANAGE GALLERY and click SHORTCODE on the right next to the gallery you want to embed
To get a shortcode for a single video click one more time into the gallery and click shortcode from the individual video link
Hi Kiderose, thanks for the heads up. I submitted a bug report too.
I have hundreds of images coming from about a dozen albums so that’s not going to be a good solution for me 🙁
Any resolution on this? I have the same problem.
Forum: Plugins
In reply to: [List Petfinder Pets] pagination?Thanks again Bridget!
Forum: Plugins
In reply to: [List Petfinder Pets] pagination?“I could get all pets with your shelter and page those. This method would not allow filtering on animal, breed or contact, but the animals would all be in your shelter.”
I think this would be a great option in the settings (with a note that states you can’t use shortcode filters with this activated)
We currently have 76 dogs on our page and importing the whole list on one page is a long scroll. Breaking it into 4 pages would be ideal.
Another quick question – can you query the shelter Id and import the listings into a database table, and then create a custom filter within the plugin that gives both the breed/keyword results as well as sorting options?
Forum: Plugins
In reply to: [List Petfinder Pets] pagination?Do you mean that it would call all the animals from petfinder and then creating paging? No that’s not usedful 🙂
I’m not a plugin developer so bare with me in case my next questions/ideas are stupid.
Can you query shelter.getPets and parse the XML to count the number of results and then create paging from that?
I would not be advese to a “loading” animation for a few second son page-load if it meant that I could create an easier experience for people browsing.
On that same note could you parse the XML for the individual pet options (no kids, large, baby, etc) and create your own filtering system after pulling in the data?
Finally – can you call the XML, then tell it to display the results in the opposite order so newest pets are shown first (I know that was mentioned in another thread)
Thanks so much for your help. If I could code the plugin rather than just imagine the UX I would totally help with this!!!
This is as close as I could get
http://www.codebloo.com/code/wordpress-handling-videos-in-your-rss-feed.html
Forum: Plugins
In reply to: [JJ NextGen JQuery Cycle] Display Image Titles?Donnacha – There’s probably a way to do this without sacrificing any of the existing functions but I’m not that adept.
I’m setting the alt tag to the default alt data instead of the description, and moving the description to a span tag under the image classed as “caption”. I’ve also wrapped each image in a div with the class “cycle_image”
Change Line 155 from
$image_description = "alt=\"" . esc_attr($image_description) . "\" ";to
$image_description = $image_description ;Then on line 169 change
$output .= "<img src=\"" . $image->imageURL . "\" " . $image_description . $width_d . $height_d . " border=\"0\" />";to
$output .= "<div class=\"cycle_image\"><img src=\"" . $image->imageURL . "\" " . $width_d . $height_d . " border=\"0\" alt=\"". $image_alt ."\" /><span class=\"caption\"> $image_description </span></div>";The output code for will be something like
<div class="cycle_image" style="position: absolute; top: 0px; left: 0px; display: block; z-index: 3; opacity: 0.957621;"><img border="0" alt="pink-twist" src="http://localhost:8888/kjd/wp-content/gallery/spotlight/pink-twist.jpg"><span class="caption"> pink-twist </span></div>Bump! Video display in RSS? Anyone?
The youtube URL is spit out and nothing more.
Forum: Plugins
In reply to: [Tumblr Widget] Too many redirectsHi! I’m having the same problem.
My tumblr is redirected to a subdomain and if I try to use the subdomain url I get the Error Connect Timeout problem. If I try an use the originating tumblr.com address I get too many redirects.
demo.tumblr works.
A fix would be amazing! Thank you 🙂
ETA 2 – Calendar works but still no posts in the main loop with the functions addition. hmph.
With this reply I ran with the upgrade.
The events calendar page shows the title and then nothing else… So. That didn’t work.:S
ETA – using a custom template fixed the problem for the calendar view but everything is using that template so it’s not really a solution. something is crazy with the default pages (??)
Try setting “Use Pretty URLs” to off
(Settings > The Events Calendar)