• ivwomen

    (@ivwomen)


    PleaseI need help I am new to wordpress .

    I have installed new template and did some modifications to the layout and color through style.ccs. Whenever I make changes:

    1)The change is updated online (live) instead of offline .
    2)And if I make more than on change , at each time I open the site different layout of the template appears once with new changes and othertime with old changes.INSTEAD of leatest layout changes ??!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • esmi

    (@esmi)

    1. This is the expected default behaviour.

    2. Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

    Thread Starter ivwomen

    (@ivwomen)

    Thanksssssssssssss esmi .
    I will try it .

    rofflox

    (@rofflox)

    You can also force your browser to refresh your site with the current css stylesheet with a simple parameter:

    1. Open header.php
    2. Search for:

    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>" />

    3. Replace it with:

    <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?v=1" />
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Why template layout changes automatically’ is closed to new replies.