Disable row WP visual bakery not working

  • Resolved
    Posted in: Highend WP Theme  
  • Customer
    Svice.Ash
    May 15, 2018 at 12:29 am #127060

    Hiiii Noda,

    I just found out that the disable Row isn’t working
    This is the thing I’m talking about

    View post on imgur.com


    Here is what it looks like when i’m not signed in

    View post on imgur.com

    I did some digging and found this code

    // Disable row
    if ( 'yes' === $disable_element ) {
        if ( vc_is_page_editable() ) {
            $css_classes[] = 'vc_hidden-lg vc_hidden-xs vc_hidden-sm vc_hidden-md';
        } else {
            return '';
        }
    }

    I’m curious if this will work with Highend and if so where do I put it? lol
    I hope you’re having a glorious day Noda and I look forward to talking to you again soon.

    Warm Regards,
    Ash

    PS
    I will add the url and logs in the next message 😀

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.