Tagged: ,

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

    Hi Kristi,

    I asked this question before and got an answer, but the solution seems to not work anymore. How to hide the option in the admin panel : Theme Options, especially Theme Update where it asks for Themeforest ids etc. This is a miss feature…If I’m installing a theme on my client’s site, why would I sign in with my credentials?

    Can you send me php/css function to remove it please?

    Thanks!

    #222461

    Hi Smaskit6!

    You could purchase a license for the client so that they are able to update it within the theme. A single license is only good for one site so you wouldn’t be able to use the same license on multiple client sites anyway.

    As far as I know there isn’t a function to remove the option in the theme options right now however.

    Regards,
    Devin

    #222465

    Hi Devin,

    I always purchase one per site. I’d love a bulk price but I’m not at the 2K yet :) to purchase the extended.
    However, there was an option to hide the bar via css previously (I had it answered) : #adminmenu #toplevel_page_avia{display:none;}

    Honestly, there is no way? I know you guys want us to show it for obvious purposes, but it’s a very bad feature for us. I don’t want them to update on auto. There must a way to tinker with either css or php.

    Help.

    #222614

    Hey!

    Please add this on functions.php to hide the Enfold Theme Options on the dashboard:

    function ava_remove_theme_options() {
    echo '<style type="text/css">#toplevel_page_avia{display: none;}</style>';
    }
    
    add_action('admin_head', 'ava_remove_theme_options');

    Cheers!
    Ismael

    #222944

    Thanks, worked!

    #222951

    How can I import the new page that was released with the latest update? The Home v9

    #223000

    Hi!

    There isn’t a way to individually import it in unfortunately but you can re-create it pretty quickly. The only new elements are those with video backgrounds set on them (fullscreen slider, color section).

    The color section with the image has its background set to be Parallax instead of fixed or anything else.

    Best regards,
    Devin

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