Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #173772

    1. Hi, please help me have only theme options under enfold and disable the remaining enfold options like, styling, general settings, Header, sidebar, footer, theme update. please instruct me on this.

    • This topic was modified 11 years, 1 month ago by 666666.
    #173951

    Hey 666666!

    Edit framework > css > avia_admin.css, add this code at the very bottom:

    .avia_sidebar_content div {
    display: none !important;
    }
    
    .avia_sidebar_content div:first-child {
    display: block !important;
    }

    Cheers!
    Ismael

    #181992

    Hey Hi Ismael :)
    Thanks alot for CSS solution. But the link, “show all options [+]”, opens up all the options again by clicking. Please help me locate the the PHP file that holds the element “Show all options [+]” to remove that link or to comment it off.

    also let me know where all, the css class that is used for “Show all options [+]” is used so that it will help if I can just disable it by setting that class to “display:none”.

    Thanks alot sorry for being so late thanking for your help :)
    Cheers
    Great Job.

    • This reply was modified 11 years ago by 666666.
    #182791

    Hi!

    You can add this as well to hide that option:

    .avia_sidebar_active .avia_shop_option_link {
    display: none;
    }

    Cheers!
    Devin

    #183070

    Yeah, I knew it, but I’m worried that might also disable the elements(which I probably need them), which are using the same classes. So I didn’t go ahead. if it’s the only place, where “.avia_sidebar_active” & ” .avia_shop_option_link” classes were used than I can set them to ” display:none”. please lemme know on this. Thanks alot :) and
    Cheers! :)

    • This reply was modified 11 years ago by 666666.
    #184166

    Hi!

    No, this code shouldn’t affect any other links

    
    .avia_header .avia_shop_option_link{ display: none !important; }
    

    Regards,
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Would like to enable only theme options and disable remaining enfold options’ is closed to new replies.