Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1096627
    TelecatsNL
    Participant

    Hello,
    i have two questions about X theme:

    1) i miss a few integrated plugins like The Grid and Superfly. Where can i find these / how to install them?
    (see photo)

    2) Visual composer is asking to activate. Where do i find the purchase license?

    Thanks for your help.

    Kind regards,
    Victor

    #1096657
    Paul R
    Moderator

    Hi Victor,

    Thanks for writing in!

    Superfly was added in the latest version of X

    https://theme.co/changelog/

    Please make sure you have these versions

    X Theme 4.6.0
    Cornerstone 1.3.0
    Visual Composer 4.12

    https://community.theme.co/kb/updating-your-theme-and-plugins/

    You can then install them via Addons > Home

    http://screencast.com/t/AQcKzYGq2U

    Hope that helps

    #1098678
    TelecatsNL
    Participant

    Thanks for the answers. Found it.

    can you help me with a few other problems?

    website: http://www.telecats.nl

    1) Essential grid is not showing in cornerstone. It shows well on the website. When i want to change the grid, i have to delete it and add a new grid. I think it’s a bug, because it worked before and i haven’t change anything to the grid.

    2) i want a sticky menu on mobile. Searched your forum and added the css i found:

    @media (max-width: 979px) {
    .x-navbar-fixed-top {
    position: fixed !important;
    }
    }
    The odd thing is that the image (revolution slider) is pulled under the menubar, when looking on a mobile device. How to fix this?

    3) On mobile, there is a white space between google maps and the footer, that should not be there. On desktop there is none. How to fix this?

    Kind regards and thanks for your help
    Victor

    #1099291
    Rad
    Moderator

    Hi there,

    1. Would you mind providing your admin login credentials in private reply?

    2. That’s because fixing an element will set it’s parent height to zero 🙂

    Please change it to this,

    @media (max-width: 979px) {
    .x-navbar-fixed-top {
    position: fixed !important;
    }
    .masthead {
    min-height: 60px;
    }
    }

    Or change its value until you get your preferred setup.

    And please remove the CSS you added to cornerstone’s custom javascript section.

    3. Please add this as well, within your @media () {} block.

    .x-map {
    margin-bottom: 0;
    }

    Hope these helps.

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