Choosing alternative Highend Header Layout not changing on actual main page.

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    capitalproperties
    July 12, 2015 at 11:47 am #48492

    Hi, I had this problem with a previous site but gave up.

    With a new site i’m having the same issue that no matter which Main header Layout i choose in Highend Options, not physical changes take place. Upon making a change & clicking save it appears to save ok but there’s no change upon refreshing the main page.

    I’ve read through several threads & attempted to make changes:

    1. wp-config.php change
    – Just add the following line of code at the top of the file, but make sure it is AFTER <?php

    set_time_limit(120);

    2. htaccess change
    – Add the following code to your .htaccess file on your server:

    php_value max_execution_time 120

    3. php.ini change
    Add the following code to your php.ini file hosted on your server:

    max_execution_time = 120;

    I’ve also then added the separate guidance on the same thread page regarding increasing memory to 128M & then the thread states to add max_execution_time 400

    Adding this contradicts the 120 max time –

    Anyway i lost access & have now deleted all additions to regain normal service but i still have the same issue.

    I did previously try just the 1st 3 additions as about but again no difference.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.