• Resolved AM_CW

    (@am_cw)


    Hello,

    I’ve created three buttons. I need them to line up (horizontally) across the middle of my page…

    When I enter the shortcode for each button they don’t line up… the button on the far left is fine.

    The button in the middle is centered, but below the left button.

    The button on the right is below the button in the middle.

    Please advise as to why this is happening and what I need to do to fix it.

    Thanks in advance.

    https://www.ads-software.com/plugins/maxbuttons/

Viewing 7 replies - 16 through 22 (of 22 total)
  • Hi,

    I’ve just created and saved my first button and experiencing the following problem(s):

    The button does not properly rendered neither in ‘Button output’ window, nor in ‘Buttons’ menu (where I can see all (the one) of my buttons, nor in a post or page where I include it with the short code.

    The problem with the rendering is as follows:
    – in ‘Button output’ floating window: When change any of the colors, the buttons are properly shown. After I save, leave the button editor and come back again, only the button border, the border shadow and the button text shadow can be seen both on the normal and the hover button.
    – in ‘Buttons’ menu the normal button rendered in the same way as in the button output window, only the border, the border color and the text shadow can be seen. If I move the cursor over the button there, the hover button shown properly
    – in post or page: same as in ‘Buttons’ menu.

    Could you please advise, what to do to make it work properly?

    Many thanks,
    Cheers,
    Janos

    Plugin Author Bas Schuiling

    (@basszje)

    Hello Janos,

    First of all, next time please create a new topic. This way it’s easier for us to keep track of everything.

    Your problem sounds like something is conflicting with our plugin, maybe another plugin. Could you send me credentials to [email protected] so I can check what’s happening in your installation?

    hi i’ve been following stevinoz’s answer above
    <table border=”0″ width=”100%”>
    <tr>
    <td>[maxbutton id=”5″]</td>
    <td>[maxbutton id=”6″]</td>
    <td>[maxbutton id=”2″]</td>
    <td>[maxbutton id=”10″]</td>
    <td>[maxbutton id=”4″]</td>
    </tr>

    but my border behind the button still exist, can you help me please?
    https://bearingrease.com/?page_id=28

    Plugin Author Bas Schuiling

    (@basszje)

    Hi,

    The border is set by the table element inside you theme . It has nothing to do with MaxButtons. You should edit your theme’s stylesheet to get rid of it.

    hi so i choose “display: inline-block” but why the button color on my page displayed different color from my setting button?
    https://bearingrease.com/?page_id=22

    it caused from the plugin or my theme?
    thank you!

    Plugin Author Bas Schuiling

    (@basszje)

    There is a line in your styling stating this :

    color: #00336d !important

    That indeed overrides the button settings. You should at least get rid of the !important statement. Or try if setting the button to important as well fixes the problem ( under Advanced, ‘use !important’ ).

    I’m having the same issue as AM_CW (above). I’m trying to center a single button on a page, but it always aligns left. I’ve tried it by itself on the page and have tried adding it into a table. Current code is:

    <table style=”width: 100%;”>
    <tbody>
    <tr>
    <td></td>
    <td style=”text-align: center;”>[maxbutton id=”9″]</td>
    <td></td>
    </tr>
    </tbody>
    </table>

    website = https://www.austinfmc.com/

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Maxbutton button formatting’ is closed to new replies.