Flexile

Flexile 1.1.5.1

No permission to download
Status
Not open for further replies.
I tried applying a similar fix to the XenStaff modification, but no matter where I added "hasSidebar" it would not translate in the XenStaff templates.

Did anyone else get this resolved? Do I have to turn on the 8wayrun support in order to use the "hasSidebar" call on an unrelated XenStaff modification?
 
The 8wayrun addons can be fixed simply by enabling the option under Flexile Style Properties. For the blog, replace the flexile_exceptions.css template with the one attached in this post (copy and paste into the template editor). :)

Did anyone else get this resolved? Do I have to turn on the 8wayrun support in order to use the "hasSidebar" call on an unrelated XenStaff modification?
No. If you can't add the "hasSidebar" class to the modification, you could always take the classes for the modifications pages and add them to the exceptions list, so it would be like this:

Code:
.xenStaffPageClass .breadBoxBottom, /* <-- add this, but use the actual class */
.lnblog_index .breadBoxBottom,
.lnblog_entry_view .breadBoxBottom,
.hasSidebar .breadBoxBottom,
.forum_list .breadBoxBottom,
.news_feed_page_global .breadBoxBottom,
...
}

and
Code:
.xenStaffPageClass .breadBoxBottom .breadcrumb, /* <-- again here, following the pattern */
.lnblog_index .breadBoxBottom .breadcrumb,
.lnblog_entry_view .breadBoxBottom .breadcrumb,
.hasSidebar .breadBoxBottom .breadcrumb,
.forum_list .breadBoxBottom .breadcrumb,
.news_feed_page_global .breadBoxBottom .breadcrumb,
...

and so on, following the established patterns. :)

To clarify, the class name is the class applied to the #content div on the addon's pages (there may be more than one). :)
 
The 8wayrun addons can be fixed simply by enabling the option under Flexile Style Properties. For the blog, replace the flexile_exceptions.css template with the one attached in this post (copy and paste into the template editor). :)
Work now, thank you Erik :)
 
Screen shot 2011-03-26 at 4.46.58 PM.webp

Anyway to fix this problem? (referring to the black bar being on two lines) This is on Google Chrome Mac 10.0.648.133. It is somewhat random but refreshing always seems to fix the issue.
 
View attachment 13134

Anyway to fix this problem? (referring to the black bar being on two lines) This is on Google Chrome Mac 10.0.648.133. It is somewhat random but refreshing always seems to fix the issue.
Hmm, I've never seen this before. If you can provide more details as to when it happens I'll try to look into it, but there's not a ton I can do if I can't reproduce it. :)
 
Hmm, I've never seen this before. If you can provide more details as to when it happens I'll try to look into it, but there's not a ton I can do if I can't reproduce it. :)
Erik I see this on my forum in IE 9 as well. In both the light and dark styles.

IE 9 is also not obeying margins. I have my styles set to fluid width, with 150px left and right margins, but in IE9, it stretches to the edges of the monitor. AND the the navigation strip just beneath the tabs doesn't stretch all the way across. I may have to go back to fixed width with this style. Funny, this didn't happen in IE8, it was fine.

See my attached screenshots.

The one on top is FF4

FF4.webp

IE9.webp
 
Erik I see this on my forum in IE 9 as well. In both the light and dark styles.

IE 9 is also not obeying margins. I have my styles set to fluid width, with 150px left and right margins, but in IE9, it stretches to the edges of the monitor. AND the the navigation strip just beneath the tabs doesn't stretch all the way across. I may have to go back to fixed width with this style. Funny, this didn't happen in IE8, it was fine.

See my attached screenshots.

The one on top is FF4

View attachment 13152

View attachment 13151

Few users complained about samething to me they were using IE .
 
I am not very good at styling, so I was wondering if anyone knew an easy way to remove the layer of rectangles boxes in the theme of my site of the portal. I am going to be using a background image for the background and I just want the modules laying on it, I don't want the extra layers of boxes behind everything.
 
I am not very good at styling, so I was wondering if anyone knew an easy way to remove the layer of rectangles boxes in the theme of my site of the portal.

I've moved your thread out of Resource Discussions and merged it with the Flexile thread as this is the best place for support.
 
I am not very good at styling, so I was wondering if anyone knew an easy way to remove the layer of rectangles boxes in the theme of my site of the portal. I am going to be using a background image for the background and I just want the modules laying on it, I don't want the extra layers of boxes behind everything.

I uploaded an image to point to what I am talking about if you don't understand.

The 8wayrun addons can be fixed simply by enabling the option under Flexile Style Properties.
 
Few users complained about samething to me they were using IE .

Erik I see this on my forum in IE 9 as well. In both the light and dark styles.

IE 9 is also not obeying margins. I have my styles set to fluid width, with 150px left and right margins, but in IE9, it stretches to the edges of the monitor. AND the the navigation strip just beneath the tabs doesn't stretch all the way across. I may have to go back to fixed width with this style. Funny, this didn't happen in IE8, it was fine.

See my attached screenshots.

The one on top is FF4

View attachment 13152

View attachment 13151

FYI: I don't have that problem on my IE 9 on my board and on your boards. ;)
 
Yep that's the same. And that's IE9 you're using?
I wonder why it's so screwed up on my monitor??

I know now why: you have the compatibility view activated. I used your screenshot if you don't mind.
(I did test your site at browserlab.adobe.com)
 

Attachments

  • prtscr2.webp
    prtscr2.webp
    34.4 KB · Views: 4
Status
Not open for further replies.
Back
Top Bottom