Home › Forums › Support › license key This topic has 5 replies, 2 voices, and was last updated 6 months, 3 weeks ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts September 7, 2022 at 2:26 am #2335699 liza Hi, I am having a problem with my license key. 403 Forbidden. Your server is not able to communicate with generatepress.com in order to activate your license key. Thanks. September 7, 2022 at 2:42 am #2335704 DavidStaff Customer Support Hi there, this document provides some options: https://docs.generatepress.com/article/403-forbidden-when-activating-license-key/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 7, 2022 at 3:07 am #2335716 liza Hi David, Can I just add the ff. to simple CSS? add_filter( ‘pre_http_request’, function( $pre, $args, $url ) { if ( ‘https://generatepress.com’ === $url || ‘https://generatepress.com/’ === $url ) { return wp_remote_post( ‘https://api.generatepress.com’, array( ‘timeout’ => $args[‘timeout’], ‘sslverify’ => $args[‘sslverify’], ‘body’ => $args[‘body’], ) ); } return $pre; }, 10, 3 ); September 7, 2022 at 3:25 am #2335731 DavidStaff Customer Support No, its PHP. Do you have the Code Snippets plugin installed ? If so, create a New Snippet and paste the code in there. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 7, 2022 at 3:54 am #2335773 liza Thanks David! September 7, 2022 at 3:55 am #2335775 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In