Open GoogleCodeExporter opened 9 years ago
You seem to be missing a lot of stuff on that screenshot, not just the uploader.
Could you create an user for me with the email info@subwaydesign.com.ar so I
can check it please?
Original comment by i...@subwaydesign.com.ar
on 9 May 2013 at 5:48
It's done.
Thank you very much.
Original comment by f.antu...@gmail.com
on 9 May 2013 at 6:10
It seems that jQuery isn't loading. A small modification has to be made to
correct a bug that another user found before.
Are you comfortable editing a php file and uploading it again via ftp?
All you need to do is change line 44 of header.php
It reads:
<script type="text/javascript" src="<?php echo PROTOCOL;
?>://code.jquery.com/jquery-1.8.3.min.js"></script>
change it to:
<script type="text/javascript"
src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
Since you don't use https, it will be fine. The next update will have this
corrected. Sorry.
Original comment by i...@subwaydesign.com.ar
on 9 May 2013 at 6:49
Hi again;
I edited and uploaded header.php but it's still the same…
Do you think I have to edit other files too ?
If it can helps, I already edited and uploaded files as explained here
http://code.google.com/p/clients-oriented-ftp/issues/detail?id=230 too.
Anyway, thanks for your time and your quick replies. :-)
Original comment by f.antu...@gmail.com
on 10 May 2013 at 9:00
Just a note for the last comment on here, after uploading header.php from
http://code.google.com/p/clients-oriented-ftp/issues/detail?id=230 did you
change
(header.php: line 44: From:)
<script type="text/javascript" src="<?php echo PROTOCOL; ?>//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
to
<script type="text/javascript" src="<?php echo PROTOCOL; ?>://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
(notice the : added before the //) After doing this it all worked for me, and I
am also using https.
Original comment by linexmar...@gmail.com
on 14 Jun 2013 at 3:27
Original issue reported on code.google.com by
f.antu...@gmail.com
on 9 May 2013 at 5:45Attachments: