Transparency coding question
+2
SLGray
Jeremy Colton Kirtley
6 posters
Transparency coding question
Years ago someone from this help forum gave me a code to make part of my forum a little transparent the only problem iv ever had with it was the pictures i post are also transparent is there anyway to make just the pics solid an keep it how it is? Thanks
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
If its impossible maybe it could just be less transparent then what it is i can also post the code if it helps?
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
What exactly do you want to be transparent on your forum?


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50154
Reputation : 3457
Language : English
Location : United States
Re: Transparency coding question
I guess these spots but with the pictures solid


Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question

I circled a spot where the background bleeds threw as an example
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
Those areas you marked do not have images as backgrounds. You will need to add them.


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50154
Reputation : 3457
Language : English
Location : United States
Re: Transparency coding question
First of all, i would like to suggest you to upgrade from Phpbb2 to ModernBB or AwesomeBB for better performance
Second, just find and remove this line in your CSS
Second, just find and remove this line in your CSS
- Code:
.bodylinewidth {
opacity: .8;
}
- Code:
.bodyline {
background: transparent!important;
}
SarkZKalie- Support Moderator
-
Posts : 1334
Reputation : 214
Language : English
skouliki and TonnyKamper like this post
Re: Transparency coding question
- Code:
#wrap {
background-image: url('https://i21.servimg.com/u/f21/13/26/30/58/imagen11.png');
filter: alpha(opacity=65);}

jucarese- Hyperactive
-
Posts : 2100
Reputation : 91
Language : spanish
Location : SSF Admin
TheCrow likes this post
Re: Transparency coding question
Can i upgrade without having to redo my whole page?
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
I feel like maybe i didnt explain this good enough.. I dont want it completely transparent i need it partially transparent but with solid pictures
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
|
skouliki- Manager
-
Posts : 12337
Reputation : 1519
Language : English,Greek
Location : Greece
Re: Transparency coding question
SarkZKalie wrote:First of all, i would like to suggest you to upgrade from Phpbb2 to ModernBB or AwesomeBB for better performance
Second, just find and remove this line in your CSSThen add this
- Code:
.bodylinewidth {
opacity: .8;
}
- Code:
.bodyline {
background: transparent!important;
}
Changing opacity to 0.9 helped but the background image is still bleeding threw into the covers is 0.9 the highest i can go? I tried 1.0 and transparency wasn't there
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
Try the CSS that I put you.Jeremy Colton Kirtley wrote:I feel like maybe i didnt explain this good enough.. I dont want it completely transparent i need it partially transparent but with solid pictures

As you see it puts an almost transparent background color like the images you have put, and the images of your forum do not remain transparent and look good
jucarese- Hyperactive
-
Posts : 2100
Reputation : 91
Language : spanish
Location : SSF Admin
Re: Transparency coding question

This is the code that i added but when i added it the transparency was gone.. I also tried adding it below the code below but no luck
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
- Code:
#wrap {
background-image: url('https://i21.servimg.com/u/f21/13/26/30/58/imagen11.png') !important;
filter: alpha(opacity=65) !important;
}


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50154
Reputation : 3457
Language : English
Location : United States
TonnyKamper likes this post
Re: Transparency coding question
Idk what im doing wrong its driving me crazy.. I have a test account would anybody be willing to log in an try it?
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
After making the changes, clear your browser's history and cache.


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50154
Reputation : 3457
Language : English
Location : United States
Jeremy Colton Kirtley likes this post
Re: Transparency coding question
Making a change to some other forum Phpbb2 to ModernBB or AwesomeBB will delete your skin and you would have to restart all over again as Phpbb2 codes are not the same at all and 95% of the codes you use now will only break your forum theme so it's not advised to change over unless you are happy to redo your theme / skin.Jeremy Colton Kirtley wrote:Can i upgrade without having to redo my whole page?
Ape- Administrator
-
Posts : 17640
Reputation : 1884
Language : fluent in dork / mumbojumbo & English haha
Jeremy Colton Kirtley likes this post
Re: Transparency coding question
@ape if i upgraded would all of my content/posts be gone also?
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
The only things removed and erased would be your current theme and customized CSS. The templates will also change. The JavaScript/HTML coding could also not work since most are created for certain versions.


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50154
Reputation : 3457
Language : English
Location : United States
Re: Transparency coding question
Well the forum is for people who collect discontinued hiphop tapes would one be better then another for that? How do i upgrade?
Is it possible to have the image/album covers from inside the topics show up where i have marked as a preview

I appreciate everybody's help an patience
Is it possible to have the image/album covers from inside the topics show up where i have marked as a preview

I appreciate everybody's help an patience
Jeremy Colton Kirtley- New Member
- Posts : 20
Reputation : 1
Language : English
Re: Transparency coding question
You need to create separate topics for issues/questions that are not related. Please stay on topic which is in the first post.


Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray- Administrator
-
Posts : 50154
Reputation : 3457
Language : English
Location : United States

» Coding Question
» HTML Coding Question
» Question about the toolbar ~coding~
» Coding question and the theme picker
» Hmmmm interesting question regarding Invision coding
» HTML Coding Question
» Question about the toolbar ~coding~
» Coding question and the theme picker
» Hmmmm interesting question regarding Invision coding
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum