Known FCG Plugin Conflicts
Re: Known FCG Plugin Conflicts
I have discovered a conflict with a plugin called Slickr Flickr
- marchindley
- Posts: 1
- Joined: Tue Mar 30, 2010 2:52 am
Re: Known FCG Plugin Conflicts
The Simple Press Forum and FCG conflicts can be solved by putting the FCG css style codes on the template. Go here, http://www.techz.in/simple-press-forum- ... t-gallery/
FCG is working fine on my website with the Simple Press Forum. The SPF is on this page http://www.techz.in/forum/
FCG is working fine on my website with the Simple Press Forum. The SPF is on this page http://www.techz.in/forum/
- kalpeshmistry
- Posts: 3
- Joined: Fri Apr 16, 2010 12:16 am
Re: Known FCG Plugin Conflicts
I am using Thesis 1.7 at my website http://honorablereviews.com/
I have assigned the custom fields: articleimg with full URL & featuredtext with text.
In the FCG settings, I have assigned width & height as 600 x 400 and text of 60px.
I have given the post id of these 2 posts with the IDs and no spaces.
I am getting the border and it simply says loading but nothing appears.
In the source code for home page, the FCG html does not have the img URL even though custom field has it.
Additionally, I have deactivated all the plugins except Akismet, Thesis Openhook and Exec-PHP.
I have included the FCG code in custom_functions.php of Thesis. This is the code:
What do you think could be the problem?
Kindly advice.
Thanks
Raj
I have assigned the custom fields: articleimg with full URL & featuredtext with text.
In the FCG settings, I have assigned width & height as 600 x 400 and text of 60px.
I have given the post id of these 2 posts with the IDs and no spaces.
I am getting the border and it simply says loading but nothing appears.
In the source code for home page, the FCG html does not have the img URL even though custom field has it.
Additionally, I have deactivated all the plugins except Akismet, Thesis Openhook and Exec-PHP.
I have included the FCG code in custom_functions.php of Thesis. This is the code:
- Code: Select all
<div class='vkr_featured_contents'>
<h3><strong>HOT PRODUCTS FOR THIS MONTH</strong></h3>
</div>
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
<br />
What do you think could be the problem?
Kindly advice.
Thanks
Raj
- raj2006
- Posts: 7
- Joined: Fri May 21, 2010 11:17 pm
Re: Known FCG Plugin Conflicts
right now what you have on the site is not 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
Hi,
Because of the weekend, I did not want the site to be down. So, I had activated Featured Content Showcase. But, I want to use FCG in place of FCS.
Now, I have activated FCG.
Kindly have a look and let me know what could be wrong
Cheers
Raj
Because of the weekend, I did not want the site to be down. So, I had activated Featured Content Showcase. But, I want to use FCG in place of FCS.
Now, I have activated FCG.
Kindly have a look and let me know what could be wrong
Cheers
Raj
- raj2006
- Posts: 7
- Joined: Fri May 21, 2010 11:17 pm
Re: Known FCG Plugin Conflicts
did you provide articleimg custom fields for the posts?
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
Yes, I have two posts where I have defined articleimg & featuredtext.
I have attached the jpg file showing the custom fields.
Kindly let me know if you need further info from me.
Thanks
Raj
I have attached the jpg file showing the custom fields.
Kindly let me know if you need further info from me.
Thanks
Raj
- Attachments
-
- capture1.JPG (33.47 KiB) Viewed 561 times
- raj2006
- Posts: 7
- Joined: Fri May 21, 2010 11:17 pm
Re: Known FCG Plugin Conflicts
did you put the gallery call through exec plugin?
try to put it directly in to home.php or index.php
try to put it directly in to home.php or index.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: 4738
- Joined: Fri Jan 16, 2009 9:29 am
- Location: Seattle, WA
Re: Known FCG Plugin Conflicts
In Thesis, every thing happens through hooks. And, any user defined code changes need to be put in to custom_functions.php in the thesis theme custom folder. The user is not allowed to touch any other files in the main theme folder.
Currently, the following code (image attached) for the gallery call is added in the Thesis OpenHook plugin (this is a third party plugin to avoid directly inserting codes & calling functions in custom_functions.php.
But, I had also tried directly putting the code in custom_functions.php but I was getting exactly the same results as now.
Just FYI, the code for the FCS plugin was also inserted in the same openhook plugin location as shown in the image and it was working fine as you would have seen.
Please let me know.
Raj
Currently, the following code (image attached) for the gallery call is added in the Thesis OpenHook plugin (this is a third party plugin to avoid directly inserting codes & calling functions in custom_functions.php.
But, I had also tried directly putting the code in custom_functions.php but I was getting exactly the same results as now.
Just FYI, the code for the FCS plugin was also inserted in the same openhook plugin location as shown in the image and it was working fine as you would have seen.
Please let me know.
Raj
- Attachments
-
- capture2.JPG (19.79 KiB) Viewed 555 times
- raj2006
- Posts: 7
- Joined: Fri May 21, 2010 11:17 pm
Return to Development, Improvement, and Conflicts
Who is online
Users browsing this forum: No registered users and 0 guests









