Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1245938

    Support: I’m trying to piece together issues we are having on an Enfold website that was just recently launched http://www.historymosaic.com. The original site was launched about a month ago but we are noticing some issues with the layout since launching. The logo was missing (it’s been re-added) and a number of style changes have happened. Fonts have changed and the footer sections has gone from dark grey to white, just to name a couple of things. Nobody has been in the site to make any changes so were at a loss to what happened. I did notice this error message on the themes page which I haven’t seen before. Thanks in advance.

    – Robert

    #1246055

    Hey ing_robert,

    I tried to login with the credentials you gave however I’m getting the following error:

    Error: The password you entered for the username is incorrect

    Please check.

    Best regards,
    Nikko

    #1246061

    Sorry, I must have sent you the dev site password, try this below.

    Best1
    – Robert

    #1246211

    Hi Robert,

    Thanks for that. The results I see on the front end seems to be corresponding with the settings on the backend in the theme options. If you have lost theme settings then maybe you could try exporting them from the staging site and then import them on the live site to see if that helps? Also make sure that you clear the cache and minified CSS from your caching plugin, or disable it altogether until the site looks like it should.

    Best regards,
    Rikard

    #1246331

    Thanks Rikard, I can also check with the hosting provider for a backup copy of the site. My concern is how this happened? I’ve never seen this before with a WordPress site. It feels like the site reverted back to it’s default styling.

    #1246451

    Hi,

    Thanks for the update. I don’t know how it could have happened, but if you used a plugin to transfer the site to the new location then maybe something went wrong in that process. That is only speculation though.

    Best regards,
    Rikard

    #1249174

    Could something like this happen if someone inadvertently hit the “Reset all options” button in the Enfold Child Theme Options? Is there a way to hide/remove that button?

    Thanks!
    – Robert

    #1249572

    Hi Robert,

    You can try something like this in your functions.php:

    function avia_remove_reset_button() {
    ?>
    <style>li.avia_footer_reset { display: none; }</style>
    <?php
    }
    add_action( 'init', 'avia_remove_reset_button');

    It might mess with the layout on some of the theme options pages a bit though.

    Best regards,
    Rikard

    #1249713

    Thanks Rikard, I will give that a shot.

    Best!
    – Robert

    #1249761

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1249763

    You can close this thread, Thanks!

    – Robert

    #1249774

    Hi Robert,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Website Launch Weirdness’ is closed to new replies.