Tagged: x
-
AuthorPosts
-
July 29, 2016 at 2:59 pm #1109299
CyndeeAdkinsDesignParticipantHi! I am having an accordion issue with this X theme on mobile devices. I have a Samsung phone. When I click on an accordion item, it jumps like it has opened it but then it doesn’t do anything. Nothing opens.
http://tdgclients.com/session-partners/
I added some javascript that you suggested in a previous form thread but it didn’t seem to help.
July 29, 2016 at 7:02 pm #1109542
DarshanaModeratorHi there,
Thanks for writing in! Can you please provide us the code that you have added? Upon checking your site, I see a JavaScript error on the console log.
You could also try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Let us know.
Thanks!August 1, 2016 at 2:58 pm #1112562
CyndeeAdkinsDesignParticipantThis is the jQuery code that I added. I just pasted this exact code into the customizer for jQuery.
jQuery ( function($) {
$(‘.vc_tta-panel .vc_tta-panel-heading, .vc_tta-panel .vc_tta-panel-heading a’).off(‘touchstart touchend’);
$(‘.vc_tta-panel .vc_tta-panel-heading a’).on(‘click’, function() {
$(‘html, body’).stop();
} );} );
August 1, 2016 at 4:10 pm #1112683
FriechModeratorHi There,
Try to remove the Custom JavaScript code that is on your Customizer. That seems to be causing an issue on your page.
If issue persist, please provide us login credentials in private reply.
Thanks.
August 9, 2016 at 10:10 am #1123830
CyndeeAdkinsDesignParticipantThis reply has been marked as private.August 9, 2016 at 10:12 am #1123832
CyndeeAdkinsDesignParticipantThis reply has been marked as private.August 9, 2016 at 11:02 am #1123936
ThaiModeratorHi There,
I’ve just updated your custom JS a bit.
Could you please double check again?
Regards!
August 26, 2016 at 5:51 pm #1148890
CyndeeAdkinsDesignParticipantSo sorry for the LATE reply. Yes, you seemed to have fixed the issue! Thanks once again.
August 26, 2016 at 9:19 pm #1149179
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1109299 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
