Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #814716

    nenadn
    Participant

    Hi,

    I recently bought your theme and installed all the plugins. I just can’t figure it out why i dot have the option to stretch row in visual composer?

    In earlier versions this setting existed.

    https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=3604483

    Thank you.

    Nenad

    #815103

    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    It’s now called inner container, unchecking it will remove the container that limits its width. It should work, if not, please provide your site’s URL and admin login credentials for checking.

    Thanks!

    #825534

    nenadn
    Participant

    Hi,

    Thanks for replay, I found that i need to turn of “Visual Composer X Integration” to get it work. Checking or unchecking wont do anything do.

    Is there a way to get “Hide on mobile” feature which is available on other themes with visual composer.

    And, would you please help me achieve a 1px border below the header like in the picture in attachment.

    thank you,

    #825607

    Christopher
    Moderator

    Hi there,

    #1 Please use visibility shortcode in visual composer to hide/display specific content in different devices.

    #2 Please add the following code in Customize -> Custom -> CSS :

    .x-navbar{
    border-bottom:1px solid red;
    }

    Hope that helps.

    #825630

    nenadn
    Participant
    This reply has been marked as private.
    #825698

    Christopher
    Moderator

    Hi there,

    If you’re using VC, please check the attachment.
    If you want to use shortcodes directly, check this link : http://theme.co/x/demo/integrity/1/shortcodes/responsive-visibility/

    Hope it helps.

    #825735

    nenadn
    Participant

    Thanks,

    I works, I turned of X integration earlier because i just couldn’t get full width (margin-less) container background.

    Now when I Have X integration turned on I have the same problem.

    Could you please point me how to achieve full width container background.

    I can only do this now (first attachment) with X integration turned ON.

    Second attachment is what I can do wit X integration turned OFF.

    Thank you.

    #826024

    Rad
    Moderator

    Hi there,

    It should have an inner container or column container that you could turn off. It’s the container that limits the content within.

    I do see your screenshot and I can see the background color being boxed, is that what you’re referring? If yes, then please disable the container.

    Cheers!

    #826426

    nenadn
    Participant

    Thanks,

    Is there a simple way to create a full height row like in description?

    Starting from version 4.7 row element of Visual Composer has option to set row full height – access row parameters and check “Yes” for Full Height Row. In addition it is possible to control content position by placing content on Middle or Top of the full height row.

    Thanks,

    Nenad

    #826440

    Zeshan
    Member

    Hi Nenad,

    That option is only available in Visual Composer Row shortcode and not in X content band. You’ll need to disable X Visual Composer integration in order to see that option. You can do that under “Visual Composer > X Integration” in your admin dashboard.

    Thank you!

    #826513

    nenadn
    Participant

    So, can i hide certain elements on mobile phone when X integration is turned OFF? (I don’t need it for anything else)

    Please point me how to hide entire row on mobile with disabled X integration.

    Thanks.

    #826527

    Christian
    Moderator

    Regretfully, that option is only available when you integrate X to Visual Composer.

    Thanks.

    #826541

    nenadn
    Participant

    But, how can this be? If I disable X integration, doesn’t that mean i should have full feature Visual composer experience?

    In other installation (on different theme i have a simple check box “hide on mobile” inside Visual Composer settings.

    Sorry for bothering, but its contradictory to use and not use x integration so i need to find solution…

    Thank you.

    #826585

    Zeshan
    Member

    Hi Nenad,

    Thanks for updating the thread!

    Visual Composer responsive options should be available under your column’s settings (see: http://prntscr.com/ac88bt).

    Thank you!

    #826587

    nenadn
    Participant

    Hi, thanks for replay, as I sad earlier, that method only “hides” the element but it stays there like a blank space.

    i tried this,

    @media only screen and (max-width: 600px) {
    .mobile_row_hide {
    display: none;
    }
    }

    It does the same, it hides the row but it stays there (a blank space) is there a way to (remove) it from screen (replace it with other content when showing on mobile?

    I apologize if I’m wrong but I just cant figure it out…

    thanks..