
0
Under review
read more link on longer reviews unresponsive when slider active
This is a great app. I've used it for several years on Wordpress, now I'm switching to Shopify and want to continue using it. I've run into a problem, in that if the reviews are on a slider then the "read more" link for longer reviews is completely unresponsive. The same is true when I used the suggested CSS to put scroll bars on longer reviews. They appeared but wouldn't scroll. I'm using the Expanse theme on Shopify. If the slider is turned off then it worls fine but I would really like to display all the reviews in a slider, rather than just three.
Any ideas on how to fix this would be much appreciated.
Customer support service by UserEcho
Cn you post a link to the page?
https://dandelion-antiques.myshopify.com/
Can you turn off the auto-scroll so I can investigate a little easier?
So sorry. I must have missed the notification of your reply. auto-scroll is now off.
There is a javascript error on the page that could be causing the issue. Screenshot below. To investigate right-click on the page > inspect > look for the console window. Seems to be coming from meggnote.
It seems that it is an error being thrown here:
function hasClass(elem, className) {
return elem.className.split(' ').indexOf(className) > -1;
}
Do you think this is code from the widget or the theme?
I don't recognize that code. Could be from the theme.
ok. Thanks