Simple invoices not rendering properly

Hi all,
I’ve uploaded and configured Simple Invoices in my account, the app is functional, but looks like it is failing to render the css/ jquery and alignment.

Has anybody had any kind of similar issue? or point me where I should start troubleshooting this problem?

Thanks before hand for any help.

What is the website and have you correctly uploaded the styles folder etc if there is with .css .js files inside it?

hi James,
Yes, I’ve uploaded all the folders correctly, as a matter of fact I uploaded it a couple of times, thinking it might be the issue.
I have uploaded the same site to my local machine and it renders perfectly.

the site is http://ddyg.site11.com/inv/

In your source code you’ve got

<script type="text/javascript" src="./include/jquery/jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="./include/jquery/jquery.init.js"></script>

When I try to access

<script type="text/javascript" src="./include/jquery/jquery.init.js"></script>

I am presented with a 000webhost error page saying the file doesn’t exist?

The file if you need it is [code]$(document).ready(function(){

/*$("#tabmenu").removeClass('ui-tabs-hide');*/
$("#tabmenu > ul").tabs();

/*hide the text for the export dialog on the manage invoices page*/
$('#export_dialog').hide();

$('.show-summary').hide();
$('.biller').hide();
$('.customer').hide();
$('.consulting').hide();
$('.itemised').hide();
$('.note').hide();

$("#dialog").hide();
$('#invoice_dialog').click(function() 
	{ 
			 $("#dialog").show();  								
			 $("#dialog").dialog({ 
			   modal: true, 
			   buttons: { 
		        "Cancel": function() { 
		            $(this).dialog("destroy"); 
		        }
		        },
			    overlay: { 
			        opacity: 0.5, 
			        background: "black" 
			    },
			    close:  function() { $(this).dialog("destroy")}
			});
			
	}); 

});
[/code]

Hi,
I checked those two files and they do exist in the jquery folder.

Does this load for you http://ddyg.site11.com/inv/include/jquery/jquery.init.js

Or is it not supposed to load for security reasons?

Yes, I believe it might be a security feature, because all subfolders after inv have read permissions for everybody. So not sure, I read in a post another user was having a similar issue, he created a new account and the site worked, I tried that, but after seeing webhost’s new control pannel, I would literaly have to copy every folder’s content a file at a time, so I think I’ll go elsewhere now.

Thanks.

Do you have a domain registered?
http://www.freenom.com/
Provides certain free domains like yourwebsite.ml .ga .cf . gq

You could compress zip your current website, download, upload to new account and extract?