WebSite X5Help Center

7 RéPONSES - 3 UTILE
Incomedia
Eric C.
Incomedia

Hello Nigel,
I am sorry about the issue, this was reported earlier today and the development team will release a fix as soon as possible.
I remain available.

Lire plus
Posté le de Eric C.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

...(It > En) ...the announced FIX will be arriving soon...
...in the meantime, if you're interested in re-enabling product pages now for your users/visitors, I came up with one of my own unique ideas...
...it works well in online simulation, isn't problematic, and can be applied and removed in a second once the FIX arrives...
...if you're interested in temporarily moving things up, let me know...

.

ciao

.

Lire plus
Posté le de  ‪ KolAsim ‪ ‪
Nigel B.
Nigel B.
User
Auteur

Hi KolAsim, yes I would be very interested to use your solution in the meantime laughing

Lire plus
Posté le de Nigel B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

ciao, ... OK ... Here's the code waiting for the FIX:

<script>
/* click tab pre-FIX by KolAsim */
$(document).ready(function() { /*K>*/
setTimeout (function(){ styleK = '<style> .tab { background-color: #dbdbdb !important;} .tab-active { background-color: transparent !important;} </style>';
$(document).on("click", ".tab-border a", function(){ $("head").append(styleK); let k = $(this).data("index"); $(".tab").removeClass("tab-active"); $(this).addClass("tab-active"); $(".text-tab-content").hide(); let targetK = $('.text-container div[data-index="' + k + '"]'); targetK.css("opacity", 1).show(500); $(".selected-tab-border").removeClass("selected-tab-border"); $(this).parent().addClass("selected-tab-border"); }); },1000); /**K<<**/});
</script>

............................

... paste the code in Step 3 into the Properties of the "Product Sheets" Special Page > Expert > Before the Closing /HEAD Tag...

.

ciao

.

Lire plus
Posté le de  ‪ KolAsim ‪ ‪
Nigel B.
Nigel B.
User
Auteur

Thank you so much KolAsim. It works a charm laughing

Lire plus
Posté le de Nigel B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator

... OK... I checked, it works fine...wink
... I noticed that above 1200 pixels the anchor is hidden under the top...
... if you're interested, we could make the tabs visible even above 1200px...
.
Hi, ciao

.

Lire plus
Posté le de  ‪ KolAsim ‪ ‪