In the right_content_area.css template, find this bit of CSS and remove all background and border rules:Erik this is a question about the right side container in the header.
How do I go about making that container background transparent (no color)?
#rightContentBox {
@property "rightContentBox";
font-style: italic;
color: @lightTextColor;
background: rgba(0,0,0,.13);
padding: 12px;
border-top: 1px solid rgba(255,255,255,.2);
border-radius: 6px;
position: absolute;
right: 0;
top: 30px;
max-width: 410px;
text-shadow: 1px 1px 0 @primaryDark;
@property "/rightContentBox";
}
I have upgraded my forum on a test site and it seems like the XenForo resize feature doesn't work. Pictures that are larger than the message screen don't resize. Is this just me or has anybody else this issue ?
I don't think this is an issue with this style, I am running the default style and get the same thing.
Jamie
Are you talking about when they are displayed in the thread or in the editor?I have upgraded my forum on a test site and it seems like the XenForo resize feature doesn't work. Pictures that are larger than the message screen don't resize. Is this just me or has anybody else this issue ?
Are you talking about when they are displayed in the thread or in the editor?
I've updated Flexile to beta 6 (about to release, checking for last-minute bugs), and images resize as expected when viewed in the thread, but they don't resize when inserted into the editor.
However, they don't resize in the editor on the default style either (at least on my installation), so I don't think this is a problem with Flexile.
how do you upgrade without losing your modifications to the templates and to the style properties?
thanks!
I made a backup of my forum_list where almost every edit was. But it didn't affect it. I also made changes for the mood manager and etc. It didn't reverse those changes. So I'm guessing that won't be a problem. Just in case, please make sure you have a backup of the templates in which you've made those changes until Erik verifies this.
well... i just modified some colors and font sizes... after the "upgrade" I found out that all my customizations were gone! It wasn't a big loss but I'd like to know if there's a way to avoid it![]()
next time i will do itI haven't made any myself. My were additional template entries so i can't reproduce that. It's always a good thing to have a backup xml installed just for your eyes so you can look and change if such things happen![]()
I recommend either putting all your changes in EXTRA.css and then updating that template each time, or using this method.how do you upgrade without losing your modifications to the templates and to the style properties?
thanks!
Hi,
How do you add the right content box in the header to any style?
Thanks
<div id="rightContentArea" class="pageWidth">
<div id="rightContentBox">
Your content here.
</div>
</div>
We use essential cookies to make this site work, and optional cookies to enhance your experience.