Hello Ismael,
Thanks for sharing the code. This indeed works on a theme level. In my case I already want to know in a mu-plugin. Is this also possible. Not to get the shortcode data global just yet?
Hi Peter,
This is exactly what I was looking for. Is there a possibility to display the content from “Cookie Banner Message (En the other options)” in the front end with something of echo avia_get_option ( ‘cookie _banner_message ‘ ); ?
to get the data?
And can you also share how I can change the tab of menu position?
Thank you very much for your quick help
@SilviaNT add this to style.css or Enfold extra styling
.avia-breadcrumbs .trail-before * {
display: none !important;
}