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

WPBakery “equal height” in rows not existent

wpbakery equal height
    • 3 years, 4 months ago reutli
      Participant

      Expired

      Hello,

      as I’ve searched for the solution to make columns equal in hight, I found the solution on the WPBakery site:
      “In order to set columns within a row to be equal height, you must navigate to row parameter window and check Equal height option to be active. All columns within this row will have equal height and align with the longest column.”

      Unfortunately, this function does not exist in Specular?

      Even worse:
      I wanted to switch to another wordpress default theme, in the process the whole site crashed.
      So I can’t even switch to another theme?

      Please help as soon as possible:
      – We need the “equal height” function urgently
      – how is it possible to switch to another theme for testing purposes?

    • 3 years, 4 months ago azam
      Keymaster

      Hi,
      – Equal Height
      You can enable the option simply by

      Comment equal_height option from
      plugins > specular-wpbakery-addons > includes > wpbakery-config.php > Line#133

      Add below Code:
      vc_add_param( “vc_row”, array(
      ‘type’ => ‘checkbox’,
      ‘heading’ => esc_html__( ‘Equal height’, ‘specular’ ),
      ‘param_name’ => ‘equal_height’,
      ‘description’ => esc_html__( ‘If checked columns will be set to equal height.’, ‘specular’ ),
      ‘value’ => array( esc_html__( ‘Yes’, ‘specular’ ) => ‘yes’ ),
      ),
      );

      To:
      plugins > specular-wpbakery-addons > includes > wpbakery-config.php > Line#3889

      – Specular theme switch
      Keep a fresh backup of your site first and try changing/updating the WordPress files.

      Thanks,

    • 3 years, 4 months ago reutli
      Participant

      Expired

      Hi,

      will try that.
      But before my answer: and again with the next update all the changes are gone?

      How to make all these changes applicable in a child theme?
      That is and was the manner to make changes upgradeable…

    • 3 years, 4 months ago reutli
      Participant

      Expired

      Hi,

      I tried…
      Function is back, but without any effect!

      I added (had to adjust your code, because site crashed, when using your code via copy / paste):

      //vc_remove_param(“vc_row”, “equal_height”);

      vc_add_param(“vc_row”, array(

      “type” => “checkbox”,
      “heading” => esc_html__(“Equal height”,”specular”),
      “param_name” => “equal_height”,
      “description” => esc_html__(“If checked columns will be set to equal height.”, “specular”),
      “value” => array( esc_html__(“Yes”, “specular”) => “yes”),
      ),
      );

      I added the function for the first row of the boxes on “https://www.terrassenbauen.com/site/terrassenlager” but they’re not the same height.

      (how can I leave pictures/screeshots in here to show what I’ve done?)

      Any further suggestions?

      ***

      -– Specular theme switch
      Keep a fresh backup of your site first and try changing/updating the WordPress files.

      Theme switch crashes site because of the PlugIn “Specular WPBakery Addons & Backward Compatibility”

      see:
      Fehler-Details
      ==============
      Ein Fehler vom Typ E_ERROR wurde in der Zeile 220 der Datei /www/htdocs/w0178bf0/site/wp-content/plugins/specular-wpbakery-addons/includes/wpbakery-config.php verursacht. Fehlermeldung: Uncaught Error: Call to undefined function codeless_get_image_sizes() in /www/htdocs/w0178bf0/site/wp-content/plugins/specular-wpbakery-addons/includes/wpbakery-config.php:220
      Stack trace:
      #0 /www/htdocs/w0178bf0/site/wp-content/plugins/specular-wpbakery-addons/public/class-specular-wpbakery-addons-public.php(114): require_once()
      #1 /www/htdocs/w0178bf0/site/wp-includes/class-wp-hook.php(303): Specular_Wpbakery_Addons_Public->load_elements(”)
      #2 /www/htdocs/w0178bf0/site/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters(NULL, Array)
      #3 /www/htdocs/w0178bf0/site/wp-includes/plugin.php(470): WP_Hook->do_action(Array)
      #4 /www/htdocs/w0178bf0/site/wp-settings.php(578): do_action(‘init’)
      #5 /www/htdocs/w0178bf0/site/wp-config.php(84): require_once(‘/www/htdocs/w01…’)
      #6 /www/htdocs/w0178bf0/site/wp-load.php(50): require_once(‘/www/htdocs/w01…’)
      #7 /www/htdocs/w0178bf0/site/wp-admin/admin.php(34): require_once(‘/www/htdocs/w01…’)
      #8 /www/htdocs/w0178bf0/site/wp-admin/themes.php(10): require_once(‘/w

      • This reply was modified 3 years, 4 months ago by reutli.
      • This reply was modified 3 years, 4 months ago by reutli.
    • 3 years, 4 months ago azam
      Keymaster

      Hi,
      1- As you’re doing the changes in the plugin so it can’t be done in the Child theme.

      2- Revert back to the changes you’ve done in the plugin and share the WP-Admin and FTP credentials(username, password).

      3- Restore your site to last previous working version.

      Thanks,

    • 3 years, 4 months ago reutli
      Participant

      Expired

      “1- As you’re doing the changes in the plugin so it can’t be done in the Child theme.”

      Got it, but not the solution!

      “2- Revert back to the changes you’ve done in the plugin and share the WP-Admin and FTP credentials(username, password).”

      Will follow in a private answer, but I’ll leave the changes.
      As I stated I got the site working with some code adjustments but with no effect on the rows.

      “3- Restore your site to last previous working version.”

      That’s not possible, as backups before update the Specular 4.x and actual WordPress version are not existent.
      Before these to updates

    • 3 years, 4 months ago reutli
      Participant

      Expired

      This reply has been marked as private.
    • 3 years, 4 months ago reutli
      Participant

      Expired

      Just added a test page with two columns (with different height).
      Added borders to columns and “equal height” for row.

      –> columns are at different height.

      Deactivated “equal height” at row
      –> same (no change)

    • 3 years, 4 months ago azam
      Keymaster

      Hi,
      If you wanna add all the default features of WP-Bakery which are disabled by the “Specular WP-Bakery Add-ons” (for compatibility reasons) then it comes under customization and is not included in Normal Support.

      Moreover, we don’t recommend these types of customization as once the plugin updates all changes will wipe out.

      Thanks,

    • 3 years, 4 months ago reutli
      Participant

      Expired

      Hi,

      as you’re using the elements “inner_row” in your samples, I’d assume that you support these features???

      Much of your templates are using the inner_row (and me too, in the theme version prior to V.4.x) so I assume you support these WPBakery functionality?!

      You told us, that there’s no incompatibility between WPBakery (full version) and SPECULAR?!

    • 3 years, 4 months ago azam
      Keymaster

      Hi,
      Can you share a screenshot or video? You can use imgur.com for images while vimeo.com for the video.

      Thanks,

    • 3 years, 4 months ago reutli
      Participant

      Expired

      Hi,

      as I can see you’re editing something on my site (“Sample page”).
      NOW MY SITE IS COMPLETLY DOWN! (no backend / no frontend)!

      Please help out to make in running again UGRENTLY

    • 3 years, 4 months ago reutli
      Participant

      Expired

      What are you doing on my site – no reachable again, but PlugIns missing (WPBakery)???

    • 3 years, 4 months ago azam
      Keymaster

      Hi,
      Currently, your site is reachable and running fine. Sometimes during testing, the site becomes unreachable but you don’t have to worry about it.

      We request you don’t make any changes on your site currently as we’re working on it because it’ll make things puzzled and may harm your site.

      Thanks,

    • 3 years, 4 months ago reutli
      Participant

      Expired

      Kindly inform me when things are done, because I’m in the urgent process in updating the sites content.
      This is why I opened all the issues, I’m facing.

      Thx

    • 3 years, 4 months ago azam
      Keymaster

      Hi,
      We respect your time and will try to fulfill your request ASAP.

      Thanks,

    • 3 years, 4 months ago reutli
      Participant

      Expired

      As I can see you’ve made a backup, haven’t you?
      At the moment I transfer a backup via wetransfer – can I stop this process therefore?

      Am I able to work on my changes again?

    • 3 years, 4 months ago reutli
      Participant

      Expired

      This reply has been marked as private.
    • 3 years, 4 months ago azam
      Keymaster

      Hi,
      Some of the elements are disabled or removed due to security and compatibility concerns. In order to meet user-end requirements and to fill the vacant space, the Codeless Specular added all possible widgets in the theme you can check them by clicking on the Codeless Elements tab.

      It’s not possible also non-recommended to re-add the core functions of WP-Bakery back to your site as It’ll disturb the entire site functionality and layout.

      About the third-party plugins, we generally do not recommend them as some plugins have malicious code which may lead your site to anonymous status.

      We respect your time and your love for the Codeless themes.

      Thanks,

    • 3 years, 4 months ago reutli
      Participant

      Expired

      Hi,
      what does this global answer mean for the specific issue?
      I thought you were on it?

Viewing 19 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