Desktop Configuration

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
4/11/2013 12:39:32 PM
Gravatar
Total Posts 18439

Re: Desktop Configuration

I guess IE 8 doesn't have it. Really it should not be browser specific so you could use chrome or firefox on the same machine to see if they fail to load any files. Otherwise in IE 8 I would view the source of the page and sequentially test each and every link to javascript by copy and paste the url into a new browser tab. Then you can find out if any errors are happening in requesting those files, ie you will either get javacript in the response (which means it should be loading in the browser), or a server error, or 404 file not found. I would start with the jquery files since those errors indicate a problem with jquery.

4/11/2013 12:42:05 PM
Gravatar
Total Posts 18439

Re: Desktop Configuration

your screen shot of fiddler shows the problem, the lines highlighted in red indicate 404 file not found on the query urls, 2 javascript files and the css. So something is not configured right, you need to move the files or rename them as needed to make those urls work for loading the files.

4/11/2013 12:51:54 PM
Gravatar
Total Posts 30

Re: Desktop Configuration

OK making progress

jquery undefined in \ClientScript\jqmojo\jquery-migrate1-0-0.js

I go to my server and C:\Inetpub\wwwroot\cadrms\ClientScript\jqmojo\jquery-migrate1-0-0.js does not exist

 

4/11/2013 12:54:31 PM
Gravatar
Total Posts 30

Re: Desktop Configuration

Made some progress

Had to go to the scripts tab

Error jquery not defined in  \ClientScript\jqmojo\jquery-migrate1-0-0.js

Go to my server and  \ClientScript\jqmojo\jquery-migrate1-0-0.js is not found

4/11/2013 12:55:50 PM
Gravatar
Total Posts 18439

Re: Desktop Configuration

No, its loading that one according to your screen shot and the error is happening in that file because it depends on jquery which is not loading.

You did not correctly configure the locally hosted jquery files that is what you need to resolve.

4/11/2013 1:06:12 PM
Gravatar
Total Posts 30

Re: Desktop Configuration

I missed a rename statement in the instructions and one file needed to be renamed that was not in the instructions

Now I don't get any errors anymore

However,  only half the page displays, well everything except for the footer

I tried compatibility mode and the top of the page gets shifted so I only have 100px down the middle

4/11/2013 1:18:03 PM
Gravatar
Total Posts 18439

Re: Desktop Configuration

well now you're talking about design issues and IE 8 support. To be possible to even try to help with that would require seeing the site, ie you would have to post a public url to the site that is accessible over the web, can't really help on a private network.

I would like to see a screenshot from fiddler now that you fixed it because it was failing to load the jquery css before and that does not cause script errors but does cause design issues. I would double check whether you fixed that one.

4/11/2013 2:10:32 PM
Gravatar
Total Posts 30

Re: Desktop Configuration

Here is the clean Fiddler screenshot:

http://malafrontehosting.com/files/fiddler%20Mojo2.png

If that looks good to you as well and you could point me in the right direction to make the design changes I can likely get it working

I started by downloading mojoportal-2-3-9-6-mssql-net35-deploymentfiles.zip

In Administration under Site Settings we set Skin to art41-businessblue

The issues I am referring to are in displaying the default home.aspx page

I also notice that the administration page displays properly in FF but not in IE

I can make changes there through FF if that is what is needed

Or is there some CSS I have to modify somewhere?

I am definitely going to Buy Joe A Beer when we are done

Your support is tremendous

I have experience with several other CMS and none have this kind of support

What the heck I may buy you a 6 pack.....

4/11/2013 2:23:23 PM
Gravatar
Total Posts 18439

Re: Desktop Configuration

the screen shot shows everything is loading ok so the jquerycss is not the problem.

I cannot help further, there is no way to resolve design issues by guessing, even if I could see the site I'm not sure I would have any quick css advice. Browser specific or IE specific issues can be tricky to resolve and can take lots of trial and error.

4/11/2013 2:28:17 PM
Gravatar
Total Posts 30

Re: Desktop Configuration

I  certainly understand that and am not asking you to fix it for me

I assumed if I used one of your default skins you could point me towards the file structure where the css/html is that controls how a page is displayed

4/11/2013 2:37:11 PM
Gravatar
Total Posts 18439

Re: Desktop Configuration

The css and other skin files used are located at

/Data/Sites/[SiteID]/skins/[SkinName]

the css files are combined in the order that they are listed the style.config file in that folder.

After editing any css you should go to Administration > Advanced Tools > Design Tools > Cache Tool and click the button to reset the skin guid. This ensures the browser reloads the css instead of using its own cache.

Most of the skins we include were made in Artisteer. The latest versions of Artisteer target html 5 and therefore the IE 8 support may not be as good.

If you have a lot of IE 8 users to support you might have better luck trying some of the older skins included in the extra-skins.zip on our codeplex download page.

You must sign in to post in the forums. This thread is closed to new posts.