Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author WooPrali

    (@wooprali)

    Hi,

    Thanks for using designer button plugin.

    You can style button using its Id like #wpi_designer_button_428.

    Regards,

    Prali

    Thread Starter shabishine

    (@shabishine)

    thanks for reply.

    (#wpi_designer_button_428.) this not working.

    This is the [wpi_designer_button id=719] button short code i place in header php file in editor. button is working on header but need to align in custom cc

    I try this
    .wpi_designer_button-719{
    position: absolute !important;
    top: 90px;
    right: 500px;
    }

    not working

    Thanks.

    Plugin Author WooPrali

    (@wooprali)

    Hi,

    Sorry, i have given wrong code.

    Please check below options.

    option 1: if you are using button preset then use below code

    .wpi_designer_button_preset_719{
    position: absolute !important;
    top: 90px;
    right: 500px;
    }

    option 2: if you are using your custom styled button then use below code

    .wpi_designer_button_719{
    position: absolute !important;
    top: 90px;
    right: 500px;
    }

    I hope your problem will be solved.

    If not, please send your website link i will check.

    Regards,

    PRALI

    Thread Starter shabishine

    (@shabishine)

    This also not working, with maxbutton i can do but the problem when i activate max plugin slideshow not working here is my website please help me.

    https://shabeeq.com/BlueHorizon

    Thanks

    Plugin Author WooPrali

    (@wooprali)

    hi,

    page is in under construction.

    Please disable that under construction page and send it again.

    Regards,

    PRALI

    Thread Starter shabishine

    (@shabishine)

    https://shabeeq.com/BlueHorizon

    Please check it now

    Plugin Author WooPrali

    (@wooprali)

    hi,

    i saw the complete site. Buy i didn’t find designer buttons.

    Regards,

    PRALI

    Thread Starter shabishine

    (@shabishine)

    Please check now

    Plugin Author WooPrali

    (@wooprali)

    Hi,

    Please use below code

    .wpi_designer_button_preset_721 {
    position: absolute !important;
    top: 90px;
    right: 500px;
    }

    With above code i am able to position the button.

    I suggest you to place two button in single div tag and assign class/ID name to that div. and position that div tag using css.

    Regards,

    PRALI

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Button class’ is closed to new replies.