Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author stefanoai

    (@stefanoai)

    Hi, you have some problem on CSS or JS,
    but you can resolve it adding this lines

    
    #___ytsubscribe_0{position:relative; left:inherit;}
    #___ytsubscribe_0 iframe{position: relative; top: 0px;}
    

    If your theme have section to add custom CSS, add that lines at the end,
    if your theme don’t support this, so you can add at the end of the file
    style.css (editing theme from appearence, but in this case you probably must add again
    on theme update)

    Thread Starter TxGirl

    (@nuttyhiker)

    I have added it, but it still does not show a subscribe button.

    Plugin Author stefanoai

    (@stefanoai)

    
    #___ytsubscribe_0{position:relative!important; left:inherit!important;height: 25px;}
    #___ytsubscribe_0 iframe{position: relative!important; top: 0px!important;}
    

    try that (you will solve it ?? )

    Thread Starter TxGirl

    (@nuttyhiker)

    Awesome! That worked. Thank you!

    Plugin Author stefanoai

    (@stefanoai)

    ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Subscribe Button Not Showing’ is closed to new replies.