Home>Support>Problems with the page builder

Problems with the page builder

I’ve some trouble with the page builder: If I put some text in the SiteOrigin editor, the last paragraph has an other style. Here is the text:
“Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.

Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar. The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen. She packed her seven versalia, put her initial into the belt and made herself on the way.”

The 1st paragraph has the css:

.textwidget p
.entry-content p
p
*

the 2nd:
.entry-content p:last-child
.textwidget p
.entry-content p
p
*

But the text is in the same window in the editor. I’ve the problem every time, if I use a new entry withe the editor. If I use one or the editors in your template, it works. You can see it on the test site.

URL: http://salesmachine.eu

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 18 days ago achimschmidt

    Sorry, I’ve forgotten to switch off the maintenance mode. Now, you can see the problem.

  2. 9 years, 13 days ago Andrew Misplon
    Hi, I Work Here

    Hi Achimschmidt

    Would it be possible for you to create a temporary admin account for us so we can log in and take a look? You can create the account with the following email address:

    [email protected]

    Just navigate to Users > Add New in your WordPress admin. Enter siteorigin for the username and [email protected] for the email address. Make sure you’ve selected Administrator for the role and enabled the “Send Password” field so we receive the details.

    Once we’re finished taking a look, you can delete this account. We’ll let you know when to do that.

  3. 9 years, 4 days ago achimschmidt

    Hello,
    thank you for your help. My first problem has been eliminated for this time. But I’ve some new:

    Please go to http://siteorigin.salesmachine.eu/startme/
    You’ll find four headlines with red, grey, yellow and green background.
    The red one is OK
    The grey one is OK, but we put the css-conde directly in the text field for the subehead: Die ALL-IN-ONE-Lösung für’s digitale Business – ohne Technik-Stress
    The yellow one is wrong. We wrote the css class in the field widget styles/attributes/widget class >> “.font-size_36” (whith and without a point before)
    The green one is wrong. We wrote the class into the field widget styles/attributes/css styles “font-size: 36px;”

    We test the attribute function with some other css classes (e.g. subhead). The result is every time the same.

    Best regards
    Achim

    Sorry for my wrong english, I’m german.

  4. 9 years, 4 days ago Private Message - WordPress

    This is a private message.

  5. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Hi :)

    Page Builder is functioning as expected. The problem is general CSS operations. CSS specificity.

    In your CSS you are saying:

    h1{
    	
    	font-size: 60px;
    	font-weight: 800 !important;
    	line-height: 80px !important;
    	margin-top: 0px !important;
    	margin-bottom: 20px !important;
    	text-align: center;
    	color: #191919;
    }
    

    Firstly, you’d need to remove the !important from the size. But even with that gone, h1 will beat a font size applied to a div with an h1 in it. So, what you need to do is edit the row, click Attributes, insert a CSS Row Class, choose any name:

    start-page-headings
    

    Then in Custom CSS or child theme style.css file target that:

    .start-page-headings h1 {
    font-size: 26px;
    }
    
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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More