Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1229640
    adamzinger
    Participant

    Before I get into details, I am aware that the X team does not provide support for 3rd party plugins. However, I’ve been in touch with the 3rd party plugin creators already who say my issue is down to my theme so please can you assist on this one?

    I am running the WPL WordPress real estate plugin created by Realtyna which seems to work well with X apart from this one issue so far. Please check http://lancasterpropertysales.adamzahler.com/property-listings/3-House-8-Parsons-CloseLancasterLancashireUnited-Kingdom-GBP400000/ in a mobile phone view. You will notice that the ‘Pictures’ and ‘Google Map’ tabs don’t work.

    To check whether it was an issue with X, I switched the theme to the WordPress 2016 theme and once I switched there was no issue with these tabs. Can you please advise?

    I will include access in a private update…

    Many thanks,
    Adam

    #1229642
    adamzinger
    Participant
    This reply has been marked as private.
    #1229772
    Christian
    Moderator

    Hey Adam,

    Would you mind also giving us FTP access so we could check which template file or script conflicts with the tab functionality. Also, could we test out things on your site like switching themes and disabling widgets?

    Thanks.

    #1234651
    adamzinger
    Participant
    This reply has been marked as private.
    #1235271
    Rad
    Moderator

    Hi there,

    Please add this code to Admin > Appearance > Customizer > Custom > Javascript

    jQuery( function($) {
    
    $(window).load( function() {
    
    $('.tabs_box .tabs li a').off('touchstart touchend');
    
    } );
    
    } );

    Thanks!

    #1239132
    adamzinger
    Participant

    Genius! Thanks very much Rad.

    #1239232
    Rahul
    Moderator

    Glad we were able to help you out!

    Let us know if we can help with anything else.

    Thank you.

  • <script> jQuery(function($){ $("#no-reply-1229640 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>