Problems with the background image still
4 posters
Page 1 of 1
Problems with the background image still
I am having trouble again with the post background image it just disappeared last night and I went through step by step with the code that worked for me https://help.forumotion.com/t112318-helpgroup-backgrounds but it it still won't work.
So after using the coding above from Nera a while back on that one post I tried several methods to no avail and I am not sure what caused this problem.
Here is what I have right now for everything
In short I have tried several solutions and the coding I had above seemed to work until about 16 hours ago.
You need to add this to your rank title:
- Code:
<span class="st-rang">RANK TITLE HERE</span>
Than this to JS mangment:
- Code:
$(function() {
$('.st-rang').closest('.post').addClass('st-answer');
});
Than this to CSS:
- Code:
.post.online.st-answer {
background: url("http://i48.servimg.com/u/f48/17/48/49/15/photo10.png") repeat-y scroll left top, url("http://2img.net/i/fa/prosilver/icon_user_online_en.png") no-repeat scroll right top #E5F1F9;
}
.post.st-answer {
background: url("http://i48.servimg.com/u/f48/17/48/49/15/photo10.png") repeat-y scroll left top #E5F1F9;
}
Than change the image to yours. It's the same code Fm uses.
So after using the coding above from Nera a while back on that one post I tried several methods to no avail and I am not sure what caused this problem.
Here is what I have right now for everything
- Spoiler:
Rank Admin- Code:
<span class="st-rang">Dark Lord of the Sith</span>
Java Code Management- Code:
$(function() {
$('.st-rang').closest('.post').addClass('st-answer');
});
And finally my CSS- Code:
.post.online.st-answer {
background: url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") repeat-y scroll left top, url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") no-repeat scroll right top #E5F1F9;
}
.post.st-answer {
background: url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") repeat-y scroll left top #E5F1F9;
}
In short I have tried several solutions and the coding I had above seemed to work until about 16 hours ago.
Last edited by DaBigestBob on April 21st 2013, 8:41 pm; edited 1 time in total
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
Did you add any codes right before this issue appeared?
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.
Re: Problems with the background image still
I got rid of everything I added because I was trying to add another member to have the same thing.
I deleted everything that I did and tried it fresh and it still doesn't seem to work
I deleted everything that I did and tried it fresh and it still doesn't seem to work
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
Tried clearing your cache?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Problems with the background image still
If you mean my browser cache yes I have and it does not appear to work
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
What are the codes that you have added now?
Also provide your forum URL.
Also provide your forum URL.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Problems with the background image still
Rank Admin
Java Code Management
And finally my CSS
www.dark-sith-order.com
- Code:
<span class="st-rang">Dark Lord of the Sith</span>
Java Code Management
- Code:
$(function() {
$('.st-rang').closest('.post').addClass('st-answer');
});
And finally my CSS
- Code:
.post.online.st-answer {
background: url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") repeat-y scroll left top, url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") no-repeat scroll right top #E5F1F9;
}
.post.st-answer {
background: url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") repeat-y scroll left top #E5F1F9;
}
www.dark-sith-order.com
Last edited by DaBigestBob on April 20th 2013, 3:07 pm; edited 1 time in total
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
Sanket wrote:
Also provide your forum URL.
Also, make sure the codes are added on your forum.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Problems with the background image still
Please don't quote posts, unless you are adding some information to help the user with his problem.Cr4ZyBoY wrote:Sanket wrote:
Also provide your forum URL.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Problems with the background image still
Okay I posted my forum url www.dark-sith-order.com and I have no other java code scripts
Oh I noticed when I turn off basic css I have my post background that I want but it eliminates everybody elses post background too... so I can't really do that but I think that tells me that the coding there works but it is not showing up over the basic css...
Oh I noticed when I turn off basic css I have my post background that I want but it eliminates everybody elses post background too... so I can't really do that but I think that tells me that the coding there works but it is not showing up over the basic css...
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
Are you sure this worked earlier for Phpbb2? Your forum is now phpbb2. The code you added would work for phpbb3 only.
I already had guided you on which codes to be added.
https://help.forumotion.com/t122994-css-default-background-color-for-posts#816876
I already had guided you on which codes to be added.
https://help.forumotion.com/t122994-css-default-background-color-for-posts#816876
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Problems with the background image still
I am certain it worked before and I also tried the code you gave me
and I am faced with the exact same issue where it will only appear if I deactivate basic css but that ruins the forums idk what even happened
- Code:
<div class="backgpost">Rank</div>
- Code:
$(document).ready(function(){
$('.post').has('.backgpost').addClass('background_post');
});
- Code:
.background_post{
background-image: url('http://i73.servimg.com/u/f73/18/02/55/91/12311.jpg');
background-repeat: repeat-x;
}
and I am faced with the exact same issue where it will only appear if I deactivate basic css but that ruins the forums idk what even happened
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
Try another skin, if it seems to be a problem with this skin.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Problems with the background image still
Can you define what you meant by changing my skin?
EDIT:
I upgraded my forum to phpbb3 but how long does it take to sort out all of the images and such?
EDIT:
I upgraded my forum to phpbb3 but how long does it take to sort out all of the images and such?
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
It should be immediate, add the codes for phpbb3 as i mentioned previously.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Problems with the background image still
Okay added the codes and they seem to work now. When I first changed it to phpbb3 everything was all glitchy but now it looks fine.
With the coding
How would I change it so other people can have a specific image in their post background.
With the coding
DaBigestBob wrote:Rank Admin
- Code:
<span class="st-rang">Dark Lord of the Sith</span>
Java Code Management
- Code:
$(function() {
$('.st-rang').closest('.post').addClass('st-answer');
});
And finally my CSS
- Code:
.post.online.st-answer {
background: url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") repeat-y scroll left top, url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") no-repeat scroll right top #E5F1F9;
}
.post.st-answer {
background: url("http://media.moddb.com/images/groups/1/7/6035/sith_star_destroyer_by_michelebotticelli-d4bdb1f.jpg") repeat-y scroll left top #E5F1F9;
}
www.dark-sith-order.com
How would I change it so other people can have a specific image in their post background.
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
Same procedure, change the classes for the various ranks.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Problems with the background image still
Well thank you for the help I will most likely be requiring help with some of the kinks of changing my forum type but other than that this particular problem is solved
DaBigestBob- Forumember
- Posts : 28
Reputation : 1
Language : English, Spanish
Location : Running across West Virginia
Re: Problems with the background image still
Topic Solved & Locked |
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.
Similar topics
» Problems with Host Image Image/Insert Image
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» Need help with background image
» BG Background image
» Save image, file problems
» Problems with the background color on a 'Quote on Quote' response and problems with the background color on my 'Quick Reply' box
» Need help with background image
» BG Background image
» Save image, file problems
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum