Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1199321

    Hello,

    I used All in One migration to make a copy of a Enfold WordPress website – which I have done a million times before.
    The case is that my client wanted a identical copy of a page for a sub menu area, that he wanted to have a different URL, theme color etc.,

    #1199333

    Hi,

    Thanks for contacting us!

    I am seeing JS error in console of your second site.

    Please try going to Enfold theme options > Performance and disable CSS and JS file merging, then check “delete old CSS and JS files” near bottom and save and check if it helps.

    If it does not, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #1199335
    This reply has been marked as private.
    #1199338
    This reply has been marked as private.
    #1199344

    Hi,

    It worked fine when I logged in so I checked your plugins and disabling “JS minifying” in “PageSpeed Ninja” helped.
    Could you please flush browser cache and review your website?

    Best regards,
    Yigit

    #1199532
    This reply has been marked as private.
    #1199564

    Hi,

    You are welcome :)

    Please add following code to bottom of Functions.php file in Appearance > Editor

    // Change Logo link
    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link)
    {
        $link = "http://your-domain.com";
        return $link; 
    }

    Best regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.