Featured Content Gallery | WordPress Plugin | iePlexus

wp 2.8

New releases, ideas for the future, and known issues

Re: wp 2.8

PostBy yrfvadmin on Mon Jul 20, 2009 6:21 pm

I am having a similar problem where the images in the Featured Gallery are not showing up, since I upgraded to WordPress 2.8. My website is http://www.yrfv.org. Could you please advise me on how I can correct this, as I am using the Agent theme on StudioPress?

Thanks,
Krystle
yrfvadmin
 
Posts: 1
Joined: Mon Jul 20, 2009 6:16 pm

Re: Re: wp 2.8

Thank you for using the Featured Content Gallery Forum
 

Re: wp 2.8

PostBy admin on Tue Jul 21, 2009 7:31 am

try to turn off formbuilder plugin
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4735
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: wp 2.8

PostBy kejones on Wed Jul 22, 2009 5:54 am

I was thinking-since my problem was with the server being a windows server and it was just a matter of changing a few lines of code-you should offer a Windows version download alongside your current version. It might help prevent some of the issues that people have with the plugin. And thanks again for the help-there's no way I could've done it on my own and the clients are happy with the results!
kejones
 
Posts: 5
Joined: Fri Jul 10, 2009 3:53 am

Re: wp 2.8

PostBy admin on Wed Jul 22, 2009 8:11 am

there is no difference on what server fcg is..the only difference could be if your server does not support short php tag..
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4735
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: wp 2.8

PostBy wbowley on Wed Jul 22, 2009 8:13 am

Are there any known issues with embedding the Featured Content Gallery within an existing WordPress post loop? While my implementation may not be the expected method of using this gallery plug-in, I was wondering if future versions may make this possible.

I have a custom designed template that contains the typical WordPress loop within it. I have also installed Exec-PHP plug-in which will allow me to execute PHP code from within a post I have made. I then tried to include the gallery within my post which DOES NOT work (and it's possible that it's not designed to).

I have traced the code and found that setup_postdata($post) within content-gallery.php doesn't appear to change the post information. This is probably due to the fact that it's trying to modify the post from within itself so when it exits back to the original page, the post information is not set.

Just an FYI for anyone attempting to include the gallery within an existing post. Once I changed my template to not include the default WordPress loop, things worked better. I still had some issues with things not loading, but once I made the following changes to jd.gallery.js.php, things worked fine.

delay: 7000,
defaultTransition: 'fade',
textShowCarousel: '',

I know that this is not recommended, but even de-activating all of my plug ins didn't solve the issue. I am not asking for a resolution to this as I know it is my configuration that differs from the normal method, just wanted to let others know who may be experiencing similar problems that I got the plug-in working with these "hacks".
wbowley
 
Posts: 1
Joined: Wed Jul 22, 2009 7:57 am

Re: wp 2.8

PostBy admin on Wed Jul 22, 2009 8:26 am

Are there any known issues with embedding the Featured Content Gallery within an existing WordPress post loop? While my implementation may not be the expected method of using this gallery plug-in, I was wondering if future versions may make this possible.

You can not put fcg in loop...it does not work..it should be only one instance of gallery on a page for any page. So for example, on home page where the recent posts displayed, if you put gallery call in that loop, it will not work

I have a custom designed template that contains the typical WordPress loop within it. I have also installed Exec-PHP plug-in which will allow me to execute PHP code from within a post I have made. I then tried to include the gallery within my post which DOES NOT work (and it's possible that it's not designed to).

Do not use exec-PHP plugin to execute gallery call in a post..It will not work. You can use page single.php or page.php where you can include gallery call, and your gallery will be shown in any post/page...But it will be same gallery..

Just an FYI for anyone attempting to include the gallery within an existing post. Once I changed my template to not include the default WordPress loop, things worked better. I still had some issues with things not loading, but once I made the following changes to jd.gallery.js.php, things worked fine.

delay: 7000,
defaultTransition: 'fade',
textShowCarousel: '',

you should not change those settings through code since they already can be changed through fcg options page..the only reason those settings did not work that your server do not support short php tag..what to do with it check error-gallery-not-defined-853.html#p3577
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4735
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Wordpress Version 2.8.3 Support??

PostBy lukeslytalker on Tue Aug 04, 2009 9:33 am

Hey Folks,

I'm looking for support for Wordpress 2.8.3. I'm not getting anything showing up on my site at all. It's pulling the sizes from the back end, but no images or background color. My dev site is at the url listed below.

Lil help anyone :?:

http://cdi.joeybud.com/
lukeslytalker
 
Posts: 3
Joined: Tue Aug 04, 2009 9:20 am

Re: wp 2.8

PostBy admin on Tue Aug 04, 2009 10:03 am

wp version does not matter, try to turn off all your plugins
Yelena Khamidullina
Web Applications Developer, iePlexus

1. Check settings to exclude fcg-YOU conflict
2. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
3. Try default theme to exclude fcg-theme conflict
4. Post in this forum to involve me in your troubleshooting. URL is required
User avatar
admin
Site Admin
 
Posts: 4735
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: wp 2.8

PostBy lukeslytalker on Wed Aug 05, 2009 6:42 am

Ah hah it's working now. Can I reactivate my plugins now? That is... will it work now? Should I turn them on one by one to find the offending plugin. Just curious.

I'm going to try these anyways, but for documentation sake and for others out there who are running into the same problem. Thanks for the help. This one has been eluding me. :ugeek:
lukeslytalker
 
Posts: 3
Joined: Tue Aug 04, 2009 9:20 am

Re: wp 2.8

PostBy lukeslytalker on Wed Aug 05, 2009 7:16 am

By the way folks if you're running Lightbox 2 this plugin doesn't play nice. That was this issue with my install. FYI everyone. This plugin Rocks! :D
lukeslytalker
 
Posts: 3
Joined: Tue Aug 04, 2009 9:20 am

PreviousNext

Return to Development, Improvement, and Conflicts

Who is online

Users browsing this forum: No registered users and 0 guests