• Resolved MassageToolbox

    (@massagetoolbox)


    Plug-in works, but has a few bugs.

    I can’t get produce the square edges or custom color per the code added to the additional options box.

    The code I added =
    a2a_config.color_main = “cbe2d7”;a2a_config.color_border = “964940”;a2a_config.color_link_text = “333333”;a2a_config.color_link_text_hover = “333333”;a2a_config.color_bg = “fefdfb”;
    <style type=”text/css”>
    .a2a_menu, .a2a_menu_inside, .a2a_menu a, .a2a_tabs div, .a2a_menu_find_container { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
    </style>

    As a side note, I am very new to this and my Theme is called Amazing Grace 3.6 by Vladimir Prelovac.

    My site is: http://www.massagetoolbox.com

    And, I see that I am filling out a forum topic item, but to tell you the truth, I have no idea how I will follow up on this in order to find it, as I accessed this message box via the plugin FAQ box. So, although I will appreciate any replies, I am not sure how I will find them in the future. 🙂

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

    (@micropat)

    The following CSS code should instead be in your theme’s main CSS stylesheet (without the style tags):

    .a2a_menu, .a2a_menu_inside, .a2a_menu a, .a2a_tabs div, .a2a_menu_find_container { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }

    Your Additional Options box should only contain JavaScript code:
    a2a_config.color_main = "cbe2d7";a2a_config.color_border = "964940";a2a_config.color_link_text = "333333";a2a_config.color_link_text_hover = "333333";a2a_config.color_bg = "fefdfb";

    Thread Starter MassageToolbox

    (@massagetoolbox)

    Thanks so much! I did exactly what you said and it worked like a charm! 🙂

    You can see the result here, for anyone looking to customize their color coding: http://www.massagetoolbox.com/2011/02/14/the-importance-of-appointment-management/

    Again, thank you for the response. It came directly to my e-mail. A good thing, since I never would have known how to get back here. 😛

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: AddToAny: Share/Bookmark/Email Button] Can't get square edge and color codes to work.’ is closed to new replies.