Known FCG Plugin Conflicts
Re: Known FCG Plugin Conflicts
the problem with WP Security Scan plugin, conflict
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
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
-

admin - Site Admin
- Posts: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Known FCG Plugin Conflicts
7_5_10
I am using FCG 3.2 with WP 2.92 Windows 7 32 bit.
The Gallery works fine with IE8 but will not show Pics using Firefox 3.6 only Black Screen with left right arrows and also shows text, but no pics.
Any suggestions? Site is below.
Thanks,
Steve
http://www.HandMadeGiftCards.com
I am using FCG 3.2 with WP 2.92 Windows 7 32 bit.
The Gallery works fine with IE8 but will not show Pics using Firefox 3.6 only Black Screen with left right arrows and also shows text, but no pics.
Any suggestions? Site is below.
Thanks,
Steve
http://www.HandMadeGiftCards.com
- SteveT3
- Posts: 2
- Joined: Mon Jul 05, 2010 5:31 pm
Re: Known FCG Plugin Conflicts
you theme already has similar to fcg gallery, so try to use it instead of fcg
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
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
-

admin - Site Admin
- Posts: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Known FCG Plugin Conflicts
I thought the Theme Option was put in by FCG Plug-In activation.
I disabled the Theme Content and FCG Now works in both FF and IE.
Thank you so much!
Steve
I disabled the Theme Content and FCG Now works in both FF and IE.
Thank you so much!
Steve
- SteveT3
- Posts: 2
- Joined: Mon Jul 05, 2010 5:31 pm
Re: Known FCG Plugin Conflicts
yw
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
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
-

admin - Site Admin
- Posts: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Known FCG Plugin Conflicts
I've got FCG installed on the Intrepidity theme. It has worked fine until the last few days, when I just get a blank screen that says "Loading" with the arrows going in either direction. If I click one of the arrows, I get the custom text for each photo, but no photo. (And I do have both the image and the text fields specified properly, since they were working for several weeks.)
I wondered if it was a conflict with the recent Firefox 3.6.6, but I opened IE and it doesn't work there either. Is it perhaps a conflict with WordPress 3, which I recently upgraded to?
I've tried to follow previous questions to see what might relate, but I'm quite a newbie at this, so I thought I'd better ask specifically. Thanks.
It's at http://myshinyideas.com/.
I wondered if it was a conflict with the recent Firefox 3.6.6, but I opened IE and it doesn't work there either. Is it perhaps a conflict with WordPress 3, which I recently upgraded to?
I've tried to follow previous questions to see what might relate, but I'm quite a newbie at this, so I thought I'd better ask specifically. Thanks.
It's at http://myshinyideas.com/.
-

kashicat - Posts: 2
- Joined: Sun Jul 11, 2010 2:59 pm
- Location: Toronto
Re: Known FCG Plugin Conflicts
Okay, I did a whole bunch more reading, through all the different permutations of this problem in other threads, and finally figured out the problem and fixed it. So...never mind.
But also, thank you for all your answers, in this thread and elsewhere! Because they did, ultimately, help me figure this out even if you were answering other people.
But also, thank you for all your answers, in this thread and elsewhere! Because they did, ultimately, help me figure this out even if you were answering other people.
-

kashicat - Posts: 2
- Joined: Sun Jul 11, 2010 2:59 pm
- Location: Toronto
Re: Known FCG Plugin Conflicts
yw
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
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
-

admin - Site Admin
- Posts: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Known FCG Plugin Conflicts
Currently we are using WP 2.9 on our website http://www.nektarin.com and have no problem with FCG plugin. The siteurl of that version is http://www.nektarin.com.
However we installed WP 3.0 into another directory in the same server, redirected http://beta2.nektarin.com to that directory and created a new database for that WP version. The siteurl value in that database was http://beta2.nektarin.com. But the FCG plugin didn't work until we changed the siteurl value from http://beta2.nektarin.com to http://www.nektarin.com in the options table.
Hence we thought that we solved the issue and redirected the http://www.nektarin.com subdomain to the WP 3.0 version and used our old database with the siteurl http://www.nektarin.com. However the FCG didn't work again. It starts to work when we change the line in content-gallery.php $gallery_path = get_bloginfo('wpurl')."/wp-content/plugins/featured-content-gallery/"; and hardcode instead $gallery_path = "http://beta.nektarin.com/wp-content/plugins/featured-content-gallery/"; or when we change the siteurl value to http://beta.nektarin.com. And we do not have any clue why this is happening so we moved the www subdomain to the old version for now and the FCG plugin is working. WP 3.0 is working in the beta2 subdomain and the FCG plugin is not working if we do not change the siteurl value http://www.nektarin.com. We did not change it for you to see that it is not working.
Do you have any idea why we are experiencing such a problem?
Thanks,
However we installed WP 3.0 into another directory in the same server, redirected http://beta2.nektarin.com to that directory and created a new database for that WP version. The siteurl value in that database was http://beta2.nektarin.com. But the FCG plugin didn't work until we changed the siteurl value from http://beta2.nektarin.com to http://www.nektarin.com in the options table.
Hence we thought that we solved the issue and redirected the http://www.nektarin.com subdomain to the WP 3.0 version and used our old database with the siteurl http://www.nektarin.com. However the FCG didn't work again. It starts to work when we change the line in content-gallery.php $gallery_path = get_bloginfo('wpurl')."/wp-content/plugins/featured-content-gallery/"; and hardcode instead $gallery_path = "http://beta.nektarin.com/wp-content/plugins/featured-content-gallery/"; or when we change the siteurl value to http://beta.nektarin.com. And we do not have any clue why this is happening so we moved the www subdomain to the old version for now and the FCG plugin is working. WP 3.0 is working in the beta2 subdomain and the FCG plugin is not working if we do not change the siteurl value http://www.nektarin.com. We did not change it for you to see that it is not working.
Do you have any idea why we are experiencing such a problem?
Thanks,
- Nektarin
- Posts: 2
- Joined: Wed Jul 14, 2010 10:00 am
Re: Known FCG Plugin Conflicts
I'm using wordpress 2.9.2 in my site www.nektarin.com and i created beta2.nektarin.com to develop wordpress 3.0 .After development i changed the urls www to beta and beta2 to www . Now wordpress 3.0 works on www.nektarin.com and WP 2.9.2 works on beta.nektarin.com.
all plugins work on www.nektarin.com but FCG. FCG isn't shown in the page.
When i change the line
Thanks
all plugins work on www.nektarin.com but FCG. FCG isn't shown in the page.
When i change the line
- Code: Select all
$gallery_path = get_bloginfo('wpurl')."/wp-content/plugins/featured-content-gallery/";
- Code: Select all
$gallery_path = "http://beta.nektarin.com/wp-content/plugins/featured-content-gallery/";
Thanks
- Nektarin
- Posts: 2
- Joined: Wed Jul 14, 2010 10:00 am
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









