• Resolved MarthaBechtel

    (@marthabechtel)


    There was an update this morning and the a href HTML code is no longer being generated by the plug-in. This worked fine before the update and I have tried disabling my other plugins with no change.

    I can’t tell if it’s having problems recognizing the img tag or in building the href tag. I don’t know where my host keeps its logs, but I’m going to dig and see if I can find them.

    Figured putting a heads up here wouldn’t hurt.

Viewing 15 replies - 1 through 15 (of 25 total)
  • Thread Starter MarthaBechtel

    (@marthabechtel)

    This is what I have in the LI for the Gutenberg gallery (swapped out actual links for placeholders).

    <li class="blocks-gallery-item">
    <figure>
    <img width="300" 
    height="292" 
    src="https://imagepath-300x292.jpg" 
    data-src="https://imagepath-300x292.jpg" 
    alt="altTitle" 
    data-id="86906" 
    data-full-url="https://imagepath.jpg" 
    data-link="https://imagepagepath/" 
    class="wp-image-86906 lazyloaded" 
    data-srcset="https://imagepath-300x292.jpg 300w, https://imagepath-100x97.jpg 100w, https://imagepath.jpg 600w" 
    sizes="(max-width: 300px) 100vw, 300px" 
    srcset="https://imagepath-300x292.jpg 300w, https://imagepath-100x97.jpg 100w, https://imagepath.jpg 600w">
    <noscript>
    <img width="300" 
    height="292" 
    src="https://imagepath-300x292.jpg" 
    alt="altTitle" 
    data-id="86906" 
    data-full-url="https://imagepath.jpg" 
    data-link="https://imagepagepath/" 
    class="wp-image-86906 lazyload" srcset="https://imagepath-300x292.jpg 300w, https://imagepath-100x97.jpg 100w, https://imagepath.jpg 600w" sizes="(max-width: 300px) 100vw, 300px" />
    </noscript>
    <figcaption class="blocks-gallery-item__caption">imageCaption</figcaption>
    </figure>
    </li>

    If I disable all of my image plugins, I get the following but the link still doesn’t work

    <li class="blocks-gallery-item">
    <figure>
    <img loading="lazy" 
    width="300" 
    height="292" 
    src="https://imagepath-300x292.jpg" 
    alt="altText" 
    data-id="86906" 
    data-full-url="https://imagepath.jpg" 
    data-link="https://imagepagepath/" 
    class="wp-image-86906" srcset="https://imagepath-300x292.jpg 300w, https://imagepath-100x97.jpg 100w, https://imagepath.jpg 600w" 
    sizes="(max-width: 300px) 100vw, 300px">
    <figcaption class="blocks-gallery-item__caption">imageCaption</figcaption>
    </figure>
    </li>
    Thread Starter MarthaBechtel

    (@marthabechtel)

    My theme is a homebrew mod of Fluid Basics by ThemeEverest and I am using the following image-related plugins:
    Gallery Custom Links
    JetPack by WordPress with Enable site accelerator and Enable Lazy Loading for images turned off
    SG Optimizer
    Simple Lightbox

    Thread Starter MarthaBechtel

    (@marthabechtel)

    I tried to post the code for what I see with the plugins turned on and turned off, but it looks like that comment got eaten– guess they aren’t allowed. If you need it, just let me know and I can pass that along some other way.— Looks like that comment is back again!

    I tried reading through gallery-custom-links/classes/linker.php to see if I could figure out why it can’t find the img tags, but my PHP-fu is pretty weak. ??

    leo789

    (@leo789)

    I also updated the plug-in today and my links no longer work.

    10000records

    (@10000records)

    The links dont working after the updated plugin today…any know why?

    rafael1970

    (@rafael1970)

    Hello, I write because in the galleries created, the links do not work well. However, if media are added one by one, the links work correctly. Do you know how to correct it so that the photos of the galleries work? Thank you.

    Plugin Author Jordy Meow

    (@tigroumeow)

    There is an issue with the version 2.0.0. Please absolutely use the version 2.0.1 or more. Sorry about this, and thank you ??

    rafael1970

    (@rafael1970)

    Hello, thanks for answering, but with version 2.0.1 the exact same thing happens. Links do not work correctly if galleries are created. The links that appear are formatted:
    web /? attachmnet and the photo only comes out.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Can you also make sure about the settings? What are the current settings?

    10000records

    (@10000records)

    Hello,

    It happen the same for me with version 2.0.1 or 2.0.0. on galleries.

    Regards

    rafael1970

    (@rafael1970)

    Parsing Engine : HtmlDomParser

    OB Mode: Enabled

    marywt

    (@marywt)

    Me too.

    Settings unchanged, only the plugin version different. I use the classic editor but disbled it to use Gutenberg blocks to see if that made a difference …. it didn’t.

    Can someone help me to roll back the version until this gets fixed please? I have no idea how to go about it.

    Thanks, Mary

    karenrbnt

    (@karenrbnt)

    Sorry but 2.0.1 did not resolve this for me either

    Plugin Author Jordy Meow

    (@tigroumeow)

    Can anyone running into this issue do a bit of debug? I get that many of you have issues, but it’s working on all my installs.

    Are you all using WordPress 5 or more?
    Can you check your PHP Error Logs? What errors do you get?
    Can you play with the settings of the plugin a bit?
    Can you enable the logs in the settings and look at your PHP Error Logs again?

    I would love to help but I need your help.

    marywt

    (@marywt)

    Can you tell me how to check my php logs?

    I have checked and played with all the settings available in the plugin which aren’t many as it is the free version.

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Link is no longer being added as of 11/20 update [Homebrew / Gutenberg]’ is closed to new replies.