This seems because it’s a FSE = full-site-editing theme, which are customized through the native block editor. However, parts of this theme like the slider are built only in Elementor (the older way) and provided in the PRO theme, although the theme’s homepage states they are part of the free FSE theme :/
-
This reply was modified 2 years, 6 months ago by panfanky.
edit..if you want artist names, delete this line
$e_arr[1]=substr($e_arr[1], 0, -2);//gets rid of "/n"
and change
if($e_arr[2]) $artists.=$e_arr[2].",";
to
$e_arr[2]=substr($e_arr[2], 0, -2);//gets rid of "/n"
if($e_arr[2]) $artists.=$e_arr[2].",";
..i guess