Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Nick the Geek

    (@nick_thegeek)

    We’ve not done an update to work with Genesis Accessibility since 2.2 is not out so the option isn’t available yet. If you can share a link to where this is setup I can check it out to see what might need changed.

    @nir_r, do you still have this problem? I tested Genesis Simple Share with Genesis 2.1 and 2.2 release candidate with both a11y plugins, all features showed just fine.
    Can you see if you still have problems if you activate a sample theme or just plain Genesis?

    Hi @nir_r, cc @joedolson

    I looked a bit further and found the problem.

    If you activate in wp-accessibility the option “Remove title attribute from images inserted into post content and featured images.” the images of the social media items are not shown anymore.

    This is because in the function wpa_image_titles the title string is stripped from (e.g.)
    <div class="googlePlus sharrre" id="googleplus-before-nr" data-url="url-here" data-urlalt="url-alt-here" data-text="post-title-here" data-title="Share">

    Changing the data-title into data-="" and breaking the code like:
    <div class="googlePlus sharrre" id="googleplus-before-nr" data-url="url-here" data-urlalt="url-alt-here" data-text="post-title-here" data-="">

    And then the <a class="share" href="#">Share</a> is not displayed anymore.

    Thread Starter nir_r

    (@nir_r)

    Hi Nick and Rian,

    So, do you still need my assistance in order to fix it ?
    Is it something that should be fixed in the a11y plugin or in the share plugin ?

    Thanks,
    Nir

    Hey Nir,
    The problem is in the wp-accessibility plugin. You need to uncheck the option “Remove title attribute from images inserted into post content and featured images.” with this plugin.
    Then the share buttons show up alright.
    I have notified the plugin author.

    Thread Starter nir_r

    (@nir_r)

    Thanks much Rian.
    I’ll be waiting for any wp-accessibility plugin update…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Does't work with wp-accessibility or/and genesis-accessibility’ is closed to new replies.