Hi!
For the blog page, the theme does use a third party script to display
audio and video instead of the excerpt, but since this is a static front page,
that should not affect the display of the content,
the shortcode should just work.
Does it work when you switch themes?
I cannot test the plugin, since I don’t own it :).
I can only confirm that there is no text to display, since these divs are empty:
<div class="songTitle" style="color: rgb(255, 255, 255); top: 92px; left: 44px; width: 266px;">
<div class="songTitleInside" style="text-align: center;"></div>
</div>
<div class="songAuthor" style="color: rgb(255, 255, 255); top: 128px; left: 44px; width: 266px; text-align: center;">
</div>
If I add text manually, it shows.
I compared the javascript that the shortcode outputs on the two different pages you linked.
Your page has a line that says: showTitle:false,
But on the plugin author’s page the same line says: `showTitle:true,’
Are you absolutely sure all the settings are correct? It doesn’t look like you are using the same settings as the plugin author’s example.
I switched the value back to false so The error messages would not display. I will change it back to “true” so you can see the current display on player
Hi
It now displays: “SYN 12.1Play HD (Ciprian Adams)” -that’s not an error message is it? 🙂
Again, thank you for taking time to look into this.
That is the correct info, but it is not displaying on my browser (chrome) or on my android phone
I’m getting a scrolling “data not available”
Wow, just looked at my wifes phone & it’s displaying correctly. CouldChrome be the problem I wonder
Very strange, I am also using Chrome 70.0.3538.110 on PC.
Let me test on the android and on the ipad as well.
Phone (samsung s6) -works
Ipad yes works there as well.
Maybe your phone is tool old :p, or something is cached
On the Ipad there is a lot of black space below the content though.
I just updated Chrome on my mac and I still get the error but safari displays it correctly.
So strange. I’ve spent so much time on this, and it boils down to a browser issue. I’m runningV version 70.0.3538.110 (Official Build) (64-bit) on mu Power Mac & yes, my android is old.
Thank you for helping. Is there a way to remove “Home” on the main page ?
OK, so solved the problem. Cleared the cache! Simple as that! Thank you again.
It looks like Home is the title of the page.
Try adding this to the Additional CSS option in the customizer:
.home .entry-title{display:none;}
You are a genius, thank you.