• Closed
  • Lars van Sante
    Spectator
    29.12.2015 at 20:53 #23288

    Hello, I just purchased evolve+ and alora and love it so far. There’s only one thing bothering me, and that is the notification in the dashboard about entering my username and password for update notifications.
    It is no problem for me if It is for my own sites, but I am making a site for a client and if I go back to the theme updates page I can easily find my password in the source.
    Is there an easy fix?

    Thank you!

    Denzel Chia
    Moderator
    Posts: 2656
    30.12.2015 at 06:08 #23298

    Hi,

    At the end of Alora/functions.php

    Find the following

    // Theme4Press Theme Autoupdater
    require_once( get_template_directory() . '/framework/class-updater.php' );
    $theme_data = wp_get_theme();
    $update_manager = new Wp_Theme_Update_Manager($theme_data->Name,'https://theme4press.com/user_authenticate.php');

    Comment out or remove it.

    This will disable automatic update. You will have to install update manually.
    Download latest theme from your account on this website.

    Thanks!