Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1150409
    bearandoci
    Participant

    Hey there!
    We are currently working on new site for our company. Your theme is super awesome, but we have a couple of challenges:
    1. We would like hamburger menu to be aligned right and to move up and down when user scrolls the page. So it has to stick to scroll.
    2. We would also like to have Contact Form 7 open in a light box from the button. We are currently using Easy FancyBox, but it appears only as a link.
    Here’s the code we tried to use:

    <a href="#contact_form_pop" class="fancybox"><b>Click here</b></a>
    <div style="display:none" class="fancybox-hidden">
    <div id="contact_form_pop">
            [contact-form-7 id="414" title="Contact form 2"]</div>
    </div>

    Thanks in advance for your help!

    #1150411
    Thai
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1150412
    bearandoci
    Participant
    This reply has been marked as private.
    #1150426
    Christian
    Moderator

    1. Please add the code below in your Appearance > Customize > Custom > Global CSS

    @media (max-width: 979px) {
    .x-navbar-fixed-top, .x-navbar-fixed-left, .x-navbar-fixed-right {
        position: fixed;
    }
    }

    2. Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1150443
    bearandoci
    Participant

    Awesome! Thanks for helping with 1st issue, that solved the problem completely.
    Too bad that there’s nothing we can do about issue #2, however, thanks for your reference 🙂
    Have a great day!

    #1150475
    Christian
    Moderator

    You’re welcome. 🙂

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