Oct 07, 2008 | 09:21 PM  
Welcome

Don't have an account yet? You can create one, it is free, just click here

as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.

 • •  Control Panel - Register - Login  • • 
Current Stable MDPro Lite 1.0821 Download
  Forum FAQForum FAQ   SearchSearch  UsergroupsUsergroups  PreferencesPreferences  Options forumOptions forum  Watched TopicsWatched Topics  Watched ForumsWatched Forums
Latest forum posts Latest forum posts  Log in to check your private messages Log in to check your private messages    Log inLog in 
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
Skin
MD Staff
MD Staff


Joined: July 31, 2003
Posts: 406
Location: Italy

Post  Posted: June 29, 2008 - 05:57 AM Reply with quote Back to top

dvrtmcc wrote:
In Internet explorer you can not see two rows of news when you set news without tables.

Which version of I.E? I cant replicate the problem, can you give us a link? So we can see directly.

dvrtmcc wrote:
You can not set right block.
Probably because the theme you are using is not developed for right blocks. You must insert a right block area in your template, and you must setup correctly Autorender for displaing right blocks.

_________________
PointNet: Web and Design
View user's profile Visit poster's website
dvrtmcc
MD user level 4
MD user level 4


Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
Post  Posted: June 29, 2008 - 10:51 PM Reply with quote Back to top

I think there is something about stylesheet. You can see that effect on Wiredownloads.com site. If you see it with IE you will see only one row of news, but when you see it with Firefox or Opera there is 2 rows. I have settings made:
Number of columns with news on main page -> Two
Columns layout -> Tableless
I'm using IE 7.0.5730.11

_________________
BDFP | Wiredownloads.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: June 30, 2008 - 10:56 PM Reply with quote Back to top

I tested what was said by dvrtmcc visiting the wiredownloads.com site with the following browsers :

Firefox 3.0 : two rows for news
Opera 9.50 : two rows
Safari 3.1.2 : two rows
SeaMonkey 1.1.9 : two rows
IE 7.0.5730.13: one rows
Maxthon 1.6.3: one rows (indeed, the Maxthon browser leans on the IE engine)

Check if it depends only on your site or is just a bug.

Greetings

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: June 30, 2008 - 11:24 PM Reply with quote Back to top
Post subject: Set news without tables

I tested when I set news without tables on a new installation of MDPro 1.0821 with Cnl-Lite theme :

Firefox 3.0 : two rows for news
Opera 9.50 : two rows
Safari 3.1.2 : two rows
SeaMonkey 1.1.9 : two rows
IE 7.0.5730.13: two rows
Maxthon 1.6.3: two rows


I also tried to set as the theme Point-Net Sky, the original theme that you have changed, but the result is always correct.
So you've made some changes to the theme that is causing this error.
Then the error of one rows in IE browser occurs only on your site (wiredownloads.com)
I think that depends on your style sheet. You should check on what may depend.

Greetings

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com


Last edited by Bonzo on July 01, 2008 - 04:58 AM; edited 1 time in total
View user's profile Visit poster's website
dvrtmcc
MD user level 4
MD user level 4


Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
Post  Posted: July 01, 2008 - 04:02 AM Reply with quote Back to top

At first I thought that this is becouse of this:

Code:
/**************************************************************
   Rules for two and three columns News (CybLeNoir)
 **************************************************************/
div#newscolumns_container{
    width: 100%;
}

div.newssplit2 > div{
    float: left;
    width: 47%; \width: 49%; w\idth: 47%;
    padding: 0 1%
}

div.newssplit3 > div{
    float: left;
    width: 31%; \width: 33%; w\idth: 31%;
    padding: 0 1%
}

div.newsclearer{
    clear: left; padding: 0 1%
}

_________________
BDFP | Wiredownloads.com
View user's profile Visit poster's website
Bonzo
MD user level 5
MD user level 5


Joined: Sep 15, 2004
Posts: 55
Location: Rome - Italy
bannato
Post  Posted: July 01, 2008 - 04:54 AM Reply with quote Back to top

@dvrtmcc
Move this debate from "MDPro 1.083 soon available" on in this new thread.
The thread "MDPro 1.083 soon available" is only for reports of any bugs on MDPro 1.0821
This debate will continue on this thread.

_________________
Bonzo (aka Matteo Carletti)

www.isartegiovagnoli.com - Istituto Statale d'Arte di Sansepolcro e Anghiari
www.agriturismoilsasso.it || www.agriturismoanghiari.it
www.beccacciaiditalia.com
View user's profile Visit poster's website
cyblenoir
MD Staff
MD Staff


Joined: Aug 06, 2003
Posts: 6
Location: Firenze

Post  Posted: July 01, 2008 - 08:50 AM Reply with quote Back to top

I agree with Matteo: there must be something in your layout or CSSs that conflicts with the rules that I wrote and put in config/stylear.css.
That CSS code may appear quite strange, but the "sintax errors" that you see are a workaround to set the correct width values for different browsers.
Anyway tableless layouts are problematic. One well known problem concern HTML documents that trigger the "quirk legacy mode" of some browser. I put some check in the code to detect these situations and automaticly turn off the tableless mode in order to display the correct number of columns. Of course it's quite possible that I missed something.

Michele aka CybLeNoir

PS: in Wikipedia there's a good article on quirks mode.
View user's profile Visit poster's website
dvrtmcc
MD user level 4
MD user level 4


Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
Post  Posted: July 01, 2008 - 09:22 AM Reply with quote Back to top

No, default theme doesn't work also. I thought that there is something with stylesheet. When I set 3 columns news that doesn't work also in IE. Maybe I didn't adjust something.

_________________
BDFP | Wiredownloads.com
View user's profile Visit poster's website
dvrtmcc
MD user level 4
MD user level 4


Joined: Apr 04, 2008
Posts: 41
Location: BIH
bannato
Post  Posted: July 02, 2008 - 12:49 AM Reply with quote Back to top

I had to change my layout with tables, there is no other way. But this looks also fine if you make some corrections.

_________________
BDFP | Wiredownloads.com
View user's profile Visit poster's website
Display posts from previous:     
Jump to:  
All times are GMT + 13 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by MDForum 2.0.8© 2003-2007 MAXdev Team
Credits