Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #888821
    sonomacanopytours
    Participant

    My FAQ seems to work on my desktop but not on mobile – how can I fix this? http://allianceredwoods.com/zipline/faq/
    Thanks

    #889432
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Your FAQ isn’t working on desktop on our end either. Are you using a third party plugin to achieve this FAQ? Also, please provide us with login credentials so we can take a closer look. To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #890964
    sonomacanopytours
    Participant
    This reply has been marked as private.
    #891594
    Christopher
    Moderator

    Hi there,

    I’m sorry but I’m not sure what you mean by it doesn’t look fine in mobile, are you trying to add space on right and left sides?

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:480px){
    .x-container.wpb_row {
        width: 88%;
    }
    }

    Hope it helps.

    #894651
    sonomacanopytours
    Participant

    They just don’t open! I did add this code you suggested but it didn’t work – please help!
    Thanks.

    #895851
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > Global Javascript

    jQuery ( document ).ready ( function($) {
    
    setTimeout ( function() {
    
    $( '.vc_tta-accordion .vc_tta-panel-heading a').off('touchstart touchend');
    
    }, 300 );
    
    } );

    Hope this helps.

    #895969
    sonomacanopytours
    Participant

    It still doesn’t work. Was I supposed to take out this 1st code you gave me?

    @media (max-width:480px){
    .x-container.wpb_row {
    width: 88%;
    }
    }

    Why is this be such a problem????

    #897065
    Rue Nel
    Moderator

    Hello There,

    Before anything else, Cornerstone 1.2.4 is now available! This release contains several bug fixes and we’re quite excited about the new features, so be sure to check out the changelog. Please do update to the latest version. After doing the updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

    Please let us know how it goes.

    #897936
    sonomacanopytours
    Participant

    I’m not using Conerstone at all – I’m using Visual Composer.

    #898436
    Paul R
    Moderator

    Hi,

    Yes, but it’s required for the theme to work correctly.

    Please check version compatibility

    https://community.theme.co/kb/version-compatibility/

    Kindly update the plugin then let us know how it goes.

    Thanks

    #900794
    sonomacanopytours
    Participant

    Updated Cornerstone – STILL not working! Why is this such a problem?????

    #901854
    Zeshan
    Member

    Hi there,

    Sorry to hear you are still facing the issue!

    I went ahead and fixed the issue for you by adding following JavaScript code under Custom > JavaScript in the Customizer of your site:

    jQuery(function($) {
      $('.vc_tta-tab a, .vc_tta-panel-heading a').off('click touchend touchstart');
    });
    

    Hope this helps. 🙂

    Thank you!

    #902850
    sonomacanopytours
    Participant
    This reply has been marked as private.
    #903600
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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