Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #339285

    I need a little help with this one, I’m not used to messing with the php files. This is the first part of what I ended up with:

    <?php

    global $avia_config;
    add_theme_support(‘deactivate_layerslider’);

    /*

    … which failed miserably. Can you tell me what I did wrong? I’m sure it’s dumb and basic. Pretend you’re explaining this one to your grandmother please.

    Thank you…

    #339603

    Hey stefaniesomers!

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

    add_theme_support('deactivate_layerslider');

    Best regards,
    Yigit

    #339683

    Thank you Yigit. Where EXACTLY do I place that code, please. Again… Grandmother language. You truly cannot dumb this particular bit down too much for me. If you can give me a snippet of where it goes, before and after, and show it inserted, that would help immensely

    Thank you!!

    Stefanie

    #339686

    Hey!

    You can add it to bottom of the file but i personally like adding these kind of codes right below

    	'bitcoin' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue92a'),
    
    ));

    Cheers!
    Yigit

    #339703

    Yeah – think I broke my entire site. Can’t see ANYTHING now. The entire backend is gone,and my site has disappeared. Ideas? EMERGENCY!

    #339707
    This reply has been marked as private.
    #339715

    Hey!

    I’ll attempt to fix it asap.

    Cheers!
    Josue

    #339718

    Thank you Josue. I’m a little panicked right now…

    #339719

    Hey!

    It’s fixed now. LayerSlider is deactivated too; i used this plugin (you can access it from Plugin > Edit Functions) which allows you to store custom code like that, separately from the theme.

    Cheers!
    Josue

    #339721

    Bless you. Did I do it THAT wrong? never mind, lol… I guess it doesn’t matter, but I obviously sure messed that up. Thank you, thank you!!!!

    #339725

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Removing LayerSlider plugin..’ is closed to new replies.