On the search for the settings I saw that there was an upgrade for sonaar music but after the update was done my site looks messed up! --> http://www.josef-wolf.com/wp/
WPBakery plugin is not activate. Maybe you need to update it. To update it, please first remove it and go to wp-admin>appearance>install plugin to re-install it.
Hello,
I removed the featured image in my playlist but now I have this place holder icon showing up.
How can I get rid of this?
Hi,
In the player setting, please disable the option "show artwork"
https://d.pr/free/i/gAWa8M
Thanks,
Alexandre from the Sonaar.io Crew
On the search for the settings I saw that there was an upgrade for sonaar music but after the update was done my site looks messed up!
--> http://www.josef-wolf.com/wp/
What has happend?
WPBakery plugin is not activate. Maybe you need to update it.
To update it, please first remove it and go to wp-admin>appearance>install plugin to re-install it.
Thanks,
Alexandre from the Sonaar.io Crew
Unfortunately the show artwork option is only available with the elementor editor.
If you are using wpbakery page builder, you can hide the artwork with this custom css.
.sonaar-Artwort-box .album{
display: none;
}
Copy this code to wp-admin>theme options>custom css/js>custom css field
Thanks,
Alexandre from the Sonaar.io Crew
Hey Alexandre,
thank you for your help but the custom CSS does not work.
Is it maybe because I have already another custom CSS line there?
It looks like this:
.sr_it-playlist-artists {
display: none!important;
}
.sonaar-Artwort-box .album{
display: none;
}
Hi, I dont see any artwork on your homepage
https://d.pr/free/i/lBNI0D
Maybe you need to clear the browser cache
Thanks,
Alexandre from the Sonaar.io Crew
I am talking about the grey place holder here on that site:
http://www.josef-wolf.com/wp/stimme/
I even tried different browsers.
I still dont understand what you are talking about. sorry.
Are you talking about your menu?
Thanks,
Alexandre from the Sonaar.io Crew
No, there is still that place holder image from the playlist that I cant remove:
http://www.josef-wolf.com/wp/stimme/
please replace this code
.sonaar-Artwort-box .album{
display: none;
}
by this
.sonaar-Artwort-box .album{
display: none !important;
}
Thanks,
Alexandre from the Sonaar.io Crew
Hey, that's it. Thank you very much!
You are welcome
Thanks,
Alexandre from the Sonaar.io Crew