This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Page Builder Text Not Visible In Twenty Fourteen Theme

11 years ago · Last reply by Andrew Misplon 11 years ago

Hello,

I have install de pagebuilder plugin, but it dont work on my site.
I use the twenty fourteen thema and i put 2 en 3 columns in my page.
When i customize my site than i can see that pagbuilder works, and when i go back to the site it is gone and my text are under each other.
How can i fix this ? And is it possible to add youtube movies in the columns?
Please help me.

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi Pascal

    Try pasting the following into a Custom CSS module like the one included with the WordPress plugin, Jetpack:

    /* Page Builder Twenty Fourteen Primary Content Area Input Fields, Links & Widget Titles */
     
    #primary .widget input,
    #primary .widget textarea {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        color: #2b2b2b;
        padding: 8px 10px 7px;
    }
     
    #primary .widget textarea {
        width: 100%;
    }
     
    #primary .widget input:focus,
    #primary .widget textarea:focus {
        border: 1px solid rgba(0, 0, 0, 0.3);
        outline: 0;
    }
    
    #primary .widget a {
    	color: #24890d;
    }
    
    #primary .widget a:hover {
    	text-decoration: underline;
    }
    
    #primary .widget-title {
    	color: #111;
    }
    

    Twenty Fourteen expects widgets to only be on the dark background of the sidebar/footer. As a result the widget styling isn’t ready for Page Builder which places widgets on the white content area.

  2. Pascal 11 years, 4 months ago

    Thnx it works !!!

  3. Andrew Misplon Staff 11 years, 4 months ago

    Super, glad we could help out. All the best.

  4. Pascal 11 years, 4 months ago

    Hello Andrew,

    I use another theme ( twenty thirteen ) and now is the site builder not working any more.
    I checkt the css code in jetpack and everything is ok.
    I dont understand it ?

    Can you help me again ?

    Pascal

  5. Andrew Misplon Staff 11 years, 4 months ago

    Hi. It’s all about how these themes handle widget styling, as Page Builder uses widgets. Please send through a url so we can take a look. Twenty Thirteen shouldn’t have this problem.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread