etsmes
etsmes
I can't fix it and the module developer is not responding. Do you have any idea how I could fix it? Thank you so much
@tswfi Sorry i answered so late. Thank you, it is working!
fixed! .slick-slider { touch-action: auto !important; /* mobile devices zoom on the images with 2 fingers */ }
Firefox 75.0 (64-bit) on Windows 10 fixed using style: .input-group.bootstrap-touchspin { width: auto; max-width: 126px; }
I answer myself: custom.css /** product thumbs slider visible small devices **/ @media (max-width:767.98px) { .product-thumbs.hidden-sm-down { position:relative!important; display: block!important; } } @media (max-width:575.98px){ .product-thumbs.js-qv-product-images.hidden-sm-down.slick__arrow-outside.slick-initialized.slick-slider .btn.btn-link { display:none!important; } }
Hi, the problem is the line 126 of FrontController.php $page['meta']['robots'] = 'noindex'; "noindex" is being added to all SmartBlog pages, so Google does not index them. Thank you, Josep