-
AuthorPosts
-
December 16, 2021 at 5:36 am #1333036
Ramon Olivencia
GuestI cannot find the new License Key for Premium Support just bought for my Enfold theme. Basically, my footer has disappeared after updating to the latest version of the theme today.
December 16, 2021 at 10:09 am #1333071Hi Ramon,
I see that you are overriding header.php in your child theme. Please try placing that file with the file from the parent theme, then add your customisations back in after that.
Best regards,
RikardDecember 16, 2021 at 4:28 pm #1333147Ramon Olivencia
GuestThis reply has been marked as private.December 16, 2021 at 4:45 pm #1333151Hey Ramon,
You can go to https://kriesi.at/support/forum/enfold#new-post and insert your existing purchase code to validate it. If you have renewed support, it should work.
I checked header.php file and it seems like the only change is following
<!-- WPForms suggested this code to add autofocus (10-jul-20) --> <script> jQuery(document).ready(function(){ jQuery('#wpforms-8382-field_0').focus().css("border", "1px solid blue"); }); </script>If that is correct, you can add following code to bottom of Functions.php file of your child theme
//------------------------------- // WPForms script in head section //------------------------------- function custom_wpforms_script_name(){ ?> <!-- WPForms suggested this code to add autofocus (10-jul-20) --> <script> jQuery(document).ready(function(){ jQuery('#wpforms-8382-field_0').focus().css("border", "1px solid blue"); }); </script> <?php } add_action('wp_head', 'custom_wpforms_script_name');and then delete header.php file from your child theme via FTP.
Regards,
Yigit-
This reply was modified 3 years, 10 months ago by
Yigit.
December 16, 2021 at 6:24 pm #1333167This reply has been marked as private.December 17, 2021 at 7:47 am #1333211Hi,
Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
RikardDecember 17, 2021 at 2:10 pm #1333260This reply has been marked as private. -
This reply was modified 3 years, 10 months ago by
-
AuthorPosts
- The topic ‘Need Support but did not Receive New License Key’ is closed to new replies.
