skip to Main Content

Elementor – Nuxt3 – How to create a single page portfolio site where posts open in a div popup (no page reload), but each project has a unique url?

I am making a portfolio website with nuxt3, tailwindcss and the Wordpress REST API. The general layout of the portfolio website is as follows: <body> <div id="page-wrapper"> <section id="landing-image" class="w-screen h-screen">...</section> <section id="about">...</section> <section id="projects-grid">...</section> </div> </body> Goal: I want…

VIEW QUESTION

WordPress – cannot retrieve csp-report request body from report-uri

I’ve tried to follow mozilla guide lines for setting up report-uri in CSP-Report-Only mode. My CSP: function add_csp_header() { header("Content-Security-Policy-Report-Only: report-uri ".get_bloginfo('url')."/csp-endpoint; script-src 'self'"); //some more, since only one header is rejected } add_action('send_headers', 'add_csp_header',10); The csp-endpoint file at the…

VIEW QUESTION
Back To Top
Search