Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1031975
    paulafalovic
    Participant

    Hi,

    I have set up the X theme and worked out very slowly ha how to do a revolution slider. However, on my mobile the menu does not stay fixed at the top when you scroll down as it does on the other layouts. Can you please tell me how I fix it.

    I also have issues under the section – Slider Revolution – System Requirements

    I worked out from forums and knowledge base that although it is actually activated the Plugin Activation says that it is not activated – fine there. But underneath it, it requests to have problems found, fixed, in the System Requirements – how do I fix these?

    I will send my login details privately after this.

    thank you,
    Paula

    #1031978
    paulafalovic
    Participant
    This reply has been marked as private.
    #1032056
    paulafalovic
    Participant
    This reply has been marked as private.
    #1032058
    paulafalovic
    Participant
    This reply has been marked as private.
    #1032456
    Joao
    Moderator

    Hi Paula,

    Regarding having a fixed Mobile Navbar on Mobile you can add the following code to your Appereance > Customizer > Custom > CSS

    @media (max-width: 979px){
    body.x-navbar-fixed-top-active .x-navbar-wrap {
           height: 62px !important;
    }
    
    body .x-navbar-fixed-top {
          position:fixed !important;
    }
    }
    

    That message is related to your PHP Memory Limit, which is really good that you improve not just for Revolution Slider but for your Website performance overall.

    In order to do that please this in your wp-config.php located at the root directory of your site.

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );
    
    

    You can add it before the line

    /* That’s all, stop editing! Happy blogging. */

    Hope that helps,

    Please reach is if you have any other questions.

    Thanks

    Joao

    #1033688
    paulafalovic
    Participant

    Great, thank you so much : )

    the mobile menu is fixed. however even though i have lifted the size limits as indicated, they still show as errors in the – Slider Revolution – System Requirements?

    Is there something else I can try?

    thank you again,
    Paula : )

    #1033868
    Paul R
    Moderator

    Hi Paula,

    You need to contact your hosting provider and let them increase memory limit, upload max file size and max post size
    as per requirement of revolution slider.

    Thanks

    #1035772
    paulafalovic
    Participant

    thank you!
    they have done that for me and the error messages are now gone : )
    thank you for getting back to me so quickly, very much appreciated, paula

    #1035997
    Joao
    Moderator

    Great to hear it Paula,

    Let us know if we can help you with anything else.

    Joao

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