Forums › Forums › Search & Filter Pro › Display issue
- This topic has 25 replies, 2 voices, and was last updated 5 years, 3 months ago by Trevor.
-
Anonymous(Private) July 24, 2019 at 8:38 am #217091
Sorry, I added this to the previous call but I think you closed it at the same time!
The refreshing is working but it doesn’t display the results correctly. The image is replaced by a black box and the audio player is missing.
If I do a manual refresh it works as expected.
Thanks again
Anonymous(Private) July 25, 2019 at 1:54 pm #217208Hi,
They aren’t videos. There is just an audio player under an image for each product. (https://tobykay.com/markh/)
Thanks
Anonymous(Private) July 25, 2019 at 2:12 pm #217212Hi,
Yes it’s the featured image. The audio is specified within the product. It came bundled with the theme but I believe it’s this player – https://plyr.io/#audio
Trevor(Private) July 25, 2019 at 2:43 pm #217214You may need to ask the theme author how to re-trigger the player then. It would go into the commented line in this code:
<script>(function ( $ ) { "use strict"; $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ // so load your audio player script here again }); }(jQuery));</script>
Anonymous(Private) July 25, 2019 at 2:52 pm #217216Thank you. Before I do this, I removed the audio player from one product (a song called ukulele hipsters)
If I then do a search that only returns that track I still see the issue. i.e. the featured image doesn’t display.
Do you still think the audio player is the issue?Thanks
-
AuthorPosts