Text are not showing breaks after I click update

  • Anonymous

    #9738

    Graphene 1.9.4.1

    Child Theme

    wp 4.1

    Site

    with ALL PLUGINS DEACTIVATED

    When I put a break in a line using the enter key, i see the last part of the sentence move down 1 line, then I click update, the break i could see on the next line in the visual editor no longer showed on the published page, but was back to the state I saw it in b4 i put the line break in using the enter key !

    What is the reason this is happening?

    To show the examples go to my 1st page at http://fastestcashforhomes.com the HOME PAGE !!!

    VISUAL EDITOR SHOWS THESE WORDS FORMATTED WAYYYYYYYY DIFFERENT

    SOLD

    WEST FRANKFORT IL

    NEAR PARK


    THE code looks like this


    <div id="bk79" class="bk-widget widget-content widget-content-P67ZJY">
    <p style="text-align: center;"><span style="font-family: arial,helvetica,sans-serif; font-size: 48pt;"><em><strong>SOLD
    </strong></em></span></p>
    <p style="text-align: center;"><span style="font-family: arial,helvetica,sans-serif; font-size: 48pt;"><em><strong>WEST FRANKFORT IL </strong></em></span></p>
    <p style="text-align: center;"><span style="font-family: arial,helvetica,sans-serif; font-size: 48pt; background-color: #008000; color: #ffff00;"><em><strong><span style="font-size: 72pt; color: #ffff00; background-color: #008000;"> NEAR PARK </span>
    </strong></em></span></p>


    I have done many breaks to sentences by using the enter key

    only to see them disappear when i hit enter.

    HELP

    Anonymous

    #44450
    Quote:
    Graphene 1.9.4.1

    Child Theme

    wp 4.1

    Site

    with ALL PLUGINS DEACTIVATED

    When I put a break in a line using the enter key, i see the last part of the sentence move down 1 line, then I click update, the break i could see on the next line in the visual editor no longer showed on the published page, but was back to the state I saw it in b4 i put the line break in using the enter key !

    What is the reason this is happening?

    To show the examples go to my 1st page at http://fastestcashforhomes.com the HOME PAGE !!!


    VISUAL EDITOR SHOWS THESE WORDS BELOW SEPARATED THE WAY I WANT B4 I CLICK UPDATE


    SOLD

    WEST FRANKFORT IL

    NEAR PARK


    VISUAL EDITOR AFTER I CLICK UPDATE but they are STACKING ON TOP OF EACH OTHER as seen when viewed NOW!


    SOLD

    WEST FRANKFORT IL

    NEAR PARK


    THE code looks like this


    <div id=”bk79″ class=”bk-widget widget-content widget-content-P67ZJY”>

    <p style=”text-align: center;”><span style=”font-family: arial,helvetica,sans-serif; font-size: 48pt;”>SOLD

    </span></p>

    <p style=”text-align: center;”><span style=”font-family: arial,helvetica,sans-serif; font-size: 48pt;”>WEST FRANKFORT IL </span></p>

    <p style=”text-align: center;”><span style=”font-family: arial,helvetica,sans-serif; font-size: 48pt; background-color: #008000; color: #ffff00;”><span style=”font-size: 72pt; color: #ffff00; background-color: #008000;”> NEAR PARK </span>

    </span></p>


    I have done many breaks to sentences by using the enter key

    only to see them disappear when i hit enter.

    HELP

    Anonymous

    #44451

    Hy,

    Please don’t bump topic with self quoted post!

    First of all, just a friendly suggestion to change that background pattern ‘couse it really hurts my eyes to look at it. 🙂

    Every time you hit enter in wp visual editor you’re adding a empty paragraph in content. Something like:

    <p style="text-align:center;"></p>

    In CSS there is style for that paragraph that adds 10px top margin for each one.

    Since you have a really big font sizes you should add a proper line height. Try with this CSS code in child-theme:

    #bk79 {
    line-height: 50pt;
    }

    Anonymous

    #44452

    Luko

    ty again

    I did not understand what u meant by

    Please don’t bump topic with self quoted post!

    Sorry I want to be a law abiding Graphene forum user.

    Yes your code fixed my 1 area

    How do I get my visual editor to show what it will actually look like !

    Anonymous

    #44453

    Bumping topic is what you did with post no.2.

    What plugin you’re using for visual editor? For adding 72pt font size for example.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.