Featured Content Gallery | WordPress Plugin | iePlexus

Not Show Title

Customizing the FCG plugin and more

Not Show Title

PostBy jaxstar on Sat Mar 27, 2010 4:07 pm

Hi,

First off, great plugin. I built on myself at first and it didn't quite work as well for sure! I'm actually featuring just 3 pictures, using the plugin more as a welcome screen. I use this blog for more of a cms then an actual blog. So I created 3 special pages that were only created just for this plugin. Everything works great except 1 thing. I called these special pages say featurecontent1, featurecontent2, ... So obviously the title has no meaning.

So my issue is I don't want to show the title. So i went to gallery.php line 65 and removed what's between the h2. Works great... except in IE, where they have a big blank line at the top where the title would be. Chrome and Firefox dont' have this issue. So, I then tried removing the h2's and an error occurs. Doing some digging I tried to remove any mention of a 'title' in all the other files but still, nothing works unless I have the <h2></h2> in line 65 of gallery.php.

So my question is. How do I get rid of this? I tried changing it do div's, changing css to make the line smaller and a few other things. The extra line is making the bottom line unreadable on IE. Sure, I could make the bottom box larger, but then it looks bad in chrome and FF.

Thanks!
jaxstar
 
Posts: 4
Joined: Sat Mar 27, 2010 3:59 pm

Re: Not Show Title

Thank you for using the Featured Content Gallery Forum
 

Re: Not Show Title

PostBy jaxstar on Sun Mar 28, 2010 7:47 am

Also, forgot to add, and maybe this should be a separate post, but I noticed that the javascripts load on every page, even thought I only have this showing on my homepage in my home.php file.
1. Why does it load on every page
2. Is there a way to set it so it only loads on pages it needs to load?

Thanks!
jaxstar
 
Posts: 4
Joined: Sat Mar 27, 2010 3:59 pm

Re: Not Show Title

PostBy admin on Mon Mar 29, 2010 10:58 am

to remove title you did correct thing..but css styles are making empty title to show in the slider in ie

so to remove it open jd.gallery.css.php file
find style
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;
}

and change it to
Code: Select all
.jdGallery .slideInfoZone h2
{
padding: 0 !important;
font-size: 0px !important;
background-color: <?php echo $fcg_bgcolor; ?> !important;
margin: 0px 0px !important;
font-weight: bold !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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Not Show Title

PostBy jaxstar on Mon Mar 29, 2010 11:09 am

Worked Great. Never thought of changing the CSS. Thanks!
jaxstar
 
Posts: 4
Joined: Sat Mar 27, 2010 3:59 pm

Re: Not Show Title

PostBy admin on Mon Mar 29, 2010 11:32 am

yw
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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Not Show Title

PostBy zionent on Thu Oct 27, 2011 9:59 pm

Thank you for your help, I really appreciate it. What if I don't have the gallery.php loaded on my site? This is what I have: <?php include (ABSPATH . '/wp-content/plugins/featured-content-gallery/gallery.php'); ?>
zionent
 
Posts: 4
Joined: Mon Oct 17, 2011 7:35 pm

Re: Not Show Title

PostBy admin on Fri Oct 28, 2011 7:24 am

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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Not Show Title

PostBy zionent on Fri Oct 28, 2011 8:58 am

zionent
 
Posts: 4
Joined: Mon Oct 17, 2011 7:35 pm

Re: Not Show Title

PostBy admin on Fri Oct 28, 2011 9:51 am

gallery working fine there. what is the 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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA

Re: Not Show Title

PostBy zionent on Fri Oct 28, 2011 10:06 am

I only want the custom copy to be showing vs. page title. I would also like to have the custom copy be the same font size as the page title.

Thank you for your help.
zionent
 
Posts: 4
Joined: Mon Oct 17, 2011 7:35 pm

Next

Return to Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 0 guests