Okay
  Public Ticket #1001614
Copy appears behind sidebar and other
Closed

Comments

  • Stu started the conversation

    Having an issue with copy going behind other elements on the page.

    This happens on Internet Explorer and Edge.

    What is causing this flitch?

    Thank you for your help!

  •  8,409
    Tahir replied

    Hey Again,

    I just tested that particular page in IE Edge and was not able to replicate the issue . Could you please update VC to 4.12.1  as you seem to be on 4.12 at the moment and check. 

    Please see VC update instructions in here: https://themenectar.ticksy.com/article/5182/

    Thanks


    ThemeNectar Support Team 

  • Stu replied

    Sorry for delay and thank you for your help!

    I just updated the VC to 4.12.1

    This has been a bug with the Salient Theme and Visual Composer for a year now.  Whenever, you select "Equal height" for columns within the row settings, the copy always goes through the background of all the other features on a page, when viewing within visual composer.   I'm using the latest version of Salient Theme, VC, and Internet Explorer and Microsoft Edge, and the copy appears behind the other features.

    HOWEVER, this time, it's appears behind the other features even without, using the "equal height" option for row settings.

    Feel free to login and test it for yourself. 

    http://0md.stueastman.com/wp-admin/

    UN: Admin

    PW: mWpj8Gz(e)b)lrytaa


  •  8,409
    Tahir replied

    Hey Again,m

    Not sure if i understand you correctly. If you content is in a Single row why are you choosing the Equal Height Option ?. 

    Bes.t


    ThemeNectar Support Team 

  • Stu replied

    When you put a row within a row, create two columns so an image and copy align together.

    -Stu

  • Stu replied

    Here's a screenshot of the page that's messed up with the copy behind other elements and going off the page.  Client was using Internet Expolorer. (See Photo)  The original cause is the Row setting "Equal height," but as you can see that setting is not being used for this page.  (See photo)

  •  8,409
    Tahir replied

    Hey Again,

    • Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

      .vc_row.vc_row-o-equal-height .span_12>.wpb_column >.vc_column-inner >.wpb_wrapper {
       min-height: 1px;
      }
      .vc_row.vc_row-o-equal-height .span_12>.vc_column_container>.vc_column-inner {
       width: 100%;
      }
      

      OR/Both

    • .vc_row.vc_row-o-equal-height>.span_12>.wpb_column >.vc_column-inner >.wpb_wrapper {
       min-height: 1px;
      }
      .vc_row.vc_row-o-equal-height>.span_12>.vc_column_container>.vc_column-inner {
       width: 100%;
      }
      

      Thanks


    ThemeNectar Support Team 

  • Stu replied

    Real quick, so you were able to duplicate the problem described?

    Thanks for your help.

  •  8,409
    Tahir replied

    Hey Again,

    Yes this is a known bug in IE11 which is caused when using the Equal Height options only .

    Bes.t 


    ThemeNectar Support Team