Missing links
Hi. In the shop lost some links (see attachment).
Perhaps this is a question for woocommerce, but maybe it's for you.
Link to catalog: http://xn--80aahrfabo2gxa4h.net/?post_type=product
Link to product card: http://xn--80aahrfabo2gxa4h.net/?product=vodonagrevatel-ariston-abs-pro-eco-80v
Perhaps this is a question for woocommerce, but maybe it's for you.
Link to catalog: http://xn--80aahrfabo2gxa4h.net/?post_type=product
Link to product card: http://xn--80aahrfabo2gxa4h.net/?product=vodonagrevatel-ariston-abs-pro-eco-80v
Comments
as we see someone modified your theme because this is not the code we did. Someone did lot's of mistakes and that's why those links does not work. Something just cover them and that's why can't be clickable. We recommend to contact with person who did those changes for you because we are not able to help in this case.
Thanks for understanding!
I found what was the problem in my case.
All problems in your css, i think. (layout.css:726 - #Widget area)
In layout.css:731 in .widget-area:before:
width=1500...
If i disable this - my links working - beacause it cover them.
But it not all. Look at devider in sidebar on product page and main page:
Where right devider?
.widget-area:before { visibility: hidden; }
.widget:after { width: 100%; }
And now it's OK.
Thanks