Hi,
Does anyone know the best way to change the dolphin 7 background to a background image so I can upload a background image instead of just the white?
Thanks.
Quote
•
Dec 07, 2009 20:28
•
1 likes
•
Hi,
Does anyone know the best way to change the dolphin 7 background to a background image so I can upload a background image instead of just the white?
Thanks. I'm getting tired of having a signature... | |||||
Quote
•
Dec 07, 2009 22:11
•
0 likes
•
Good question.. I installed a couple of templates and each one has a different background image, so I assume you have to change it in the template code, but don't know where. Anyone know? | |||||
Quote
•
Dec 07, 2009 22:17
•
3 likes
•
/templates/base/css common.css body { change to body { Note the uploaded image should be in /templates/base/image | |||||
Quote
•
Dec 07, 2009 22:18
•
2 likes
•
templates/base/css/common.css The body css element. There you can change color. You can also add a css background image property like background-image:url('mybackgr.jpg') Dolphin Mods - http://www.boonex.com/market/posts/deano92964 | |||||
Quote
•
Dec 07, 2009 22:19
•
0 likes
•
Hmmm, answered while i was typing my answer. Figures. Dolphin Mods - http://www.boonex.com/market/posts/deano92964 | |||||
Quote
•
Dec 07, 2009 22:25
•
0 likes
•
Hmmm, answered while i was typing my answer. Figures. let's see if they can figure it out | |||||
Quote
•
Dec 07, 2009 22:34
•
0 likes
•
thanks | |||||
Quote
•
Dec 07, 2009 23:51
•
0 likes
•
Awesome! Thanks. You guys rock. I really love this forum.
My expertise is SEO, not php and css. Hopefully I can contribute in some way back to members.
I will frequently check the forums to see if I can ever lend a hand with SEO issues/questions. I'm getting tired of having a signature... | |||||
Quote
•
Dec 08, 2009 04:16
•
0 likes
•
Hi there. I just tried it but it only changes the background in the content field? Can someone tell me how to give the whole site a new background including the header?
Best Regards Gabriel | |||||
Quote
•
Dec 08, 2009 05:48
•
0 likes
•
For some odd reason mine does not change..... | |||||
Quote
•
Dec 08, 2009 17:52
•
0 likes
•
Actually, now that I've tried it, mine does not change either.
I've tried both changing it to a image, and even just changing the color code.
I don't know what it might be changing, if anything, but it defintely didnt' change the main white color of my site to something else. I couldn't find any changes this made.
Do you have any ideas? Am I doing something wrong. I followed the instruction to a T.
I'm getting tired of having a signature... | |||||
Quote
•
Dec 08, 2009 18:11
•
0 likes
•
yoursite.com/administration/advanced_settings.php templates uncheck them then try again
| |||||
Quote
•
Dec 08, 2009 23:59
•
0 likes
•
cool. Yes, that worked. However, now a lot of my smaller images/icons are not showing up on my site.
I'm getting tired of having a signature... | |||||
Quote
•
Dec 09, 2009 05:24
•
0 likes
•
Awesome! Thanks. You guys rock. I really love this forum.
Hopefully I can contribute in some way back to members.
Me too!
| |||||
Quote
•
Dec 10, 2009 16:57
•
0 likes
•
I just kep all those options under "templates" unchecked. Now everything is working fine.
I'm getting tired of having a signature... | |||||
Quote
•
Feb 04, 2010 08:20
•
0 likes
•
yoursite.com/administration/advanced_settings.php templates uncheck them then try again
Nice.. But my background doesn't Fix .. i put:in common.css of base/ body { and the same in the common.css of my template skin004 any idea? thank | |||||
Quote
•
Mar 11, 2010 08:31
•
0 likes
•
/templates/base/css common.css body { change to body { Note the uploaded image should be in /templates/base/image Is it possible to add a picture in the top header like this so it is just about menu tabs and centered above menu tabs? would you add to this code? general CSS div.sys_main_logo{Position: relative; Z-index:56;background-color:c4c470 I looking for a look like this
| |||||
Quote
•
Mar 11, 2010 21:46
•
0 likes
•
So is this not possible to add a picture in the top header. Please see pic from themedilounge. Can someone please answer this question? | |||||
Quote
•
Mar 11, 2010 21:48
•
0 likes
•
So is this not possible to add a picture in the top header. Please see pic from themedilounge. Can someone please answer this question? Very possible, and I suggest you take our suggestion to use Firebug into consideration, or else you will never know what you're doing. Would you like to install the Be boot manager? Volunteer SuperModerator. I'm not tech support. | |||||
Quote
•
Mar 11, 2010 22:02
•
0 likes
•
So is this not possible to add a picture in the top header. Please see pic from themedilounge. Can someone please answer this question? Very possible, and I suggest you take our suggestion to use Firebug into consideration, or else you will never know what you're doing. I have it. thanks for your advice. | |||||
Quote
•
Mar 12, 2010 17:27
•
0 likes
•
Ok I have tried everything including this code. div.sys_main_logo { | |||||
Quote
•
Mar 12, 2010 17:53
•
1 likes
•
Try this: In the file: templates/base/_sub_header.html ... add the code in red, and upload your image to /templates/base/images (replace yourimage.ext with the name of your image) You can adjust the style info to your liking. You may not need the height & width css or the margin: 0 auto css. Maybe I should just wait for Dolphin 12 | |||||
Quote
•
Mar 12, 2010 18:49
•
0 likes
•
Alright thanks for your response. I added you code here themedilounge you can check it out if you like. it didn't work. <bx_include_auto:_header.html /> and the code tries to load then it disappears. | |||||
Quote
•
Mar 12, 2010 19:14
•
1 likes
•
You should probably correct the url:) I'd suggest NOT using spaces in the image file name also. Alright thanks for your response. I added you code here themedilounge you can check it out if you like. it didn't work. <bx_include_auto:_header.html /> and the code tries to load then it disappears. Maybe I should just wait for Dolphin 12 | |||||
Quote
•
Mar 12, 2010 19:32
•
1 likes
•
I just inspected your site with firebug and the image url is unchanged. Recheck your work. ok changed it still doesn't work... <bx_injection:injection_logo_after /> Maybe I should just wait for Dolphin 12 | |||||
Quote
•
Mar 12, 2010 19:33
•
1 likes
•
If I manually change the image url in firebug, the image appears just fine.... although you might want to play around with the css. Maybe I should just wait for Dolphin 12 | |||||
Quote
•
Mar 12, 2010 19:34
•
0 likes
•
I just inspected your site with firebug and the image url is unchanged. Recheck your work. ok changed it still doesn't work... <bx_injection:injection_logo_after /> sorry your right got it working. Just need to move it up a tad and change the margins. Sorry for quick post | |||||
Quote
•
Mar 12, 2010 19:35
•
1 likes
•
I see you figured it out. Maybe I should just wait for Dolphin 12 | |||||
Quote
•
Mar 12, 2010 19:41
•
1 likes
•
Let me know if you need any help with the css to get it to do what you want Maybe I should just wait for Dolphin 12 | |||||
Quote
•
Mar 12, 2010 19:46
•
0 likes
•
Thank you sooooo much for your help dude one more thing..... how do yo move it up a little and chop off the ends at the menus tab. see pick. thanks again | |||||
Quote
•
Mar 12, 2010 19:48
•
0 likes
•
For instance, the css below will center the image and set it to 998px wide. Maybe I should just wait for Dolphin 12 | |||||
Quote
•
Mar 12, 2010 19:51
•
0 likes
•
You can change padding-top to 0px and if that's not enough, you can add margin-top: -10px; to the style Maybe I should just wait for Dolphin 12 | |||||
Quote
•
Mar 13, 2010 05:06
•
0 likes
•
You can change padding-top to 0px and if that's not enough, you can add margin-top: -10px; to the style I really appreciate your honesty and most of all help. The only thing I had to do was change the height to the original 13px to get what I was looking for. When I'm done with the site I'm will post a thread with all the great coding mods everyone here has helped me with. I hope that this will help others like myself who have little programming experience. | |||||
Quote
•
Mar 13, 2010 05:45
•
0 likes
•
I had partial help with button changes, but was unable to find the rest of the files to finish changes. Does anyone know where to find the rest of the files so I can finish the job? Thanks. | |||||
Quote
•
Apr 18, 2010 17:50
•
0 likes
•
I also would like to change the background images but not where the content is, i want the side bar either side of the content to have a picture....rather than just white..or grey like the boonex site just to fill that space in with some related transparent images to give it some more feel... Thanks i look forward to hearing from anyone....... Awesome community!!!! | |||||
Quote
•
Mar 09, 2011 21:53
•
0 likes
•
Ok, I don't mean to sound like a pain... but while I can indeed locate the file path you speak of... the whole background-image:url(../images/YOUR-IMG.gif );
line of code is completely throwing me off.. I mean, where in that code do I place my image url??? - Do I over right the whole thing? Do I insert it into only partial of the code above???? Do I actually name the Url "YOUR-IMG" ????? Does It only go within the ( ) ??? Then last but not least, exactly where do I have to upload the image to? Do I have to name it any certain thing????
Again, I am not trying to be a pain, and this advice seems to work, but could you please give a little more detailed instructions for the laymen???
Thank you! Please email or call me directly.... ANY time of day or night around the clock! kevin_yoakum@comcast.net 765-426-6662 - Kevin
| |||||
Quote
•
Mar 13, 2011 19:15
•
0 likes
•
background-image:url(../images/YOUR-IMG.gif );
place the name of the image you want to use in place of YOUR.IMG.gif like happy.gif or happy.jpg what ever your file name is. No url needed. You possess an intuitive intelligence so powerful it can help you heal, and relieve stress. | |||||
Quote
•
Apr 09, 2011 02:23
•
0 likes
•
Hello dears i tried everything you all post here but nothing is working what am i doing wrong i changed it in common.css
font-family:Verdana,Arial; font-size:11px; color:#333333; background-image:url(http://www.mysite.nl/domains/public_html/templates/base/images/backgrnd1.png); margin:0px; padding:0 0 50px 0; | |||||
Quote
•
Sep 10, 2011 19:05
•
0 likes
•
Was browsing through the forums looking for CSS info on the navigation, and I saw this. Just curious but why all the extra lines of CSS code for background styles? Generally I use the following format, it saves space and less typing in regards to background image, colors etc background: #fff url(../images/your-image-name.jpg) right bottom no-repeat; Seeing the separate lines for the color, image, its positioning brings me back though I know this is a fairly old post, but thought I would add it for anyone in the future looking for background CSS help. | |||||
Quote
•
Dec 05, 2011 05:06
•
0 likes
•
hello... I changed the background and it works fine as a member.but as a guest i see the old background..how can i fix this? Thank You! | |||||
Quote
•
Feb 16, 2012 20:50
•
0 likes
•
So is it possible to for member to change their profile background.. Please respond!!! | |||||
Quote
•
Feb 16, 2012 20:52
•
0 likes
•
Can members of a social network using Dolphin change their own background? Please respond | |||||
Quote
•
Feb 16, 2012 22:26
•
0 likes
•
They can if your settings allow it. In Admin>Advanced Settings>Templates> "Enable Users to Change Templates." If you don't want them to be able to change the template, then you should deselect this option.
Can members of a social network using Dolphin change their own background? Please respond
|
About BoonEx• Contacts• © BoonEx (ACN 127966581)