I have NO CLUE what is going on.
Here is the demo:
http://www.drivenmg.com/dcc/
- works great!
Here is the live site:
http://www.daytonchessclub.com/
- doesn't work AT ALL...everything is copied over correctly. The correct ID's are in place - the only thing I can think of is that there is no call to action happening on specific div ID of some sort.
Ideas / suggestions?
Works on Demo - Live Site Doesn't
14 posts • Page 1 of 2 • 1, 2
Re: Works on Demo - Live Site Doesn't
try to reupload plugin..could be permissions problem..
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Works on Demo - Live Site Doesn't
done and still same result. tried deactivating all other plugins as well and same result.
- drivenmg
- Posts: 12
- Joined: Wed Apr 01, 2009 7:34 pm
Re: Works on Demo - Live Site Doesn't
check permissions, should be 755 for whole plugins folder
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Works on Demo - Live Site Doesn't
yep - that is correct
- drivenmg
- Posts: 12
- Joined: Wed Apr 01, 2009 7:34 pm
Re: Works on Demo - Live Site Doesn't
something wrong with your css/javascript files..they do not want work..
as a test, I copied your source code and instead of javascript/css files links in head I copied those from my site.. and it started working right away..you can try this: in file content-gallery.php replace those
with other working site links
ask your host..what's wrong ..
as a test, I copied your source code and instead of javascript/css files links in head I copied those from my site.. and it started working right away..you can try this: in file content-gallery.php replace those
- Code: Select all
<link rel="stylesheet" href="http://www.daytonchessclub.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css.php" type="text/css" media="screen" charset="utf-8"/>
<link rel="stylesheet" href="http://www.daytonchessclub.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css" type="text/css" media="screen" charset="utf-8"/>
<script type="text/javascript" src="http://www.daytonchessclub.com/wp-content/plugins/featured-content-gallery/scripts/mootools.v1.11.js"></script>
<script type="text/javascript" src="http://www.daytonchessclub.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.js.php"></script>
<script type="text/javascript" src="http://www.daytonchessclub.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.transitions.js"></script>
<!-- end gallery scripts -->
with other working site links
ask your host..what's wrong ..
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Works on Demo - Live Site Doesn't
kept getting error mssg when i copied/pasted - the sites are on the same server.
- drivenmg
- Posts: 12
- Joined: Wed Apr 01, 2009 7:34 pm
Re: Works on Demo - Live Site Doesn't
ok..copy featured content gallery.com links on homepage
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Works on Demo - Live Site Doesn't
I'm sorry but I'm not understanding what you mean by:
copy featured content gallery.com links on homepage
copy featured content gallery.com links on homepage
- drivenmg
- Posts: 12
- Joined: Wed Apr 01, 2009 7:34 pm
Re: Works on Demo - Live Site Doesn't
to test try those links from our site
put those in to your content-gallery.php
- Code: Select all
<link rel="stylesheet" href="http://www.featuredcontentgallery.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css.php" type="text/css" media="screen" charset="utf-8"/>
<link rel="stylesheet" href="http://www.featuredcontentgallery.com/wp-content/plugins/featured-content-gallery/css/jd.gallery.css" type="text/css" media="screen" charset="utf-8"/>
<script type="text/javascript" src="http://www.featuredcontentgallery.com/wp-content/plugins/featured-content-gallery/scripts/mootools.v1.11.js"></script>
<script type="text/javascript" src="http://www.featuredcontentgallery.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.js.php"></script>
<script type="text/javascript" src="http://www.featuredcontentgallery.com/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.transitions.js"></script>
put those in to your content-gallery.php
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: 4789
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
14 posts • Page 1 of 2 • 1, 2
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









