• Resolved newbeeon

    (@newbeeon)


    Hi,

    I’m just installed WP Smart Editor and play with various functions. Then I want to add more style on paragraph. So I add Yellow Message, copied from Blue Message, as below:

    Style class: yellow-message

    Custom CSS:
    {
    background: none repeat scroll 0 0 #FFFF33;
    color: #ffffff;
    text-shadow: none;
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
    }

    When I select element on editor and apply Yellow Message style, nothing happen.

    I can see: <div id=”” class=”wpsestyles yellow-message”>

    When I select other Styles, like Blue or Red, the function work fine.

    Is there anything I missed here?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Thanks for reporting, we’ve identified the problem and we will provide a fix.

    Cheers,

    Thread Starter newbeeon

    (@newbeeon)

    Thank you @joomunited

    Will you update this post once the patch already implemented?

    fabrixx2

    (@fabrixx2)

    I have same problem
    preinstalled syles work well.

    I added a new style:

    {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #f36d33;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1em;
    margin-top: -1em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
    }

    but nothing happens if i apply.

    Another strange thing:
    If i leave Style class name new-style i see new style but only in wordpress visual preview not in page preview.

    If i rename to custom syle i see no styles.

    I tryed to change orange-message predefined syle to my customized one but if i save & apply (change browser,clean cache reboot ecc..) i see again orange syle (but i’ve putted my custom in it!! not orange).

    Plugin Author JoomUnited

    (@joomunited)

    We’re on it and we will update this post once it’s released.

    Plugin Author JoomUnited

    (@joomunited)

    Hi,

    Can you an update, cleanup your browser cache an see if if the problem is still there?

    Cheers,

    fabrixx2

    (@fabrixx2)

    OK After Clear Cache i do not see any style (of my personal ones) in the visual preview panel (like orange blue etc…) but in the preview and in the published page I see it correctly so I’m satisfied.

    Not work again. All my custom styles disappear

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can’t add new style’ is closed to new replies.