Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor ilenstudio

    (@ilenstudio)

    Hi, I’m going to review the case tomorrow

    TCninety

    (@timcook1192)

    Also experiencing this issue – is there a fix?

    TCninety

    (@timcook1192)

    SOLUTION:

    Find this in the plugin code:

    <a '.$rel_link.' href="'.get_permalink().'" '.$target_link.' >
                                          <div class="yuzo-img-wrap '.$css_shine_effect1.'" style="/*width: '.$width.'px;height:'.$height.'px;*/">

    Change to this (i.e. remove style tag):

    <a '.$rel_link.' href="'.get_permalink().'" '.$target_link.' >
                                          <div class="yuzo-img-wrap '.$css_shine_effect1.'">
    brbrbr

    (@brbrbr)

    Is the style code between /* */ indeed obsolete or is this a trick too fool some browsers.

    aka what’s the best solution removing the style completely or just removing the comment pair

    Plugin Contributor ilenstudio

    (@ilenstudio)

    @TCninety In the next update this code has been corrected

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

The topic ‘Issues with AMP pages’ is closed to new replies.