Featured Content Gallery | WordPress Plugin | iePlexus

The pictures are not displayed

General WordPress and FCG plugin discussion

The pictures are not displayed

PostBy PolyC on Mon Feb 14, 2011 9:01 am

Hello

I have a problem: The images of the plugin does not appear. Yet I have followed the instructions of the help page for installation. Looking at the source code of the page, yet we see that the text is here:

Code: Select all
<div id="myGallery">

                 <div class="imageElement">
                <h2>L’emploi : un mot étrange, une étape indispensable avant de prétendre à la retraite&#8230;</h2>
                                    <p>L’emploi : un mot étrange, une étape indispensable avant de prétendre à la retraite...</p>
                                  <a href="http://radiovl.fr/v2/l%e2%80%99emploi-un-mot-etrange-une-etape-indispensable-avant-de-pretendre-a-la-retraite/" title="Read More" class="open"></a>
                 <img src="http://radiovl.fr/v2/wp-content/uploads/2011/02/work.jpg" alt="" class="full" />
                 <img src="http://radiovl.fr/v2/wp-content/uploads/2011/02/work.jpg" alt="" class="thumbnail" />
              </div>
                       <div class="imageElement">

                <h2>Essaie 2</h2>
                                    <p>ESSAIE 2</p>
                                  <a href="http://radiovl.fr/v2/essaie-2/" title="Read More" class="open"></a>
                 <img src="http://radiovl.fr/v2/wp-content/themes/education-10/images/468x60.gif" alt="" class="full" />
                 <img src="http://radiovl.fr/v2/wp-content/themes/education-10/images/468x60.gif" alt="" class="thumbnail" />
              </div>
                       <div class="imageElement">
                <h2>Palmarès des écoles de commerce délivrant le grade de master</h2>

                                    <p>Palmarès des écoles de commerce délivrant le grade de master</p>
                                  <a href="http://radiovl.fr/v2/palmares-des-ecoles-de-commerce-delivrant-le-grade-de-master/" title="Read More" class="open"></a>
                 <img src="http://radiovl.fr/v2/wp-content/uploads/2011/02/lepoint.jpg" alt="" class="full" />
                 <img src="http://radiovl.fr/v2/wp-content/uploads/2011/02/lepoint.jpg" alt="" class="thumbnail" />
              </div>
                  </div>
            
</div>


Here is the address of my site: http://radiovl.fr/v2/

Can you help me ? :)

Thank you in advance
PolyC
 
Posts: 4
Joined: Mon Feb 14, 2011 8:55 am

Re: The pictures are not displayed

Thank you for using the Featured Content Gallery Forum
 

Re: The pictures are not displayed

PostBy admin on Wed Feb 16, 2011 8:42 am

probably there is a conflict between fcg and other plugin or your theme, try to turn off other plugins one by one and change theme to default,
this code from your view source makes it brake
Code: Select all
if (window.attachEvent) window.attachEvent("onload", sfHover);
//--><!]]></script>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function() {
    $("#topnavbarleft").load("http://radiovl.fr/v2/wp-content/themes/radiovl/script-radio.php");
   var refreshId = setInterval(function() {
      $("#topnavbarleft").load('http://radiovl.fr/v2/wp-content/themes/radiovl/script-radio.php?randval='+ Math.random());
   }, 10000);
});

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

Re: The pictures are not displayed

PostBy PolyC on Wed Feb 16, 2011 9:52 am

Hello!

I do the test, and i see that it's this code who block FCG:
Code: Select all
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
$(document).ready(function() {
    $("#topnavbarleft").load("http://radiovl.fr/v2/wp-content/themes/radiovl/script-radio.php");
   var refreshId = setInterval(function() {
      $("#topnavbarleft").load('http://radiovl.fr/v2/wp-content/themes/radiovl/script-radio.php?randval='+ Math.random());
   }, 10000);
});
</script>


How can i do, to don't delete this part of code, and that the pulgin works?
This part of code is mine, it's to refresh a <div> in my code...

Tank you
PolyC
 
Posts: 4
Joined: Mon Feb 14, 2011 8:55 am

Re: The pictures are not displayed

PostBy admin on Wed Feb 16, 2011 2:23 pm

it looks like this is part of your theme, and probably belongs to your top menu, try to remove it and see what is gonna happen
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 General Discussion

Who is online

Users browsing this forum: enunlocor and 0 guests

cron