compatibility with Artisteer

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/14/2010 4:59:18 AM
Gravatar
Total Posts 8

compatibility with Artisteer

operating system: Windows xp

database platform: Sql Server

mojoportal: 2.3.4.2

 

using this skin I noticed a few problems:

The first concerns the fact that entering a title of an html-content control, this leaves the board

 

The second problem however, is that if I have two controls on a page, a type of html on the left and type a blog in the middle.
When I read a blog post, and click the read more, change the positioning of the two controls , obtaining control HTML on top and the blog below.

I would rather that the page maintains the position set at the beginning, ( html on left and blogs on center).

I noticed that there are problems with these skins Artisteer.

Another problem is that areas like forums, when viewed with Firefox loads correctly all the css and images. but if viewed with IE (I have IE7) some images are not displayed (eg pencils that allow changes in post)

 

Can someone help me.

Thanks
 

5/14/2010 8:51:03 AM
Gravatar
Total Posts 18439

Re: compatibility with Artisteer

Hi,

Can you produce the issues you mention about the blog and the heading on demo.mojoportal.com so I can see them?

Regarding the forum issue, I was able to reproduce the issue, thanks for mentioning that it was an IE 7 only issue. The solution for this problem is to add this to the style.ie7.css file (or IE7Specific.css for non-Artisteer skins):

.forumEdit, .threadEdit, .postEdit { display: inline-block; }

Best,

Joe

5/17/2010 1:48:21 AM
Gravatar
Total Posts 8

Re: compatibility with Artisteer

hi Joe,

I reproduce the problem as you asked.
The problem of the title that comes out from the edges occurred.
Instead, as regards the problem of blog posts, did not occur on the portal demo.

What version of mojoportal is http://demo.mojoportal.com/?

However you can see what I did, in the area blog: http://demo.mojoportal.com/blog.aspx

 

thanks

5/17/2010 5:08:16 AM
Gravatar
Total Posts 18439

Re: compatibility with Artisteer

Hi,

The problem about the title overflowing the header can only be solved by using a wider design or a title that fits. you could put a secondary title in the content with a longer text and that will wrap. But the way that Artisteer design is made it seems like it must be using overflow:hidden so it truncates the text. It is a reasonable approach to make sure the design is not pushed out of shape by the content.

demo.mojoportal.com is running a recent build, but I don't recall any major changes in skins since the last release. It is possible I made some little tweaks since the 2.3.4.3 release though.

Best,

Joe

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