Viewing 5 replies - 1 through 5 (of 5 total)
  • I’ll need my developer to take a closer look at it. One possibility is that you can try the latest version and see if we still conflict with it. It’s possible the reason for conflict was fixed in there.

    http://awpcp.com/contact/

    Thread Starter vipteam

    (@vipteam)

    Thanks. I sent an email through the link above.

    Best Regards

    Thread Starter vipteam

    (@vipteam)

    I sent two e-mails to which no answer. I’ve found the cause and solve it. But for similar reasons probably here remains a conflict with other plugins. My advice: should review the css files and change / add css comments. It should be borne in mind that there is no one with just one plugin on the website. Normal users are using dozens of plugins on websites.

    PROBLEM:

    Cause of the error is here. This issue is due to the alert class defined in:

    \another-wordpress-classifieds-plugin\css\awpcpstyle-ie-6.css
    203 .alert {
    210 .alert a {
    324 .erroralert { color:#ff0000;font-weight:bold;font-size:14px; }

    \another-wordpress-classifieds-plugin\css\awpcpstyle.css
    678 .alert {
    685 .alert a {
    830 .erroralert { color:#ff0000; font-weight:bold; font-size:14px; }

    SOLUTION:

    I’ve added a comment this css class. Now it works fine.

    \another-wordpress-classifieds-plugin\css\awpcpstyle-ie-6.css
    203 .alertawpcp {
    210 .alertawpcp a {
    324 .erroralert { color:#ff0000;font-weight:bold;font-size:14px; }

    \another-wordpress-classifieds-plugin\css\awpcpstyle.css
    678 .alertawpcp {
    685 .alertawpcp a {
    830 .erroralert { color:#ff0000; font-weight:bold; font-size:14px; }

    NOTE:

    This is reason enough to update.

    Hi vipteam,

    We have a 24 hour response time on all emails and support requests, so thanks for your patience here. We did actually respond to your emails today.

    We will take a look at this as soon as the developer returns from a vacation. In the meantime, it sounds like you found the workaround.

    Thread Starter vipteam

    (@vipteam)

    No problem. Thanks in advance

    Best Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict with Easy Bootstrap Shortcode plugin’ is closed to new replies.