Home | Products | Consulting | Forums | Support | Order | 1-800-752-0455
  Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: CMS Builder:
Problem of display

 

 


Djulia
User

Feb 15, 2008, 4:42 AM

Post #1 of 13 (734 views)
Shortcut
Problem of display Can't Post

Hi,

I have a problem with the editor of fields.
I cannot reach all the data (Capture1.gif).

It is possible to modify dimensions ?

Thanks,

Djulia

P.s.: I work with IE7 and the resolution screen 1024x768.
Attachments: Capture1.gif (20.3 KB)


Dave
Staff / Moderator


Feb 15, 2008, 7:33 AM

Post #2 of 13 (728 views)
Shortcut
Re: [Djulia] Problem of display [In reply to] Can't Post

Did that just start happening or has it been like that all along?

What version of CMS Builder are you running? (Admin > General > Program Version)

Dave Edis - Senior Developer
interactivetools.com


Djulia
User

Feb 15, 2008, 8:19 AM

Post #3 of 13 (725 views)
Shortcut
Re: [Dave] Problem of display [In reply to] Can't Post

I use the version 1.09.

>> Did that just start happening...
That arrived with this version.

An idea ?

Thanks,
Djulia


Dave
Staff / Moderator


Feb 15, 2008, 10:28 AM

Post #4 of 13 (716 views)
Shortcut
Re: [Djulia] Problem of display [In reply to] Can't Post

It should be centered in the page.

It could be that one of the files did not get updated properly. If you create a CMS account for me and email it to dave@interactivetools.com I can login and see if it does the same thing in my IE7.

If it does, we'll know it's the installation, if not, it may be something to do with the browser setup.

Dave Edis - Senior Developer
interactivetools.com


Djulia
User

Feb 15, 2008, 12:54 PM

Post #5 of 13 (708 views)
Shortcut
Re: [Dave] Problem of display [In reply to] Can't Post

Hi Dave,

Thank you for the feedback. The problem is regulated.

I used the Tools > Options > Advanced > Reinitialize in IE (...)

I think that the problem arrived with the installation of Safari on my computer. Safari installs a add-on(...) But, I cannot affirm it.

Djulia


(This post was edited by Djulia on Feb 15, 2008, 2:26 PM)


Dave
Staff / Moderator


Feb 15, 2008, 1:48 PM

Post #6 of 13 (703 views)
Shortcut
Re: [Djulia] Problem of display [In reply to] Can't Post

Great, that will make it easier to track down.

I don't see the option in my IE7, what is it listed under on the advanced menu and what does it do?

Dave Edis - Senior Developer
interactivetools.com


Djulia
User

Feb 15, 2008, 2:18 PM

Post #7 of 13 (700 views)
Shortcut
Re: [Dave] Problem of display [In reply to] Can't Post

I excuse myself, it is my translation which is bad. Blush

It is the option : Reset… (IE7ResetButton.jpg)
http://support.microsoft.com/gp/pc_ie_methodthree0100

Djulia
Attachments: IE7ResetButton.jpg (61.7 KB)


Dave
Staff / Moderator


Feb 15, 2008, 2:38 PM

Post #8 of 13 (693 views)
Shortcut
Re: [Djulia] Problem of display [In reply to] Can't Post

So Reset fixed it? Ok, that's good. So I guess we'll just leave it for now then?

I wonder if it was one of those other options that caused the probem? Well it the problem comes back, or anyone else has this problem, please post here with details and we'll do some more to track it down.

Hope that helps!

Dave Edis - Senior Developer
interactivetools.com


Djulia
User

May 8, 2008, 1:56 PM

Post #9 of 13 (408 views)
Shortcut
Re: [Dave] Problem of display [In reply to] Can't Post

Hi Dave,

I always have the same problem with ThickBox (ThickBox.gif).
I also checked on the site of the author and the problem is identical.

It seems that the problem comes from ThickBox.

It is possible to use another solution ?

For example iBox v2 (iBox.gif).
http://www.ibegin.com/labs/ibox/

Thank you for your assistance.

Djulia


(This post was edited by Djulia on May 8, 2008, 2:27 PM)
Attachments: ThickBox.gif (94.7 KB)
  iBox.gif (145 KB)


Dave
Staff / Moderator


May 8, 2008, 2:51 PM

Post #10 of 13 (402 views)
Shortcut
Re: [Djulia] Problem of display [In reply to] Can't Post

So this is still happening? That the field editor box is too low on the screen?

Dave Edis - Senior Developer
interactivetools.com


Djulia
User

May 8, 2008, 3:16 PM

Post #11 of 13 (400 views)
Shortcut
Re: [Dave] Problem of display [In reply to] Can't Post

Dave > That the field editor box is too low on the screen?
Yes, precisely.

I found this document:
http://www.stilbuero.de/2006/11/06/a-smoother-thickbox-with-less-code/

The example (smoother.gif) functions perfectly on my browser (IE7).

But the solution suggested is for an old version of ThickBox. Frown

If you have an idea ?

Thanks,


http://jamazon.co.uk/web/2008/03/17/thickbox-31-ie7-positioning-bug/
http://wordpress.org/support/topic/170320


Djulia


(This post was edited by Djulia on May 8, 2008, 3:39 PM)
Attachments: smoother.gif (149 KB)


Djulia
User

May 8, 2008, 3:31 PM

Post #12 of 13 (396 views)
Shortcut
Re: [Dave] Problem of display [In reply to] Can't Post

I have just applied the solution proposed by Voddie (IE7 Hack), and that functions perfectly. Smile

http://wordpress.org/support/topic/170320#post-741719

Hope it helps other users if need be.

Djulia



Code
 Around line 60, change allthe below   

#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}

To this (cut'n'paste it all) and the orginal one will still be there but highlighted out for reference.

/* Orginal install css
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}
*/
#TB_window { /* my IE7 Hack*/
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
bottom:10%;
left:50%;
}



(This post was edited by Djulia on May 8, 2008, 3:43 PM)
Attachments: IE7-Hack.gif (21.7 KB)


Dave
Staff / Moderator


May 8, 2008, 3:44 PM

Post #13 of 13 (387 views)
Shortcut
Re: [Djulia] Problem of display [In reply to] Can't Post

Djulia,

Thanks! I've applied that to /css/thickbox.css for CMS Builder v1.16 (the next version in development).

Dave Edis - Senior Developer
interactivetools.com

 
 
 


Search for (options)
Products
CMS Builder
Article Manager
Realty Manager
Listings Manager
Order Now
Services
Priority Consulting
Support
Online Documentation
Support Forums
Support Homepage
Company Info
12 reasons to choose us!
Meet the team
Monthly newsletter
Contact Us
Toll Free: 1-800-752-0455
Phone: (604) 689-3347
Sales | Support
Conditions of Use | Privacy Policy | Copyright © interactivetools.com 2008
#201 - 2730 Commercial Drive, Vancouver BC Canada V5N 5P4