How to configure the plugin options
48 posts • Page 5 of 5 • 1, 2, 3, 4, 5
Re: How to configure the plugin options
try to change values on redirected site http://imprezatravel.com/
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
admin wrote:try to change values on redirected site http://imprezatravel.com/
Yes ofcourse but that is not my issue
Red Joker wrote:Hi,
thank you for a awesome plug in.
Can anyone help me figure this out. I can't change values in Featured Content Gallery Configuration.
If for an example I want to change the standard setting of Slide Display Duration of 50000 millisec to 1000 millisiecit as soon as I hit update the setting goes back to the default value of 50000 millisec???
This also happens if I want to change the Text Overlay Height in Pixels: 50 to 0
Here the site adress: http://www.redjoker.se(it's a redirect)
Please help
Please help me out with the above issue.
- Red Joker
- Posts: 4
- Joined: Fri Aug 06, 2010 9:43 am
Re: How to configure the plugin options
Red Joker wrote:admin wrote:try to change values on redirected site http://imprezatravel.com/
Yes ofcourse but that is not my issueRed Joker wrote:Hi,
thank you for a awesome plug in.
Can anyone help me figure this out. I can't change values in Featured Content Gallery Configuration.
If for an example I want to change the standard setting of Slide Display Duration of 50000 millisec to 1000 millisiecit as soon as I hit update the setting goes back to the default value of 50000 millisec???
This also happens if I want to change the Text Overlay Height in Pixels: 50 to 0
Here the site adress: http://www.redjoker.se(it's a redirect)
Please help
Please help me out with the above issue.
Just so we don't miss understand each other all the values are changed on the redirect site.
I shouldn't have mentioned the www.redjoker.se redirect it just made it unnecessary confusing.
- Red Joker
- Posts: 4
- Joined: Fri Aug 06, 2010 9:43 am
Re: How to configure the plugin options
firstly,thanks for your fantastic plugin
could you tell me why when I reload the page, I can see the images try to load. However, the gallery is not displayed
oh,almost forget, i'm new to wordpress
I use a theme called Streamline Child Theme version 3.0
It looks like your website's style
If you know how to use the FCG in this theme,cuold you tell me where should i put the code below in,(ps:I already add the custom field at least 2 )
I'm so sorry,i found the code in the home.php,but i didn't add it by myself,
shuold i add it once more
could you tell me why when I reload the page, I can see the images try to load. However, the gallery is not displayed
oh,almost forget, i'm new to wordpress
I use a theme called Streamline Child Theme version 3.0
It looks like your website's style
If you know how to use the FCG in this theme,cuold you tell me where should i put the code below in,(ps:I already add the custom field at least 2 )
- Code: Select all
<?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
I'm so sorry,i found the code in the home.php,but i didn't add it by myself,
shuold i add it once more
- Innocence
- Posts: 3
- Joined: Fri Aug 13, 2010 8:55 pm
Re: How to configure the plugin options
Great Plugin! I have the plugin working fine for the most part, but I have one problem. The post Title refuses to show for some unknown reason. The text contained in the body of each post takes up the entire overlay with not a single trace of the actual post title. Any ideas as to how I can fix this strange occurrence. This is driving me crazy because everything else works.
My jd.gallery.css.php file has the following for the H2 Title:
.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;
}
My css file contains only 4 references to the H2 tag so I don't think it's the problem:
/* Reset & Common */
html,body,p,h1,h2,h3,h4,h5,h6,table,thead,tbody,tfoot,tr,th,td,pre,strong,font,b,fieldset,legend,ul,ol,li,form,label,input,text-area,select,option,iframe {
# border:0;
font:normal 12px arial,sans-serif;
margin:0;
padding:0;
text-align:left;
}
.commentsMain h2#comments,.commentsMain #respond h2 {
font:bold 22px arial, sans-serif;
color:#000;
padding:20px 0 10px;
}
#content .post h2 a {
text-transform:uppercase;
color:#000;
font-size:30px;
line-height:42px;
}
#content .post h2 a:hover {
text-transform:uppercase;
color:#333;
font-size:35px;
line-height:42px;
}
My jd.gallery.css.php file has the following for the H2 Title:
.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;
}
My css file contains only 4 references to the H2 tag so I don't think it's the problem:
/* Reset & Common */
html,body,p,h1,h2,h3,h4,h5,h6,table,thead,tbody,tfoot,tr,th,td,pre,strong,font,b,fieldset,legend,ul,ol,li,form,label,input,text-area,select,option,iframe {
# border:0;
font:normal 12px arial,sans-serif;
margin:0;
padding:0;
text-align:left;
}
.commentsMain h2#comments,.commentsMain #respond h2 {
font:bold 22px arial, sans-serif;
color:#000;
padding:20px 0 10px;
}
#content .post h2 a {
text-transform:uppercase;
color:#000;
font-size:30px;
line-height:42px;
}
#content .post h2 a:hover {
text-transform:uppercase;
color:#333;
font-size:35px;
line-height:42px;
}
- cryasangroup
- Posts: 1
- Joined: Sat Aug 28, 2010 6:34 pm
Re: How to configure the plugin options
please provide url
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 wrote about this awhile back ago but still face have the same problem. I would really appreciate assistance on this issue.Please read below...
Hi,
thank you for a awesome plug in.
Can anyone help me figure this out. I can't change values in Featured Content Gallery Configuration.
If for an example I want to change the standard setting of Slide Display Duration of 50000 millisec to 10000 millisec, as soon as I hit update the setting goes back to the default value of 50000 millisec???
This also happens if I want to change the Text Overlay Height in Pixels: 50 to 0
Here the site adress: http://imprezatravel.com/
Please help
Hi,
thank you for a awesome plug in.
Can anyone help me figure this out. I can't change values in Featured Content Gallery Configuration.
If for an example I want to change the standard setting of Slide Display Duration of 50000 millisec to 10000 millisec, as soon as I hit update the setting goes back to the default value of 50000 millisec???
This also happens if I want to change the Text Overlay Height in Pixels: 50 to 0
Here the site adress: http://imprezatravel.com/
Please help
- Red Joker
- Posts: 4
- Joined: Fri Aug 06, 2010 9:43 am
Re: How to configure the plugin options
sent you pm
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 5 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









