-
AuthorPosts
-
October 16, 2015 at 8:12 pm #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,
NikolaiOctober 17, 2015 at 7:29 am #520374Hey 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,
RikardOctober 17, 2015 at 8:39 pm #520468Where can I find my child themes functions.php? is it functions-enfold.php?
October 18, 2015 at 10:33 am #520580October 18, 2015 at 4:41 pm #520628Rikard!
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
*/October 20, 2015 at 6:22 am #521380Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.