sine184
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Different background-colorI’ve found the answer
Forum: Themes and Templates
In reply to: Align links in footerThis is where the code is now
Forum: Themes and Templates
In reply to: Different background images on pagesThis one works for me
.page-id-2 #page { background-image: url(images/WhatEverBackground2.jpg);So thank you all for taking some time to help.
Forum: Themes and Templates
In reply to: Different background images on pagesThank you for all the help, but it still doesn’t work. Is there anything else I should do for this to work. Is there something in my page.php file I should do different?
<?php /** * The template for displaying all pages. */ get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'page' ); ?> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
Forum: Themes and Templates
In reply to: Different background images on pagesForum: Themes and Templates
In reply to: Different background images on pagesForum: Themes and Templates
In reply to: Different background images on pagesI posted my CSS code to the site you recommended.
Forum: Themes and Templates
In reply to: Different background images on pagesI can’t. It is not finished yet. It is on my local machine.
How about your email so I can send the CSS file to you.Forum: Themes and Templates
In reply to: Different background images on pagesI tried this as well but what it does is that it gets rid of my page background it simply disappears. I’m a bit confused. Of course my CSS file can be completely bad. So I was wondering is it possible for me to send you my CSS file so that you can look at it?
If this is possible please write your email.
Thank you
Forum: Themes and Templates
In reply to: Different background images on pagesI’m sorry but I’m new to this.
Where do I include this?
I tried in my CSS file but it doesn’t work.#page-id-2 {
background-image: url(images/Lightning8.jpg);
background-repeat: repeat;
background-position: center top;
}What am I doing wrong?
Forum: Plugins
In reply to: Widget problemThe page is not finished yet. It is on my local machine.
To illustrate the problem a bit better:I have 2 links let’s say something like this
Customers: All our customers and their contact information
Team: The developer teamWhat I wont is this:
Customers:
All our customers and their contact informationTeam:
The developer teamForum: Themes and Templates
In reply to: Customizing a themeThank you for all the help.
I kind of figured out how to change the background color and also how to change the image. Now I have a different question. I have 7 different browsers (Crome, IE9, Maxthon, Opera, Safari, Firefox and SeaMonkey). Now 5 of them displays everything correctly, but 2 of them (IE9, Opera) don’t display the changes.Can somebody tell me what the problem might be.
Thank you
Forum: Themes and Templates
In reply to: Customizing a themeOK
But I have already made some changes. I do have the original files. So if you could tell me where in the code I have to make changes to change the background I would appreciate it.
Thank you
Forum: Themes and Templates
In reply to: Sidebar problemsI have found that editing the @media code in style.css file made it possible for me.
Now I have another question. I don’t know if this is the right form for this question but anyhow the question is this:
Is it custom for the page I have made to open very slowly on mobile devices?Thank you
Forum: Themes and Templates
In reply to: Sidebar problemsI am using Twenty Eleven 1.3 theme.
And yes I have made some edits to fit my needs so to speak.
So I guess I messed up some files.
Can you tell me what needs to be done to fix this problem?Thank you