Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Ravi Shakya

    (@ravisakya)

    The css class name will be applied on the input tag. I checked it … it is working fine

    Thread Starter Pete

    (@perthmetro)

    The css class can’t be used to apply styling to a whole field then? What plugin file can I edit to insert a class around the whole field?

    Thread Starter Pete

    (@perthmetro)

    At the moment each filed can’t be styled as they all adopt the same class…

    #wp_advance_comment_form
    .wpad_form_horizontal
    .wpad_comment_fields_wrapper
    .wpad_form_group

    Any chance is adding a css class like…

    #wp_advance_comment_form
    .wpad_form_horizontal
    .wpad_comment_fields_wrapper
    .wpad_form_group-1
    Plugin Author Ravi Shakya

    (@ravisakya)

    what you are asking is not possible in this version but i will add that functionality in another update.

    Plugin Author Ravi Shakya

    (@ravisakya)

    The feature you are asking has been added to the latest version. Plz update the plugin. It should work. ??

    Thread Starter Pete

    (@perthmetro)

    Thanks, but why append extra onto the class name? e.g. I have a class name teacher_keyword and your plugin changes it to teacher_keyword_group. Please keep the css class name the same as what I have input. It needs to stay the same in case we use the same css class elsewhere in our theme.

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CSS class name not being applied to my radio field’ is closed to new replies.