Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #908715
    Paul R
    Moderator

    You’re welcome! 🙂

    #908732
    mallorcanetworks
    Participant

    Hi!

    Just a detail remaining the customization;

    It is posible that the One page menu i added is´t fixed?

    And another little question 🙂

    It´s there any trick on Revolution Slider that the text acts responsive? As you see in my homepage the slider text isnt addapting to little sizes!

    Thanks!
    FYI: I gave you 5 stars bacause of the awesome support!

    #908749
    mallorcanetworks
    Participant

    Hi, About the second question, i´ve found this post
    https://community.theme.co/forums/topic/revolution-slider-responsive-text/
    I´ve tryed to place it manualy but it doest work!

    Thanks!

    #908791
    Lely
    Moderator

    Hi There,

    Thank you for the feedback.

    Please check this article:https://community.theme.co/kb/how-to-setup-one-page-navigation/
    Take note that no matter the global navbar settings for your site (i.e. the settings you have selected in the Customizer), activating one page navigation on any page will cause the menu to become Fixed Top for that page due to the special requirements of this functionality. For example, if you happen to have Static Top, Fixed Left, or Fixed Right selected in the Customizer, activating a one page navigation on any page will make only that page’s navigation behavior switch to Fixed Top. This is necessary for the one page navigation to function correctly and should be considered when setting up your site and when wanting to use the one page navigation feature.

    Can you clarify what code you have added?
    To make text responsive, please add class h1-responsive on Attributes Tab > Classes of the specific text layer. Then add the following on Appearance > Customize > Custom > CSS:

    @media (max-width:480px){
    .h1-responsive {
       font-size: 20px; /* Change to your preferred font size for mobile*/
    }
    }
    @media (min-width:481px) and (max-width:979px){
    .h1-responsive {
       font-size: 35px; /* Change to your preferred font size for tablet*/
    }
    }
    

    Hope this helps.

    #982004
    mallorcanetworks
    Participant

    Hi!
    I´ve been testing, and the only problem i find is to make a “Text rectangle” with a long text that adapts its self when the browser resizes,
    Do you know if its posible without ussing @media?

    Thanks!

    #982138
    Joao
    Moderator

    Hi There,

    Please have a look at this article.

    https://www.themepunch.com/faq/increase-size-of-text-on-mobile/

    If you need further help, please let us know.

    Thanks,

    Joao

    #989424
    mallorcanetworks
    Participant

    Hi!
    It helps a lot, i fixed it!

    THANKS!

    #989444
    Christopher
    Moderator

    You’re welcome.

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