Jump to content

Default not loading the right way


Recommended Posts

Well, if you look at the source of both websites, then it seems that the first one which is using the correct css lay-out uses 32 .css files.

While the other website which isn't displaying correctly is using 28 .css files.

 

This means that you manually added 4 .css files into your first website which is displaying correctly.

The .css files missing from the second website is as follows:

<link async="async" rel="stylesheet" href="/modules/themeconfigurator/css/theme7.css" type="text/css" media="all" />
<link async="async" rel="stylesheet" href="/modules/themeconfigurator/css/font3.css" type="text/css" media="all" />
<link async="async" rel="stylesheet" href="/js/jquery/plugins/growl/jquery.growl.css" type="text/css" media="all" />
<link async="async" rel="stylesheet" href="/modules/mollie/css/mollie_bootstrap.css" type="text/css" media="all" />

Also you are missing the following .js file from the second website:

<script async="async" type="text/javascript" src="/js/jquery/plugins/growl/jquery.growl.js"></script>

Well this is telling me, that a couple of modules are not activated on your second website, also the jquery.growl.js is not being used on your second website.

Possibly because some modules are deactived.

These .css files might be affecting the website in total looks, give it a try and let us know ;)

Link to comment
Share on other sites

Thanks for the reply,

 

the mollie css is correct didn't have the payment module swiched on. now it is.

The other files looks like a problem with the theme configurator. That module is on. Even switched is off and on again no change.

 

Any idea where I should look?

 

little update: the theme configurator isnt't loading on the other sides.

Removing the themeconfigurator and installing it again isn't solving the problem

Edited by r_ekkie (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...