Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Equal Height option missing from Visual Composer

equal heightRowvisual composer
    • 8 years, 8 months ago zoe_meyer
      Participant

      Expired

      Hi there,

      I cannot see the Equal Height check box in the Visual Composer row parameter window. I can see this on my other website, not using a Codeless theme, so assume it is theme related. Can you please help restore this option?

    • 8 years, 8 months ago Mirela
      Participant

      Hello,

      The “Equal Height” option has been removed from theme. To add it back, go to file vc_templates/vc_row.php and find these lines:

      /**
       * Shortcode attributes
       * @var $atts
       * @var $type='in_container'
       * @var $bg_image
       * @var $bg_position
       * @var $bg_repeat
      

      Add this line in the list: * @var $equal_height
      Then go to file includes/core/codeless_elements.php and find this line:
      vc_remove_param("vc_row", "equal_height");
      Replace with this: //vc_remove_param("vc_row", "equal_height");
      Save changes. Refresh pages and recreate the row elements.

      Best regards!

    • 8 years, 8 months ago zoe_meyer
      Participant

      Expired

      Thanks Mihaila – a couple more questions:

      1. I haven’t played with php files before – should I be doing this in the parent or child theme?

      2. Is there a similar fix for bringing back the Design Options for rows, so that I may change their padding? I’m finding huge gaps between rows.

      Cheers,

      Zoe

    • 8 years, 8 months ago Mirela
      Participant

      Hello,

      1-This is your choice. You could do the changes in the parent theme files and redo them (or just replace the old edited files) when a theme update is performed. Or use a child theme and be autonomous from any future update.

      2-You can set up padding in the Row Settings > Padding Top / Padding Bottom.
      To reduce farther the padding, go to General Options > Layout > Inner Page Content Padding and edit the default values here.
      Let us know.

      Best regards!

    • 8 years, 8 months ago zoe_meyer
      Participant

      Expired

      Of course! Thanks :-)

      I have done as you instructed and the Equal Height check box is now appearing, but not having any effect. I have recreated the row elements to no avail??

      • This reply was modified 8 years, 8 months ago by zoe_meyer.
    • 8 years, 2 months ago zoe_meyer
      Participant

      Expired

      Hi,

      Firstly my support has not expired, I renewed it most recently on the 15, Feb 2017 – so I’m not sure why my account shows that it is. I’m also not sure why I should be paying for support when the above went unanswered for at least six months!?

      Secondly, although I performed the above changes to my child theme and the check box became visible (but not functional),  I can no longer see the Equal Height check box in Visual Composer.

      Zoe

    • 8 years, 2 months ago Mirela
      Participant

      Hello,

      Sorry for the late reply. The topic is marked as resolved. It must have been the reason to skip the eye of forum admins.
      Some editing need to be done in the parent theme. Please add the ftp credentials in your profile data. So we can give it a closer look for you.

      -We are undergoing some internal server work right now. All support statuses will be updated soon.

      Let us know.

      Best regards!

    • 8 years, 2 months ago zoe_meyer
      Participant

      Expired

      Hi Mihaila,

      I have added ftp credentials to my profile. The website in question is zpcreative.net.

      My only concern is that if the parent theme is edited, then this will need to be repeated with every theme update right?

      Thanks,

      Zoe

    • 7 years, 7 months ago nono88
      Participant

      Expired

      Hi Mihaila,

      I have similiar effects with my installation (activation ‘equal height’ as no effect).

      Please give me some details about your solution.

      Thank you,

      Norbert

    • 7 years, 7 months ago Ruco
      Keymaster

      Hello,

      Please can you show us your site and FTP credentials so we can fix it for you?

      Sorry for the inconvenience. We will fix soon the support badge, you will receive support.

      Best regard!

    • 7 years, 7 months ago nono88
      Participant

      Expired

      Hello Ruco,

      my profile is updated.

      Please navigate to html/adcon.

      Thank You,

      Norbert

    • 7 years, 7 months ago Mirela
      Participant

      Hello,

      Can you please add the wordpress login as well? So we can check if the feature is added correctly after the file changes.

      Best regards!

    • 7 years, 6 months ago nono88
      Participant

      Expired

      Good Morning Mihaila,

      the login data was added.

      Can you please also check why the ‘disable row’ has no function.

      Thank you,

      Norbert

    • 7 years, 6 months ago Kris
      Participant

      @nono88

      Hello,

      Sorry for the misunderstandings!
      Row element in Visual Composer was simplified (starting from VC version 4.9) by removing unnecessary options and optimized with Tower WordPress Theme. Some of the removed options include Equal Height and disable row.
      We can help you achieve the same look on your site by using other available tools. Just let us know what layout are you seeking to have. The equal height effect can be achieved by adding padding to the columns in the Column Options.
      The hide row can be achieved using custom css. Just give the row an id and use attribute display: none;
      Let us know.

      Best regards!

    • 7 years, 6 months ago nono88
      Participant

      Expired

      Hello,

      Equal heigth: I’d like to create equal height blocks like in this video https://wpbakery.com/video-academy/how-to-create-layout-with-equal-height-columns/

      Please see our page adcon.de/asp at the 3rd row bottum up. There are 3 blocks consisting of icon, header and text and I like to have equal boxes with a different background.

      Disable row: same page adcon.de/asp. I’d like to hide the last row. I set an ID (“hide_aspscenarios”) and I tried to hide with a CSS-Statement for that page. But – it doesn’t work.

      Thank you,

      Norbert

    • 7 years, 6 months ago Mirela
      Participant

      Hello,

      In page’s adcon.de/asp, i added background color to each column in the column’s settings. And i added padding for the two first columns to match the height of the last column. I added 10px padding-top for each so that the icons had a bit of space at the top. Please check your page. You can edit out the values to your wish anytime.
      Please see screenshot: https://postimg.org/image/5shfd7xdaz/

      I don’t see any custom css class set in the row’s settings of the last row. I added the css class you mention and added the css code to hide it in the page’s custom css box.
      Please check your page. The row is hidden when page is viewed in front-end.
      Let us know if there is anything else we can help you wish.

      Best regards!

    • 7 years, 6 months ago nono88
      Participant

      Expired

      Hello Mihaila,

      thank you very much.

      That solved my issuses!

      Best regards,

      Norbert

Viewing 16 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password