Hello,
Hello! Sure, I can help you with that. Elementor is a popular WordPress page builder, and it may set cookies for various functionalities. To create a script URL pattern for the Elementor cookie in the CookieYes plugin, you’ll need to identify the specific script or resource that is responsible for setting the cookie.
Here’s a general approach to finding the script URL pattern:
Inspect Your Website:
Open your website in a browser.
Right-click on the page and select “Inspect” (or use the keyboard shortcut Ctrl+Shift+I or Cmd+Option+I on Mac) to open the browser’s developer tools.
Check Network Requests:
Go to the “Network” tab in the developer tools.
Refresh your page to capture all the network requests.
Filter by Type:
Look for requests of type “Script” or “XHR” (XMLHttpRequest) as cookies are often set by JavaScript.
Search for Elementor Scripts:
In the list of scripts, look for those related to Elementor. They might have names containing “elementor” or similar.
Identify the Relevant Script:
Once you find a script related to Elementor, note its URL. It could be something like https://yourdomain.com/wp-content/plugins/elementor/js/some-script.js.
Create the Script URL Pattern:
In the CookieYes plugin settings, there should be an option to add a script URL pattern. Enter the base URL or pattern that matches the Elementor script. For example, you might enter https://yourdomain.com/wp-content/plugins/elementor/js/* to cover all scripts within the Elementor plugin.
Remember that this is a general guideline, and the actual script URL may vary based on your website setup and Elementor version. If you’re unsure or can’t find the relevant information, you may want to consult with a developer who can help you.
Thank you