Text disappearing on Home page with photonic.js

Reports about issues that you encounter in Photonic

Text disappearing on Home page with photonic.js

Postby Mr. Frog » 26 Dec 2011, 22:45

Hi,

First, thanks for this WP plugin, I was looking for a nice Smugmug integration for so long!

I installed the plugin on my WP and I have a strange issue, on my home page (index.php), when the plugin is activated, some of my text just disappear!
See the attached files:

I searched a lot tonight to find what was doing that and found out it comes from photonic.js. If I rename/remove the file, my text normaly appears, if I put it back, blank space!
I saw, so far, that I have this issue only on my index.php file, so that's kind of weird.
I really don't know which function or part of that javascript file is causing that.
Probably a conflict with another JS installed with my theme or another plugin, but I don't know what.

Do you have an idea? My website is http://www.photocedric.com
For now, the photonic.js is renamed to photonic.js.old.


Thanks!
Attachments
Capture d’écran 2011-12-27 à 00.31.52.png
With photonic.js
Capture d’écran 2011-12-27 à 00.31.52.png (245.4 KiB) Viewed 1825 times
Capture d’écran 2011-12-27 à 00.30.30.png
With photonic.js removed (normaly look)
Capture d’écran 2011-12-27 à 00.30.30.png (255.27 KiB) Viewed 1825 times
Mr. Frog
 
Posts: 6
Joined: 26 Dec 2011, 22:33
Location: Montreal

Re: Text disappearing on Home page with photonic.js

Postby sayontan » 26 Dec 2011, 22:54

Without the plugin activated it is hard for me to tell. I have tested the plugin with several themes, but never encountered this issue. Can you activate it for a while so that I can check?
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Text disappearing on Home page with photonic.js

Postby Mr. Frog » 27 Dec 2011, 07:13

Hi,

I activated it, the text is now invisible!

Thanks!
Mr. Frog
 
Posts: 6
Joined: 26 Dec 2011, 22:33
Location: Montreal

Re: Text disappearing on Home page with photonic.js

Postby sayontan » 27 Dec 2011, 13:26

Sorry, by the time I checked it was deactivated again.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Text disappearing on Home page with photonic.js

Postby Mr. Frog » 27 Dec 2011, 13:39

Hmm that's weird because it is still active. I double checked in Chrome, Safari and Firefox on my two computers and my text is still invisible.

I'm playing a bit with the website right now, but not with that.
Mr. Frog
 
Posts: 6
Joined: 26 Dec 2011, 22:33
Location: Montreal

Re: Text disappearing on Home page with photonic.js

Postby sayontan » 27 Dec 2011, 14:25

Sorry, I meant to ask you to rename the file to photonic.js - I can see that the plugin is active.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Text disappearing on Home page with photonic.js

Postby Mr. Frog » 27 Dec 2011, 17:56

yeah yeah, it's there and loaded:

http://www.photocedric.com/wp-content/p ... hotonic.js and it's loaded on my index.php page (like all others)
Mr. Frog
 
Posts: 6
Joined: 26 Dec 2011, 22:33
Location: Montreal

Re: Text disappearing on Home page with photonic.js

Postby sayontan » 27 Dec 2011, 18:27

OK - for some reason I was getting a 404 error earlier.

Either your theme or one of your plugins doesn't include JQuery in a "noConflict" mode (which is WP's recommendation). If I look at your page in Firebug console, I see this message:
Code: Select all
$ is not a function
http://www.photocedric.com/
Line 52


This corresponds to your "Enhanced Search Box" - I don't know if that is something bundled with your theme or if it is a separate plugin. Either way, that error prevents subsequent JS (that has been correctly included in your code) from executing correctly
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Text disappearing on Home page with photonic.js

Postby Mr. Frog » 27 Dec 2011, 20:21

Ok, looks like it was:

Code: Select all
<script type='text/javascript'>
        var $j = jQuery.noConflict();
    $j(function() {
                                $j('ul#user_interaction_blog').carouFredSel({
                                        auto: false,
                                        items : 4,
                                        scroll: 1,
                                        prev: "#prev-slider-main-blog",
                                        next: "#next-slider-main-blog"
                                });
                        });
</script>


On my main page that was causing the issue.
I have no idea why, but if I comment it, text reappears again!
Mr. Frog
 
Posts: 6
Joined: 26 Dec 2011, 22:33
Location: Montreal


Return to Bug Reports

Who is online

Users browsing this forum: No registered users and 0 guests