• evolveVersion: 3.6.0

    I am trying to mediate Memory Limit issues causing a 500 Error and site-down for TracieStanfield.com and SynthesisDance.org
    (Both sites are active using a generic theme so the content will display)

    I am convinced the issue is GET Requests for image files that do not exist. For some reason the Evolve Theme is looking for files in the ORIGINAL One-Click-Install Location.

    The sites now exist at Top-Level, but were originally created in a sub-directory “/wp” — I have tried the Velvet Blue Plugin, uninstalled/reinstalled the Theme, I even downloaded the Theme and checked the Code for any references … etc.

    However, as soon as I activate the Evolve Theme — I get this Over and Over in the Logs:
    173.236.169.234 – – [13/May/2016:07:53:42 -0700] “GET /wp/wp-content/themes/evolve/library/media/images//pattern/pattern_8_thumb.png HTTP/1.0” 200 417 “-” “-“

    At this point, the best I can come up with is that there must be Code in the Template to reference the Original Install Location? Along that thinking I searched for the “pattern_8_thumb.png” — which lead me to: $evolve_imagepathfolder . ‘/pattern/pattern_8_thumb.png’,

    Leading to:
    $evolve_imagepathfolder = get_template_directory_uri().’/library/media/images/’;
    ————–

    But all-in-all, I cannot figure out why there would be a GET Request on the old sub-directory — and why these issues didn’t exist when the sites were originally migrated.

Viewing 1 replies (of 1 total)
  • Hi,

    Try the following.

    Go to Theme Options -> Styling -> Header and Footer.
    Find the setting -> Header and Footer pattern
    Select one of the style

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Evolve Theme: Get Requests from Original Install Location’ is closed to new replies.