rayantony / jixedbar

Automatically exported from code.google.com/p/jixedbar
GNU General Public License v2.0
0 stars 0 forks source link

Problem with header tag, just one part of it though. Please help #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I am putting the header in my header.php file. It is only this part of the 
header that has a 
problem: 
<script type="text/javascript">
    $(document).ready(function() {
        $("#statusbar").jixedbar(); // select element
    }); 
</script>

As soon as I take that out and leave the other 3 lines in it is fine. 

What is the expected output? What do you see instead?
If i leave : 

<script type="text/javascript">
    $(document).ready(function() {
        $("#statusbar").jixedbar(); // select element
    }); 
</script>

in the header along with the rest, it doesnt even show up my website at all it 
just shows a blank 
page. But if I take it out it shows the page perfectly but instead of a bar, 
the icons are arranged 
at the bottom of the site in a list. 

Please help me out I'm trying to get this working for me. 

Thanks

Original issue reported on code.google.com by igi_sma...@hotmail.com on 2 Jan 2010 at 3:57

GoogleCodeExporter commented 9 years ago
I guess you are using Wordpress?

1. What version of Wordpress?
2. What Wordpress plugins are activated?
2. Is there another javascript or jquery plugin(s) you're using aside from 
jixedbar?
3. Can you send me the URL/link to your site so, I can look into it deeper 
and/or
reproduce the problem.

Cheers

Original comment by rawsw...@gmail.com on 2 Jan 2010 at 9:39

GoogleCodeExporter commented 9 years ago
hey no, im using dzoic handshakes script ... i removed the bar right now cause 
it would cause my site not to 
load at all ..... it was just that one line of code that if its taken out itll 
load the site but the bar wont show just the 
icons at the bottom of the page in a list 

http://www.blumiee.com

Original comment by igi_sma...@hotmail.com on 2 Jan 2010 at 9:41

GoogleCodeExporter commented 9 years ago
Ok, I saved a copy of you site's home template locally, integrate jixedbar 
(0.0.2)
and it worked just perfectly. (Please see the attached file)

Though I'm not sure if it'll gonna work on your production server.
But if you can create a (isolated) page on your site that would re-create the 
issue
(blank page and icons lists problem), send me the URL so I can look at it 
further more.

Cheers

Original comment by rawsw...@gmail.com on 2 Jan 2010 at 10:30

Attachments:

GoogleCodeExporter commented 9 years ago
the icons list problem is when i take out this part out of the header: 

<script type="text/javascript">
    $(document).ready(function() {
        $("#statusbar").jixedbar(); // select element
    }); 
</script>

if i put that into the header then it shows a blank page and doesn't load 
anything else 

Can we please fix this?? I really need this bar

Original comment by igi_sma...@hotmail.com on 2 Jan 2010 at 11:46

GoogleCodeExporter commented 9 years ago
Also, I have made the bar work no problem on a seperate page on the server .... 
http://www.blumiee.com/statusbar/

It works perfectly fine, but when i try to intergrate it to my page it makes 
problems so something is 
conflicting..... is it possibly that this only works on html pages ??? cause my 
index page on my site is php

Original comment by igi_sma...@hotmail.com on 2 Jan 2010 at 11:50

GoogleCodeExporter commented 9 years ago
Hi! Sorry for the late reply.

I doubt that jixedbar or javascripts could cause the page not to load.
You can try again and integrate jixedbar script and re-create the error
and then check your PHP error log file. You may get an idea on why the page 
doesn't
load and why your getting a blank page.

And No, it doesn't matter of your page is a static HTML file or a dynamic PHP 
script,
jixedbar should load just fine.

Carefully check your PHP script and try to look at the other javascripts you're 
using
on your site and if you have questions just post it and I will gladly reply.

Good luck, cheers!

Original comment by rawsw...@gmail.com on 3 Jan 2010 at 7:16

GoogleCodeExporter commented 9 years ago
i have the same probleam with ipb !!

Original comment by sufianc...@gmail.com on 11 Jan 2010 at 1:52

GoogleCodeExporter commented 9 years ago
The first reported issue (by igi_smalls) was I think already been fixed.
I'll will set the status to "Fixed" as no more post from him/her for a couple 
of days.

For sufiancool, I believe you've created a new issue similar to this, using
ipb-invison board? I'll be reproducing the problem/issue and have a solution 
soon.

Thanks, cheers!

Original comment by rawsw...@gmail.com on 11 Jan 2010 at 3:56