You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to open the cookie consent screen from another page eg to allow a user to change their mind when on another page say the privacy policy? In v2 you could just set a role like this
I assume you're using plain html, since you didn't specify. Are there any errors/warnings in the browsers's console tab?
You need to make sure you are actually loading the plugin on the page where you want to open the preferences modal. You can do this by checking the browser's network tab and see if it's listed there.
If it's listed, the next step is to make sure that you're loading the plugin in a deferred state, by making sure that the type="module" is specified in the plugin's script tag:
If the plugin is being loaded on some pages, but not on others, then it could be a path related issue. Make sure you use an absolute path in the plugin's src attribute.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to open the cookie consent screen from another page eg to allow a user to change their mind when on another page say the privacy policy? In v2 you could just set a role like this
Beta Was this translation helpful? Give feedback.
All reactions