Adding graphics to the website...

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Adding graphics to the website...

Postby JCBN » 21 Apr 2012, 02:54

Hi all!

I am wondering where i should start digging, if i want to change graphics on the whole website.

I am interesting in changing header graphics (logo works, background doesnt, only when i add it in .css), navigation bar graphic, main container graphic, sidebar graphic, footer graphic and some other graphic things.

Is this at all possible in the "Suffision Options"... i dont think so, since i have tried messing around for days now. I have all the graphics made in Photoshop, and have it "semi working" on another theme... (Bones).

Anyways, enough rambling... questions goes, where do i change the overall graphic parts of the site?

Thanks alot in advance!

/TP
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39

Re: Adding graphics to the website...

Postby Colin » 21 Apr 2012, 03:43

What do you mean by graphics on the whole website?

Which skin are you using? What is your url? What have you done with the header that doesn't do what you want etc etc.

A more detailed explanation, the url to your site (forum rule #6) and a mockup in Photoshop will go a long way to us being able to give you some help.
Colin
 
Posts: 2790
Joined: 27 Oct 2009, 10:46

Re: Adding graphics to the website...

Postby JCBN » 21 Apr 2012, 04:31

Colin wrote:What do you mean by graphics on the whole website?

Which skin are you using? What is your url? What have you done with the header that doesn't do what you want etc etc.

A more detailed explanation, the url to your site (forum rule #6) and a mockup in Photoshop will go a long way to us being able to give you some help.


Yeah sorry bout no link, its basically cause its just the basic stuff atm.

http://townportal.dk/

What i mean about graphics?

Stuff like this added to Main Container for example http://townportal.dk/lol.jpg - and graphics for header i made, and sidebar... and so on.
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39

Re: Adding graphics to the website...

Postby Colin » 21 Apr 2012, 05:45

To utilise these graphics in the way you want you will have to upload them to your site and then identify the CSS name of the elements that you want them as background for and then add them as images to the background.

So in Suffusion Options > Back-End > Custom Includes > Custom Styles put

Code: Select all
#content {backgound: #ffffff url("http://townportal.dk/lol.jpg")  no-repeat right top;}


Then do the same for the other items and images.
Colin
 
Posts: 2790
Joined: 27 Oct 2009, 10:46

Re: Adding graphics to the website...

Postby JCBN » 21 Apr 2012, 07:39

Thanks Colin, makes sense!

Since you say "the way you want" is it a bad way im doing it? Is it wrong so to speak?
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39

Re: Adding graphics to the website...

Postby Colin » 21 Apr 2012, 09:15

No what you are doing is the best way to achieve what you want. There is no correct way. I was meaning that the items you want to change are not able to be done through standard Suffusion options and need to be done with custom styles as I suggested.
Colin
 
Posts: 2790
Joined: 27 Oct 2009, 10:46

Re: Adding graphics to the website...

Postby JCBN » 21 Apr 2012, 12:08

Thanks Colin.
I can sorta get it to work... #header works fine. I want Logo to float though, so it does not push my other content down.

Problem with #content is that the graphic is divided into 3, 1 top-container-part 1 mid-container-part (which is repeatable, so it is endless), and 1 bot-container-part....

Im gonna dig around some more... fear i gotta travel into the style.css
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39

Re: Adding graphics to the website...

Postby sayontan » 21 Apr 2012, 12:32

JCBN wrote:fear i gotta travel into the style.css

That is, both not necessary and not recommended.

For your specific layout you should consider splitting your image into 3 - an upper portion that is as tall as your header needs to be (applied to #header-container), a footer portion which is around 50px tall (the height of the #cred element), and a thin mid-section strip that will repeat along the Y-axis (applied to #container).
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Adding graphics to the website...

Postby JCBN » 22 Apr 2012, 09:08

sayontan wrote:
JCBN wrote:fear i gotta travel into the style.css

That is, both not necessary and not recommended.

For your specific layout you should consider splitting your image into 3 - an upper portion that is as tall as your header needs to be (applied to #header-container), a footer portion which is around 50px tall (the height of the #cred element), and a thin mid-section strip that will repeat along the Y-axis (applied to #container).


Thanks alot for the reply sayontan.

I understand what you want me to do, but my container graphic should be below the header and navbar, that is the problem.

Here is an idea how i planned for it to look, not sure if it is possible, or what i should change... this is an "old version, the header is changed to be alot smaller since then and the logo is different.

http://townportal.dk/lol2.jpg

As you can see, my plan was to have a header+logo, with navbar below, followed by main container which should be repeatable, and a sidebar that should not be repeatable.

Appreciate any help, even if harsh!

/TP
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39

Re: Adding graphics to the website...

Postby Colin » 22 Apr 2012, 09:40

Yes that is doable. You need to carve your graphic up as Sayontan said. The header and nav bar should be one image assigned to the header and then adjust the height of the header to position the nav elements. Set your nav elements to have a transparent background so your image shows through in the Suffusion options. Then use your other bits of cut up images as appropriate for the other containers. I have done something similar to the header graphic at http://jvh.orba-design.com
Colin
 
Posts: 2790
Joined: 27 Oct 2009, 10:46

Next

Return to Support Requests

Who is online

Users browsing this forum: Google [Bot] and 5 guests