Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Hernan Villanueva

    (@chvillanuevap)

    I compared the HTML from both JetPack versions and they are the same, except for a few data attributes, like data-carousel-extra. Maybe something like this is affecting your regex?

    I just tested with various gallery layouts in JetPack 3.0, and it appears to be working for me. Are you trying to link images inside a slideshow/carousel? If so, that’s something you’d probably need to do either through the other plugin or custom code – this plugin only deals with the gallery thumbnail images.

    Thread Starter Hernan Villanueva

    (@chvillanuevap)

    Ok, I figured out what my issue was.

    I was using the link=”none” attribute in my shortcode. In JetPack 2.9.x, this did not cause any issues. However, in 3.0.x, the function ‘rectangular_talavera’ in /jetpack/modules/tiled-gallery/tiled-gallery.php performs a check before assigning the link. “none” was stopping the function from printing the anchor tag. Changing the link attribute to either “attachment” or “file” fixed the issue.

    Thanks for checking into this.

    Glad you got it figured out! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Not working with JetPack 3.0.x’ is closed to new replies.