• I am using streamline pro theme. I decided to try and get a custom header and went into the functions.php and simply changed the width and height to be a little bigger than they currently were. I was trying to follow a tutorial. After doing this, my stylesheet now does not load at all when I got to my website http://www.live2grow.com. I tried replacing the original dimensions, and it still will not load. I have deactived my plugins and reactivated one by one and still not working. A weird thing that happened when I was activating my plugins one by one was my background turned blue, when I activated the first couple, and then went back to white. Weird. But if I could get any advice on how to fix this issue, I would really appreciate it.

    Thank You

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mcubed1111

    (@mcubed1111)

    To update on this issue and give a little more information. When I inspect the element I am getting three error messages.

    Uncaught TypeError: Cannot read property ‘prototype’ of undefined
    afr.php:1 Uncaught SyntaxError: Unexpected token =
    dynamic_used_04_728x90.html:1 Uncaught SyntaxError: Unexpected token =
    impl.191-2-RELEASE.js:2 TRC.Manager.getReferrer : rendering in cross domain iframe
    impl.191-2-RELEASE.js:2 TRC.Manager.getReferrer : rendering in cross domain iframe

    I have no clue what this means. Anyone have any ideas?

    Your stylesheet is loading, it’s just that some CSS has been inserted in a spot which is causing invalid syntax, which prevents other rules which follow it from being applied:

    - Theme Colors
    		- Streamline Pro Blue
    		- Streamline Pro Green
    /* Header Image Title Area & Site Title
    --------------------------------------------- */
    .header-image .title-area {
    .header-image .site-title,
    .header-image .site-title a {
    	float: left;
    	margin: 0;
    	max-width: 1254px;
    	min-height: 1000px;
    	padding: 0;
    	width: 100%;
    	color: #FF0000
    }
    - Media Queries
    		- Retina Display

    Basically, everything from this line:

    /* Header Image Title Area & Site Title

    all the way down to, and including, the closing brace just before - Media Queries, needs to be relocated to a better spot.

    Thread Starter mcubed1111

    (@mcubed1111)

    Any suggestions of where I need to put it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stylesheet not loading in any browsers’ is closed to new replies.