• The plugin causes, that my own h3, h5 …. tags are result in a wrong output.

    My code in a simple page:

    <h5 class="h5headline"><span class="h5background">This is a h5 tag with background stripes.</span></h5>

    results, that these CSS are not interpreted right:

    .h3headline {
    background: url("../images/shared/stripes.gif") repeat-x scroll center 10px !important;
    font-weight: normal !important;
    letter-spacing: 2px !important;
    margin-bottom: 12px;
    margin-top: 20px;
    padding: 2px !important;
    text-align: center;
    width: 100%;
    }
    .h3background {
    background-color: #FFFFFF;
    color: #BCA7B8;
    font-size: 15px !important;
    letter-spacing: 2px !important;
    padding: 2px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    }

    Result with a backslash error:

    Screenshot Firebug:
    http://oi41.tinypic.com/bgqo7p.jpg

    It should look like this:
    http://oi43.tinypic.com/dcyf40.jpg

    But it ignores the centering and the stripes background because there is a “quotation marks” too much as well as an unnecessary backslash:

    Firebug Screenshot:
    http://oi42.tinypic.com/4vimg2.jpg

    I have now isolated this error for hours, deactivating one plugin after the other, talking to my premium theme author and by deactivating plugin after plugin and activating one after the other, I discovered, that this error appears, when only your plugin is active.

    So could you please fix this?
    Thanks!

    http://wordpress.org/plugins/seo-automatic-links/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vladimir Prelovac

    (@freediver)

    This is fixed in in premium version of the plugin (which was completely redone). Unfortunately I stopped supporting the free version due to lack of time.

    Thread Starter BeeCee

    (@csigncsign)

    Yes, that’s bad – but why is this plugin with such an error longer here?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin results in a coding error (double quotation marks & backslashes)’ is closed to new replies.