• Hey,
    I am currenlty in the process of making a Real Estate blog for a real estate agent. The blog is working fine except the fact that when I try to view it on a Iphone or macintosh using Firefox or Safari, the page isnt viewable. Any suggestions?

    Thanks In Advance!

    -Brendan

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter baiello

    (@baiello)

    I just tired it on a PC using Mozilla Firefox. That doesn’t work either. Is it most likely my theme?

    -Brendan

    youve got lots of problems. none of your main area content is viewable because you have your background image set to the bottom and no-repeat. so everything above is black text on black background.

    #main #content {
    
    		float: left;
    
    		margin: 20px 0 0 17px;
    
    		padding-bottom: 25px;
    
    		min-height: 573px;
    
    		width: 560px;
    
    		background: url("images/content.jpg") no-repeat left bottom;
    
    	}

    try changing
    background: url("images/content.jpg") no-repeat left bottom;
    to
    background: url("images/content.jpg");

    Thread Starter baiello

    (@baiello)

    What section of my theme editor is this under?

    its in your theme’s stylesheet. but its not a good idea to edit things through the admin’s theme editor. you should be using an ftp program and a text editor.

    I am currenlty in the process of making a Real Estate blog for a real estate agent.

    So, why doesn’t that real estate agent hire a wp-professional who knows WP?

    Thread Starter baiello

    (@baiello)

    Boober, thank you. It made it better, but still not fixed.

    Moshu: because everyone has to start somewhere. I do have a consultant. Who, due to the high demand of blogs is very busy right now. He charges by the hour and some people are nice enough to help out on here for free. I thought thats what the forums were here for.

    I know basic HTML. But I dont understand wordpress that well yet. I fully plan on paying my dues and helping others out once I get the hang of it myself. Sorry if my post bothers you.

    we can point you in the right direction, but i wont design it for you. youre far from having that site presentable. when i was at your skill level i was learning on my own site or doing projects for free. your design issues arent wordpress related at all.

    Thread Starter baiello

    (@baiello)

    thats completely understandable. I dont have the desire to have my own site and im not chargeing for this site. I just feel if i build it and trouble shoot as I go along. I will know the dynamics of the page if something should occur. The website isnt marketed yet. So no one really comes across it anyway.

    I use a consultant but sometimes it takes too long for his response, so i try to take matters into my own hands. For instance, it sometimes take up to a week for the consultant to get back to me. Anything not reseloved here will eventually get resolved elsewhere.

    Thank you for the advice already given. If you are designers and would like to post up a site where i can learn more about you paid services. I would be happy to look at them.

    -Brendan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Webpage Internet Explorer/PC Friendly…?’ is closed to new replies.