• Hello

    I have add the shortcode [mailpoet_manage_subscription] to my page and the problem is that the list of lists is in a single line.

    I mean that it should be like this:

    ————————-

    Yout Lists
    [] list 1
    [] list 2

    ————————–

    And I get this:

    ————————–
    Yout Lists [] List 1 [] List 2
    ————————–

    My site is in Spanish, i don’t know if this is relevant.

    I’d like any help with this

    Thank you

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there @cmelero,

    Can you provide a link to the manage subscription page, please? We can then take a look at this for you.

    Thanks!

    Thread Starter cmelero

    (@cmelero)

    Thank you.

    It’s available at the home: coachingrealista.com. Once you are registered, you have to press on “Tu suscripción”.

    Hello,

    I have the same issue that the lists are next to “Your Lists” instead each in a new line.

    Thank you for your support.

    I’ve got the same problem (and I suspect most other MailPoet users have). In addition, the Suscribed/Unsubscribed drop box is on the same line as Status * instead of being on the line below.

    I’ve managed to solve both those problems by making very minor additions to two MailPoet files in the folder wp-content/plugins/mailpoet/lib/form/block:

    Segment.php line 28, change:
    $html .= ‘<label class=”mailpoet_checkbox_label”>’;
    to:
    $html .= ‘<br /><label class=”mailpoet_checkbox_label”>’;

    Select.php line 16, change:
    $html .= ‘<select class=”mailpoet_select” name=”‘.$field_name.'” ‘ . $automation_id . ‘>’;
    to:
    $html .= ‘<br /><select class=”mailpoet_select” name=”‘.$field_name.'” ‘ . $automation_id . ‘>’;

    Perhaps these changes could be included in the next update of MailPoet?

    I also need the option to hide the list selection element completely on the Manage your subscription page. Could that be included in a future update?

    Cheers,

    Mike

    Thread Starter cmelero

    (@cmelero)

    Thanks

    It worked to me.

    Regards
    Carlos

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Format error in [mailpoet_manage_subscription]’ is closed to new replies.