Tagged: x
-
AuthorPosts
-
November 14, 2016 at 1:16 am #1255962
Jan SParticipantHello,
i’ve included an accordion, but on mobile devices the opening function does not work. I’ve already included the setTimeout..(touchstart)-hack from other posts, i worked with the last version of X, but not with the new one (4.6.4).
Any new hacks to handle this?
Jan
November 14, 2016 at 1:17 am #1255963
Jan SParticipantThis reply has been marked as private.November 14, 2016 at 1:51 am #1255990
Rue NelModeratorHello There,
Thanks for writing in! I can confirm that this is a bug in the latest release update. To resolve this issue, please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript
jQuery(document).ready(function($) { if ( $('html').hasClass('touchevents') ) { $('.vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta.vc_general .vc_tta-panel-title > a').off('click touchstart touchend'); } });We would loved to know if this has work for you. Thank you.
November 14, 2016 at 5:27 am #1256215
Jan SParticipantOk, just because im curious: why dont you include this to base code ??
November 14, 2016 at 5:43 am #1256231
ChristianModeratorHey Jan,
There is currently a known bug in X which causes this and the code given is a temporary fix.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1255962 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
