Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Can you link to your site so I can see if things are being called?

    Also did you check the button to turn them on in Settings -> Discussion?

    Thread Starter rickmick

    (@rickmick)

    With Jetpack plugin deactivated the buttons show now, but it only shows the top part of them. The bottom part of the words are missing. I tried putting height: 22px; in the css but it did not work.

    https://rickmick.com

    Thread Starter rickmick

    (@rickmick)

    In the css file I added #commentform in front of .quicktags-toolbar and then I added height: 22px; Now Jetpack works and the buttons align now. Thanks,

    This is what It looks like

    #commentform .quicktags-toolbar input {
    	margin: 2px 1px 4px;
            height: 22px;
    	line-height: 18px;
    	display: inline-block;
    	min-width: 26px;
    	padding: 2px 4px;
    	font: 12px/18px Arial,Helvetica,sans-serif normal;
    	color: #464646;
    	border: 1px solid #c3c3c3;
    	-moz-border-radius: 3px;
    	-webkit-border-radius: 3px;
    	border-radius: 3px;
    	background-color: #eee;
    	background-image: -ms-linear-gradient(bottom,#e3e3e3,#fff);
    	background-image: -moz-linear-gradient(bottom,#e3e3e3,#fff);
    	background-image: -o-linear-gradient(bottom,#e3e3e3,#fff);
    	background-image: -webkit-linear-gradient(bottom,#e3e3e3,#fff);
    	background-image: linear-gradient(bottom,#e3e3e3,#fff)
    }
    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Which Jetpack modules are you running?

    Thread Starter rickmick

    (@rickmick)

    Jetpack by WordPress.com Stats. version 2.2

    Plugin Author Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Huh. I’m running that on my sites without issues. I’m leaning towards your theme interacting with Jetpack in a funky way. I’ll download Graphene when I get a chance and see.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Buttons do not show’ is closed to new replies.