Plugin Contributor
ndre
(@ndre)
Hello @hinse,
I just went to an example product page: http://www.mindflexia.com/diensten/beheer-hulp-modellensite#product_reviews_tab
and I can see the button both on mobile and desktop.
Are you sure it is not showing up? Can you please clear your browser cache?
What device are you using to check the mobile version?
Thread Starter
Hinse
(@hinse)
Dear,
I use Firefox on my mobile (version 54.0.1) thats where i can’t see it myself.
This is wat is see: http://mindflexia.com/button.jpg
When I use Chrome or Samsung internet I see it on the first try.
Only with Firefox after a while when I don’t use the browser he get the button. I also waiting for a friend of my witch browser he is using.
I have cleand the cache but no effect.
Plugin Contributor
ndre
(@ndre)
Hello @hinse,
Thank you for the information.
It works for me on Firefox also.
However, as I can see your theme is hiding the button by default and shows it up with JavaScript. If you have JS disabled in Firefox it will not show up.
You can fix this with the following custom CSS:
#product_reviews #submit {
display: block;
}
-
This reply was modified 8 years, 9 months ago by
ndre.