• Resolved Robert S?ther

    (@robsat91)


    Hello! ??

    I love this plugin, thank you so much!
    It adds a much needed editor for those simple text changes.

    But in the latest version i can’t seem to find the option for anchor-tags. I have looked into the code and i can see that the anchor-tag is there i version 2.0.2 but after your refactor in version 2.1.0 there are no options for allowing the anchor-tag in the field.

    Is there ar reason for this or just a bug?
    Hope to hear from you soon ??

    fields/acf-medium-editor-v5.php:46 in property “$this->button_types”

    Again thank you for a really nice plugin!
    Best regards, Robert Sather.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Robert S?ther

    (@robsat91)

    I would propose to add this to the array in the property named “$this->button_types” located at fields/acf-medium-editor-v5.php:46. Do you agree?

    'anchor' => array(
    						'name' => 'anchor',
    						'contentDefault' => '<b title="'.__('Anchor', 'acf-medium-editor').'"><i class="dashicons dashicons-admin-links"></i></b>'
    					),

    Best regards, Robert Sather.

    Plugin Author John Huebner

    (@hube2)

    Thanks for the bug report.

    It was probably just overlooked when making the change to using dashicons for the buttons. I’ll work on getting this updated later today.

    Thread Starter Robert S?ther

    (@robsat91)

    Amazing, thanks for the quick reply!
    Looking forward to the update.

    Plugin Author John Huebner

    (@hube2)

    This and some other problems should be fixed in the latest update. Let me know if you still see any issues.

    Thanks

    ~JH

    Thread Starter Robert S?ther

    (@robsat91)

    Works beautifully over here, thanks a bunch!
    Best regards, Robert Sather.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Anchor missing from ACF settings page’ is closed to new replies.