Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #229176

    Hi,

    I’ve got the following comment issues:
    https://www.evernote.com/shard/s251/sh/2cfc60d1-e99e-4f00-a204-1b04ede44547/a001eba7b5a410d394e6c3a09ff9203c,
    e.g. on this site:
    http://miapple.me/installing-plexconnect-on-windows-7-8-and-8-1-after-apple-tv-update/

    Could you please help me?

    Cheers,

    Gee Are

    • This topic was modified 10 years, 8 months ago by Gee Are Pabst.
    #229400

    Hey Gee Are!

    We can’t offer fixes non-supported third-party plugins but i found a quick solution for your second issue, add this to the Quick CSS:

    #commentform p:nth-child(10) label, #commentform p:nth-child(11) label {
        left: 0;
    }
    #subscribe-label {
        left: 21px !important;
        padding-top: 5px !important;
    }
    .comment-subscription-form {
        top: 18px;
    }

    Regarding the first one, i’d recommend you to use another plugin (like this one).

    Cheers,
    Josue

    #229444

    Hi Josue,

    the second issue is solved. Thanks!

    Regarding the first one, it is no issue when I use the theme I had before enfold (the text was below the icons). Hence, in my understanding, it has something to do with the enfold theme. Could is be something in regard to the spacing next to the comment field? How can I increase the space above the name field?

    Cheers,
    Gee Are

    #229457

    Hey!

    No, it’s not a spacing issue but the location of the label is different and breaks the plugin labels. Add this code to the quick css field and the issue should be fixed:

    
    #commentform .oneall_social_login label {
    position: relative;
    left: 0;
    }
    

    Best regards,
    Peter

    #229521

    Works, dude! ;-)

    Thanks and cheers,
    Gee Are

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Comment format issues’ is closed to new replies.