Okay
  Public Ticket #330803
section missing on display
Closed

Comments

  • Kenneth started the conversation

    There's a section missing on our home page for this site, under the slider. It has four sections with icons not unlike the demo home page version 3 i think. You can see the code in the page source but it's not rendering at all - and it was fine as recently as yesterday.

    Any ideas? Thank you,

  • Kenneth replied

    it's actually two sections under the slider which are missing. see screen shot of back-end (and you can view source on the public site, too).

  •  8,406
    Tahir replied

    Hey!

    Seems like some plugin is setting it to display none as can be seen here : http://prntscr.com/5ds33m

    Add this into the Custom CSS box located in your Salient Options panel :
    body[data-bg-header="true"] .container-wrap {
        display: inline-block;
    }
    Thanks 


    ThemeNectar Support Team 

  • Kenneth replied

    Hi Tahir,

    You were right - it was the plugin "Print Friendly" that caused the issue.

    Your suggested CSS didn't work exactly as desired, so we're still looking for a good solve.

    Thanks though - looks like for now we can close this.