BrianMcCain wrote:I'm attempting to use FCG with the Carrington-blog theme, and there appears to be a conflict. When I use another theme, it works fine with the same articles, but whenever Carrington-blog is enabled, I get the perpetual loading image just like a previous commenter posted. It's getting two articles and cycling through them (only when I click on the arrows), and the post title and link url are loading properly, but the loading image never gets replaced.
After some digging I noticed that it's using the "old" loop in gallery.php, and that when it loops through the articles, $post is NULL. Forcing it to use the "new" way doesn't work, either. I'll keep digging, but I thought I'd post here in case someone else had any insight.
articleimg is set properly, and as I said, changing to another theme allows FCG to work just fine without changes to any options or data.
I'm having the same problem. The articleimg value is not being passed along to the outputted HTML, but it seems otherwise the plugin should work fine.
ETA: Okay, custom fields are not passed along period. I think this has something to do with the way the Carrington theme will not load custom fields unless there's a template associated with that meta key. I am still not sure how to implement this, but working on it.
ETA 2: Woo-hoo! Got it to work with the Carrington theme!! After reading this support forum topic I realized the global $post needs to be declared in the gallery.php file. All you have to do is paste "global $post;" in the plugin's gallery.php file directly above the $imgthumb declaration.
SOOOO happy it was easy to fix!









