How to configure the plugin options
48 posts • Page 3 of 5 • 1, 2, 3, 4, 5
Re: How to configure the plugin options
try any other image url, that has no ~, just any url from internet
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
- Thank you for using the Featured Content Gallery Forum
Re: How to configure the plugin options
try any other image url, that has no ~, just any url from internet,
sociable plugin could be problem too, check on plugins
also your theme could problem..try on default theme
sociable plugin could be problem too, check on plugins
also your theme could problem..try on default theme
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: How to configure the plugin options
I have just uploaded the FCG plugin, and I am really hoping that I can get it to work. I have made the custom fields and added the URL for the images. My custom text shows up, but my images don't show up.
I have a test blog going at [url]etechplace.org/franktest[/url]
Thanks for any info you can share.
Frank
I have a test blog going at [url]etechplace.org/franktest[/url]
Thanks for any info you can share.
Frank
- fjfitzpatrick
- Posts: 2
- Joined: Fri Sep 18, 2009 8:25 am
Re: How to configure the plugin options
1. Try to turn off all your plugins at once to exclude fcg-other plugin conflict
2. Try default theme to exclude fcg-theme conflict
2. Try default theme to exclude fcg-theme 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: How to configure the plugin options
I have done all of that and no changes. I am a teacher and I would love for this to work.
Thanks
Thanks
- fjfitzpatrick
- Posts: 2
- Joined: Fri Sep 18, 2009 8:25 am
Re: How to configure the plugin options
show me the code where you put the gallery call in, it looks like it is in the loop of posts, and it replicates itself
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: How to configure the plugin options
Maybe I need to post my question here. I posted elsewhere on this forum, but will repost here in case this is the correct place for it. I need to change the size of the font in the text overlay. It is probably a 10 pt now and I need a 12 pt size.
- alivepfc
- Posts: 11
- Joined: Thu Apr 09, 2009 7:39 pm
Re: How to configure the plugin options
Nevermind I found it. Yay me!
- alivepfc
- Posts: 11
- Joined: Thu Apr 09, 2009 7:39 pm
Re: How to configure the plugin options
I have a question.
I got a website called The Gamer. I posted a question in this forum yesterday and the solution provided worked wonders. Thanks in advance. Now it's time for improvement.
First, my website's link: http://www.thegamer.com.br
Now, for the question...
Is it possible for me to customize the text fonts and colors in FCG plugin? I mean, I know of custom fields like that one to add a different featured text and all that. What I want is change the font color, type and size, make it a little bigger, a little more notorious.
I was thinking of leaving the smaller text white while the title would be shown in yellow, with a bigger, different font.
Anyone can help me out on this subject?
I got a website called The Gamer. I posted a question in this forum yesterday and the solution provided worked wonders. Thanks in advance. Now it's time for improvement.
First, my website's link: http://www.thegamer.com.br
Now, for the question...
Is it possible for me to customize the text fonts and colors in FCG plugin? I mean, I know of custom fields like that one to add a different featured text and all that. What I want is change the font color, type and size, make it a little bigger, a little more notorious.
I was thinking of leaving the smaller text white while the title would be shown in yellow, with a bigger, different font.
Anyone can help me out on this subject?
- Arbulu
- Posts: 5
- Joined: Sun Sep 27, 2009 10:17 pm
Re: How to configure the plugin options
in the css/jd.gallery.css.php
those 2 styles are for the title(h2) and description(p), try to modify those for your needs
those 2 styles are for the title(h2) and description(p), try to modify those for your needs
- Code: Select all
.jdGallery .slideInfoZone h2
{
padding: 0 !important;
font-size: 14px !important;
background-color: <?php echo $fcg_bgcolor; ?> !important;
margin: 2px 5px !important;
font-weight: bold !important;
color: <?php echo $fcg_textcolor; ?> !important;
background-image: none !important;
text-align: left !important;
}
.jdGallery .slideInfoZone p
{
padding: 0 !important;
background-color: <?php echo $fcg_bgcolor; ?> !important;
font-size: 11px !important;
margin: 2px 5px !important;
color: <?php echo $fcg_textcolor; ?> !important;
background-image: none !important;
text-align: left !important;
}
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
48 posts • Page 3 of 5 • 1, 2, 3, 4, 5
Return to Plugin Settings, Features, and Options
Who is online
Users browsing this forum: No registered users and 0 guests









