Skip to:
Content
Pages
Categories
Search
Top
Bottom

edit profile notify checkbox


  • momomoko
    Participant

    @momomoko

    I have some troubles when editing profile, with the “notify me by email…” checkbox : the checkmark is not centered, even out of the checkbox (i looked at html/css, and there is a ::before element attached to the input tag : #bbpm_notify ; i have tried to overwrite the css but without success) . Any idea of the reason why ?

Viewing 7 replies - 1 through 7 (of 7 total)

  • Robin W
    Moderator

    @robin-w

    Can’t see it out of place on my test site

    bbpm_notify looks like the notify plugin? strongly suspect that is the issue.

    otherwise

    particular browser?
    tried changing themes (as a test) to see if it is theme related?


    momomoko
    Participant

    @momomoko

    I use firefox as browser. No i am not using the “notify” plugin (bbpm_notify is the original name of the element) .


    Robin W
    Moderator

    @robin-w

    my code in that area is

    <p class="bsp_topic_subscription_reply">
    
    							<input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox" value="bbp_subscribe" tabindex="102">
    
    							
    								<label for="bbp_topic_subscription">Notify me of follow-up replies via email</label>
    						
    						</p>

    Robin W
    Moderator

    @robin-w

    sorry – my style pack is in play – 2 minutes and I’ll come back again


    Robin W
    Moderator

    @robin-w

    <p>
    <input name="bbp_topic_subscription" id="bbp_topic_subscription" type="checkbox" value="bbp_subscribe">
    
    <label for="bbp_topic_subscription">Notify me of follow-up replies via email</label>
    </p>

    momomoko
    Participant

    @momomoko

    i added your script in the form-user-edit, and got the same problem with my current script.. so finally i fixed it using the css style :

    #bbpm_notify{
    padding : 0!important;
    width : 0 !important;
    }

    Now it is perfectly aligned

    Thank you for your time 😉


    Robin W
    Moderator

    @robin-w

    ok, glad you are fixed

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar