• I’ve got the PHP files set up and edited in my child theme directory, and I’m not seeing any of my edits going live…They show up in the Appearance > Editor list, and when I view them on the browser I see my edits there, but my site isn’t reflecting those edits.
    I’m using Chrome, and use F5 to fresh the browser.

    Below is the code I’ve changed:
    <a class="blogmore" href="<?php echo stripslashes(get_option('themnific_url_portfolio'));?>"><?php _e('Browse Our Gallery','themnific');?></a>

    But on the site it still says, “Browse our Portfolio”
    I did a CNTL+F for “Browse our Portfolio” and it doesn’t show up anywhere else in the file…
    I’m not sure why the changes aren’t going live. Can someone point me in the right direction?

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are a couple of possible reasons
    Browser Cache, Caching plugins, Caching services(e.g. CloudFlare)…
    You say you’re using a child theme, did check if you edited the correct file?

    Thread Starter DesignerRoo

    (@designerroo)

    The only plug-ins I have installed are Yoast WordPress SEO, MailChimp, and Ultimate Coming Soon Page. I don’t think it’s a cache problem since I’ve been able to edit the site and refresh the browse (using F5 hotkey) without any problem (it’s always updated).
    This is my first time editing PHP files, so I’m sure the issue is there. I’m just not sure where the error is.
    I spoke with the creator of the theme and she said the files I needed to edit were folio.php, and mosaic_folio.php:
    http://i.imgur.com/G03iIgy.jpg

    Here’s a screen shot of my Appearance > Editor with one of the PHP files open:
    http://i.imgur.com/xfXGxMm.jpg

    I hope those help.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Child Theme – PHP files not going live’ is closed to new replies.