Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1465719

    Take a look at this page on a site I am mocking up.

    I have css in general staying which seems pretty much to only effect the color. There’s some css which auto generates.

    .ref2{
    font-weight: bolder;
    text-align: center;
    color: red;
    font-size: 2em;
    }

    .ref1{
    font-weight: bolder;
    text-align: center;
    color: black;
    font-size: 2em;
    }

    on page:

    <span class=”ref2″><span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span>a</span>
    <span class=”ref1″>a</span>

    what I typed in was
    <span class=”ref2″>a</span>
    <span class=”ref1″>a</span>

    What’s the “bookmark” css that defaults into the css?
    and why is text align and weights not working?

    Very confused must be a setting or something causing this?

    ON a new page it auto fills in this css again:
    <span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span>

    This is on a temporary url at siteground, will migrate when finished to a permanent url

    Thanks so much, just don’t know what t make of this issue.

    #1465828

    Wow what is happening? This code is auto generating on all my Enfold sites now. Make any new page, enter anything and I get this:

    <p><span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”></span>dasdsadsadas</p>

    #1465835

    tried on another site using enfold as well:

    <span style=”color: red; font-size: 45px; font-weight: 900;”>test of red</span>

    inline style, font weight not applied just like on the first site. Something overriding that inline formatting maybe? Still getting that bookmark anomaly but it seems to happen some of the time but not always now. Oy.

    #1465845

    Ok Duh, the font doesn’t have the ability to do bolder than bold so that’s why the boldness was not working however:

    Why is this auto filling into the code bu itself, albeit intermittently at this point.:

    <span data-mce-type=”bookmark” style=”display: inline-block; width: 0px; overflow: hidden; line-height: 0;” class=”mce_SELRES_start”>

    Sorry for the muiltple messages been troubleshooting obviously.

    #1465863

    Hi,

    Thanks for the updates. I don’t your problems are caused by Enfold, does the same thing happen if you activate a default WordPress theme?

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.