Featured Content Gallery | WordPress Plugin | iePlexus

code out in view source but gallery not displaying

Customizing the FCG plugin and more

code out in view source but gallery not displaying

PostBy sank on Fri May 13, 2011 12:01 pm

hi
i keep coming back to this amazing plug because you guys thought of everything!

but i've got one issue on this test page:
http://www.bassnectar.net/test/

all the fcg gallery code for 2 test posts is there in the view source, so it's not an issue with output - it's just coming up blank on the page...

i disabled all other plugs and still no show. first time encountering this ..
any ideas?
thanks!
s
sank
 
Posts: 10
Joined: Fri Feb 11, 2011 8:52 am

Re: code out in view source but gallery not displaying

Thank you for using the Featured Content Gallery Forum
 

Re: code out in view source but gallery not displaying

PostBy admin on Mon May 16, 2011 7:19 am

you have missing javascript and css files in the <head> of your site. check your theme header.php file...you probably do not have <?php wp_head(); ?> there
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: code out in view source but gallery not displaying

PostBy sank on Sat May 28, 2011 10:49 am

hi there - indeed the wp_head is there - but the scripts weren't being injected for some reason...

i hard coded them in, still no luck:
http://www.bassnectar.net/test/

i disabled all other plugs - still nothing appears...

quite odd - any suggestions?
thanks!
s
sank
 
Posts: 10
Joined: Fri Feb 11, 2011 8:52 am

Re: code out in view source but gallery not displaying

PostBy admin on Tue May 31, 2011 7:25 am

give me the code of your theme header.php file
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: code out in view source but gallery not displaying

PostBy sank on Thu Jun 02, 2011 1:52 pm

here's the code:
(you can see where i'm injecting the gallery scripts manually since it's not being written by the plug... i'm calling the "jd.gallery.css" file separately before that )

Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head profile="http://gmpg.org/xfn/11">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" <?php language_attributes(); ?>>
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en" />
<meta name="blogcatalog" content="9BC9302530" />
<meta property="og:type" content="music" />
<title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<link rel="Shortcut Icon" href="<?php echo get_settings('home'); ?>/wp-content/themes/default/images/favicon.ico" type="image/x-icon" />

<script type="text/javascript" src="http://cdn.topspin.net/javascripts/topspin_core.js?aId=38&gat=UA-8431295-1"></script>
<script type="text/javascript" src="/wp-content/themes/default/_call/imageswapper.js"></script>

<link rel="stylesheet" href="/wp-content/themes/default/_call/_gigstyle.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/wp-content/themes/default/_call/_jd.gallery.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/wp-content/themes/default/_call/_nggallery.css" type="text/css" media="screen" />
<script type="text/javascript">var disqus_iframe_css = "/wp-content/themes/default/_call/_disqus.css";</script>
<link type="text/css" rel="stylesheet" href="/wp-content/themes/default/_call/_disqus.css" media="screen" />
<link rel="stylesheet" href="/wp-content/themes/default/_call/_wp-paginate.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/wp-content/themes/default/_call/_style3.0.css" type="text/css" media="screen" />


   
    <link rel="stylesheet" href="/wp-content/plugins/featured-content-gallery/css/jd.gallery.css.php" type="text/css" media="screen" charset="utf-8"/>
   <script type="text/javascript" src="/wp-content/plugins/featured-content-gallery/scripts/mootools.v1.11.js"></script>
   <script type="text/javascript" src="/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.js.php"></script>
   <script type="text/javascript" src="/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.transitions.js"></script>
   


<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>

<script type="text/javascript">
function recordOutboundLink(link, category, action) {
  try {
    var pageTracker=_gat._getTracker("UA-8431295-1");
    pageTracker._trackEvent(category, action);
    setTimeout('document.location = "' + link.href + '"', 100)
  }catch(err){}
}
</script>
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script>
<?php wp_head(); ?>
<script type='text/javascript' src="/wp-content/plugins/jquery-lightbox-balupton-edition/scripts/jquery.lightbox.min.js"></script>

</head>
<body>
<div id="container">
   <div id="header">
      <a href="http://www.bassnectar.net"><img class="logo" src="/wp-content/themes/default/images/logo.png" alt="homepage" title="homepage"/></a>
      <?php include(TEMPLATEPATH."/__nav.php");?>
   </div>
sank
 
Posts: 10
Joined: Fri Feb 11, 2011 8:52 am

Re: code out in view source but gallery not displaying

PostBy admin on Thu Jun 02, 2011 4:32 pm

try to inject those links like this
Code: Select all
<link rel="stylesheet" href="http://www.bassnectar.net/wp-content/plugins/featured-content-gallery/css/jd.gallery.css" type="text/css" media="screen" charset="utf-8"/>
     <link rel="stylesheet" href="http://www.bassnectar.net/wp-content/plugins/featured-content-gallery/css/jd.gallery.css.php" type="text/css" media="screen" charset="utf-8"/>
      <script src="http://www.bassnectar.net/wp-content/plugins/featured-content-gallery/scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
      <script src="http://www.bassnectar.net/wp-content/plugins/featured-content-gallery/scripts/mootools-1.2-more.js" type="text/javascript"></script>
      <script src="http://www.bassnectar.net/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.js.php" type="text/javascript"></script>
      <script type="text/javascript" src="http://www.bassnectar.net/wp-content/plugins/featured-content-gallery/scripts/jd.gallery.transitions.js"></script>
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: code out in view source but gallery not displaying

PostBy sank on Sat Jun 04, 2011 11:26 am

still no go:
http://www.bassnectar.net/test/

i'm also using a plug-in called theme test drive - the link you see above is actually the old current theme - the new one is different, but over all the same plugs being used..

i disabled the theme test drive & injected the scripts on the old current theme header but still no effect..

any idea as to why the content for this as all there (you can see it in the view source) but it never displays? is it a "display:none;" issue?

thanks!
s
sank
 
Posts: 10
Joined: Fri Feb 11, 2011 8:52 am

Re: code out in view source but gallery not displaying

PostBy admin on Mon Jun 06, 2011 7:59 am

first link in your view source for files I asked you to add is different,
it points to
http://www.bassnectar.net/wp-content/th ... allery.css
which is not part of the gallery..also on first line of this file there is a comment
/* GALLERY EFFED?? REMOVE THE PLAIN .CSS FILE FROM THE PLUGIN FLDER DUMMY */
which I do not understand... I never heard of the problem like you have, when you activate plugin and files are not added to the <head>..something is going on with your theme..I can not help you with that, sorry..
you can try other way, download plugin again, install, activate, change theme to default and 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
User avatar
admin
Site Admin
 
Posts: 4789
Joined: Fri Jan 16, 2009 9:29 am
Location: Seattle, WA


Return to Plugin Settings, Features, and Options

Who is online

Users browsing this forum: No registered users and 0 guests

cron