Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1078579
    Rad
    Moderator

    Hi there,

    The error is now gone on my end. But I do see new error from Tablepress plugin.

    1. Parallax works on my end (desktop), but it’s intentionally disabled on mobile. Hence, no parallax on the mobile display. You can force it by adding this CSS, but that may have an undesirable effect.

    @media ( max-width: 979px ) {
    
    .x-section.bg-image.parallax, .x-section.bg-pattern.parallax {
        background-attachment: fixed;
    }
    
    }

    2. These accordions and tabs aren’t from X or cornerstone, they are native elements in Visual composer by which have the conflict with X’s existing features. It’s the same reason why native elements were disabled on X’s earlier versions.

    I tried adding some fix and this works,

    $('a[data-vc-container=".vc_tta-container"]').off('touchend touchstart');

    Only if it’s executed last, hence, it has a random effect.

    Already tried all possible combination with no success, please try replacing your tab and accordions with Cornerstone elements.

    Thanks!

    #1080664
    captainalf
    Participant

    thanks Rad, but I have to say that I probably would not have bought the theme if I would have known that I have to rebuild 20 complex pages but it is now how it is – I will as well give up on the parallax which only works on some special machines.
    Only one more thing: After following the good advice of updating theme and plugins the revolution slider on the home page which is set to full screen is showing about 20 x the size of a full screen. I tried already with other sliders. As soon I set the setting to full screen it happens like this.
    I would really appreciate if someone could find a solution for this glitch.
    thanks

    #1080850
    Rad
    Moderator
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1059227 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>