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

    Hello,

    I bought a separate license of WP Layerslider, so I could update it. But I still cant. Moderator Devin said in the post in the following link: https://kriesi.at/support/topic/how-to-update-layerslider/

    Hi bakbek!

    You would need to purchase a separate license and then you can add the purchase code into the Layerslider main options then update.

    Regards,
    Devin

    I bought the separate license, but it still doesnt want to update. Yes, I put in the license code and clicked on “update”, yet the layerslider is still version 5.5.0, and the lastest one is around 5.6.3. I feel like I just threw 20 dollars out the window because of a moderator that doesnt know his stuff told me to buy something that doesnt solve my problem.
    How do I update this plug-in?

    Regards,
    Nikolai

    #520374

    Hey NikoArq,

    Did you deactivate the bundled version from the theme? If not then try the following in your child themes functions.php:

    add_theme_support('deactivate_layerslider');
    

    Best regards,
    Rikard

    #520468

    Where can I find my child themes functions.php? is it functions-enfold.php?

    #520580

    Hi,

    Under Appearance–>Editor. No it’s functions.php.

    Regards,
    Rikard

    #520628

    Rikard!

    I need urgent help…

    I tried inserting it in functions.php, but since im an amateur I didnt do it right.

    Now it says: Parse error: syntax error, unexpected ‘$avia_config’ (T_VARIABLE) in /home/profilco/public_html/wp-content/themes/enfold/functions.php on line 42

    I pasted my .php, I hope you can tell me what went wrong here (the only thing I touched was inside these lines). I think it might have something to do with me creating spaces. I dont know. Please help!

    /*
    * These are the available color sets in your backend.
    * If more sets are added users will be able to create additional color schemes for certain areas
    *
    * The array key has to be the class name, the value is only used as tab heading on the styling page
    */

    $avia_config[‘color_sets’] = array(
    ‘header_color’ => ‘Logo Area’,
    ‘main_color’ => ‘Main Content’,
    ‘alternate_color’ => ‘Alternate Content’,
    ‘footer_color’ => ‘Footer’,
    ‘socket_color’ => ‘Socket’
    );

    /*
    * add support for responsive mega menus
    */

    #521380

    Hey!

    Please override the functions.php file with a fresh copy then add the code again. You have to do this via FTP. Add it at the very bottom of the file. If you have a child theme, create a php file called “functions” then add this:

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    */
    
    add_theme_support('deactivate_layerslider');
    
    ?>

    Please copy the code directly from the forum, not from your email.

    Cheers!
    Ismael

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