• hello,

    -using 2014 theme

    -made a child-theme

    -put in functions.php

    <?php
    ?>

    -put in style.css

    /*
     Theme Name:   Twenty Fourteen Child
     Theme URI:    https://example.com/twenty-fourteen-child/
     Description:  Twenty Fourteen Child Theme
     Author:       John Doe
     Author URI:   https://example.com
     Template:     twentyfourteen
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  twenty-fourteen-child
    */
    
    @import url("../twentyfourteen/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    
    .site:before {
    background-color: #001c54;
    }
    .site-header {
    background-color: #001c54;
    }
    .site-footer {
    background-color: #001c54;
    }

    – earlier i went to update–updated fine
    tried again nothing -came to forum to ask advice it updated.

    hmmmm, tried again will not update

    after getting- File Updated Successfully-

    about 20 minutes still waiting

    thanks,
    craig

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter zpupster

    (@zpupster)

    changed after an hour

    ?????

    why so slow?

    Thread Starter zpupster

    (@zpupster)

    tried a few things

    but what is weird is even if i do not edit the style.css
    file in wordpress and just edit it locally and then ftp
    it it still goes so slow.

    tried a suggestion on changing memory limits to 256M
    in wp-config,dreated defined in php.ini, an also in default-constants
    changed to 256M

    thanks,

    craig

    If you have any type of caching going on, that could be coming into play.

    One thing you could try immediately after making an edit, is forcing your browser to reload from the server – usually with “Ctrl+F5” – that way it loads the updated version rather than using the version stored in the browser cache.

    Thread Starter zpupster

    (@zpupster)

    no,

    it is not that i am reloading(f5). i tried wordpress awhile back and it updated instantly.
    this is taking minutes.
    thanks,,

    Thread Starter zpupster

    (@zpupster)

    no

    i am reloading the page.

    this is something different i had wordpress before and edits were instant.

    this is taking minutes 15 25 35………..

    The symptom sounds like a caching issue of some sort. If you aren’t using a caching plugin, and don’t have control over the server, then check with your host and see what they think. I don’t think it’s likely to be directly related to an issue with WordPress itself – especially in light of the fact that you mentioned editing the files directly in FTP made no difference.

    [edit] I just tried your child theme on a test site, and any changes I made to the style sheet took effect right away.

    Thread Starter zpupster

    (@zpupster)

    thanks clayton,

    i just uninstalled and reinstalled.

    same thing first edit went in right away,

    changed the hex color in one and pressed update file and
    -it just- anyway this is frustrating.

    z

    The symptom sounds like a caching issue of some sort. If you aren’t using a caching plugin, and don’t have control over the server, then check with your host and see what they think.

    Thread Starter zpupster

    (@zpupster)

    The symptom sounds like a caching issue of some sort. If you aren’t using a caching plugin, and don’t have control over the server, then check with your host and see what they think.

    solved

    that was it. contacted host , setting for caching, turned off static cache.

    works great

    ty clayton

    You’re welcome, glad that’s all it was!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘how long??’ is closed to new replies.