upgraded wordpress to version 2.92 and FCG not working
32 posts • Page 2 of 4 • 1, 2, 3, 4
Re: upgraded wordpress to version 2.92 and FCG not working
Yes we found the problem. The FGC plugin won't work with the LeadPro form (that collects subscribers and passes to my leadpro account). This is the join newsletter feature on the site MichiganRealEstateResource.com. We have other sites that have the FGC working and the same leadpro plugin but they are previous versions of word press. This site has been upgraded to version 2.92 of word press and it appears that is causing the issue. Is there a fix for this?
- rfaraj
- Posts: 10
- Joined: Wed Mar 03, 2010 6:00 pm
- Thank you for using the Featured Content Gallery Forum
Re: upgraded wordpress to version 2.9.2 and FCG not working
=/
i have the same problem but i didn't find any answer for it here
so, is there or not a fix to this problem?
ps:
1) i already configured my folders with all permissions in 777
2) i got the last version of the fcg (3.2.0)
3) i got the last version of the wordpress (2.9.2)
4) i configured my 3 posts with articleimg custom field
what do you think i done wrong?
grateful
i have the same problem but i didn't find any answer for it here
so, is there or not a fix to this problem?
ps:
1) i already configured my folders with all permissions in 777
2) i got the last version of the fcg (3.2.0)
3) i got the last version of the wordpress (2.9.2)
4) i configured my 3 posts with articleimg custom field
what do you think i done wrong?
grateful
- irviso
- Posts: 1
- Joined: Mon Mar 15, 2010 5:22 am
Re: upgraded wordpress to version 2.92 and FCG not working
Please let us know if there is some way to fix this as it is causing a major problem in my business. I am setting up sites for people and they were sold on the FCG. I also have to have the join newsletter feature on the sites as the point of the site is to stay top of mind with people. There is no compatibility issues with the earleir verison of wordpress os it has something to do with the new version 2.92 and having this join newsletter feature causing a confilct.
- rfaraj
- Posts: 10
- Joined: Wed Mar 03, 2010 6:00 pm
Re: upgraded wordpress to version 2.92 and FCG not working
can you give me that leadpro plugin link, I will donwload it,a give it a try
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: upgraded wordpress to version 2.92 and FCG not working
Actually LeadPro is not a plugin, it's a form that's being submitted from the site.
The code from the page is below. If we remove this page the FCG plug in works. The FCG plug in also works with this page on other sites that we have not upgraded to latest verison of wordpress.
<form action="http://go.leadpro247.com/Forms/HostSignUp.aspx?eBack=http://michiganrealestateresource.com/?page_id=84" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<div style="margin-left: auto; margin-right: auto;">
<table id="tblmain" style="width: 450px; border: #d3d3d3 1px solid;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td align="center">
<table id="search" style="text-align: left; background-color: #f1f2f3; color: black; font-size: 12px; padding: 8px;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td style="text-align: center; background-color: #2f90e1; font-family: Arial, Verdana, Helvetica, sans-serif; color: white; font-size: larger; font-weight: bold; padding: 5px;">Join Now</td>
</tr>
<tr>
<td style="font-size: larger;" align="center">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: left; font-family: Arial, Verdana, Helvetica, sans-serif; padding: 10px;">Email<span style="margin: 0.1em; font-family: verdana, helvetica, sans-serif, Arial; color: red; font-size: 12px; vertical-align: top; font-weight: bold;">*</span></td>
<td style="text-align: left; padding: 10px;"><input id="eId" maxlength="150" name="eId" size="30" type="text" /></td>
</tr>
<tr>
<td style="text-align: left; font-family: Arial, Verdana, Helvetica, sans-serif; padding: 10px;">First Name<span style="margin: 0.1em; font-family: verdana, helvetica, sans-serif, Arial; color: red; font-size: 12px; vertical-align: top; font-weight: bold;">*</span></td>
<td style="text-align: left; padding: 10px;"><input id="fName" maxlength="65" name="fName" size="30" type="text" /></td>
</tr>
<tr>
<td style="text-align: left; font-family: Arial, Verdana, Helvetica, sans-serif; padding: 10px;">Last Name<span style="margin: 0.1em; font-family: verdana, helvetica, sans-serif, Arial; color: red; font-size: 12px; vertical-align: top; font-weight: bold;">*</span></td>
<td style="text-align: left; padding: 10px;"><input id="lName" maxlength="65" name="lName" size="30" type="text" /></td>
</tr>
<tr>
<td><input id="Lid" name="Lid" type="hidden" value="2526208336306" /> <input id="Tid" name="Tid" type="hidden" value="3927CHASE64768" /> <input id="LeadURL" name="LeadURL" type="hidden" /></td>
</tr>
</tbody>
<tbody id="tbTopContent"></tbody>
<tbody>
<tr>
<td style="text-align: center;" colspan="2"><input onclick="return ValidateRequiredFields();" type="submit" value="Submit" /></td>
</tr>
<tr>
<td style="font-family: Arial, Verdana, Helvetica, sans-serif; padding: 10px;" colspan="2" align="left"><span style="margin: 0.1em; font-family: verdana, helvetica, sans-serif, Arial; color: red; font-size: 12px; vertical-align: top; font-weight: bold;">*</span>Indicates Required Field</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</form><script type="text/javascript">// <![CDATA[</div>
<div mce_tmp="1">
// ]]></script>
The code from the page is below. If we remove this page the FCG plug in works. The FCG plug in also works with this page on other sites that we have not upgraded to latest verison of wordpress.
<form action="http://go.leadpro247.com/Forms/HostSignUp.aspx?eBack=http://michiganrealestateresource.com/?page_id=84" accept-charset="UNKNOWN" enctype="application/x-www-form-urlencoded" method="post">
<div style="margin-left: auto; margin-right: auto;">
<table id="tblmain" style="width: 450px; border: #d3d3d3 1px solid;" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td align="center">
<table id="search" style="text-align: left; background-color: #f1f2f3; color: black; font-size: 12px; padding: 8px;" border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td style="text-align: center; background-color: #2f90e1; font-family: Arial, Verdana, Helvetica, sans-serif; color: white; font-size: larger; font-weight: bold; padding: 5px;">Join Now</td>
</tr>
<tr>
<td style="font-size: larger;" align="center">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="text-align: left; font-family: Arial, Verdana, Helvetica, sans-serif; padding: 10px;">Email<span style="margin: 0.1em; font-family: verdana, helvetica, sans-serif, Arial; color: red; font-size: 12px; vertical-align: top; font-weight: bold;">*</span></td>
<td style="text-align: left; padding: 10px;"><input id="eId" maxlength="150" name="eId" size="30" type="text" /></td>
</tr>
<tr>
<td style="text-align: left; font-family: Arial, Verdana, Helvetica, sans-serif; padding: 10px;">First Name<span style="margin: 0.1em; font-family: verdana, helvetica, sans-serif, Arial; color: red; font-size: 12px; vertical-align: top; font-weight: bold;">*</span></td>
<td style="text-align: left; padding: 10px;"><input id="fName" maxlength="65" name="fName" size="30" type="text" /></td>
</tr>
<tr>
<td style="text-align: left; font-family: Arial, Verdana, Helvetica, sans-serif; padding: 10px;">Last Name<span style="margin: 0.1em; font-family: verdana, helvetica, sans-serif, Arial; color: red; font-size: 12px; vertical-align: top; font-weight: bold;">*</span></td>
<td style="text-align: left; padding: 10px;"><input id="lName" maxlength="65" name="lName" size="30" type="text" /></td>
</tr>
<tr>
<td><input id="Lid" name="Lid" type="hidden" value="2526208336306" /> <input id="Tid" name="Tid" type="hidden" value="3927CHASE64768" /> <input id="LeadURL" name="LeadURL" type="hidden" /></td>
</tr>
</tbody>
<tbody id="tbTopContent"></tbody>
<tbody>
<tr>
<td style="text-align: center;" colspan="2"><input onclick="return ValidateRequiredFields();" type="submit" value="Submit" /></td>
</tr>
<tr>
<td style="font-family: Arial, Verdana, Helvetica, sans-serif; padding: 10px;" colspan="2" align="left"><span style="margin: 0.1em; font-family: verdana, helvetica, sans-serif, Arial; color: red; font-size: 12px; vertical-align: top; font-weight: bold;">*</span>Indicates Required Field</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</form><script type="text/javascript">// <![CDATA[</div>
<div mce_tmp="1">
// ]]></script>
- rfaraj
- Posts: 10
- Joined: Wed Mar 03, 2010 6:00 pm
Re: upgraded wordpress to version 2.92 and FCG not working
Same Problem here. I had the plugin deinstalled and reinstalled but it is not working. What is odd is that some people can see the plugin working, some can´t. At a friends of mine it worked in the Firefox but not at the Safari. At home it isn´t working at both browsers and at work it is not working in the Firefox. Maybe it is browser issue? I am not sure.
http://www.spieleabend-berlin.de/
Greetings from Berlin
Sebastian
http://www.spieleabend-berlin.de/
Greetings from Berlin
Sebastian
- Tanis
- Posts: 6
- Joined: Wed Mar 17, 2010 3:47 am
Re: upgraded wordpress to version 2.92 and FCG not working
try to turn off thinkbox and nextgen 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
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: upgraded wordpress to version 2.92 and FCG not working
i have niether plug in installed
- rfaraj
- Posts: 10
- Joined: Wed Mar 03, 2010 6:00 pm
Re: upgraded wordpress to version 2.92 and FCG not working
Still no news? Hope there will be a solution someday. Missing the FCG a lot and my readers at the website too. :-/
Greetings
Sebastian
Greetings
Sebastian
- Tanis
- Posts: 6
- Joined: Wed Mar 17, 2010 3:47 am
Re: upgraded wordpress to version 2.92 and FCG not working
I know I really hope they give us a solution this is really devastating my business plans.
- rfaraj
- Posts: 10
- Joined: Wed Mar 03, 2010 6:00 pm
32 posts • Page 2 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 0 guests









