vuongbui
Forum Replies Created
-
Hi guys,
Same problem here, I have quick fixed by edit a bit the code (because the site is crashed).
This is the original code:
if ( !get_option( "wr2x_hide_retina_column" ) ) require( 'media-library.php' ); new Meow_WR2X_MediaLibrary( $this );I replaced with
if ( !get_option( "wr2x_hide_retina_column" ) ) { require( 'media-library.php' ); new Meow_WR2X_MediaLibrary( $this ); }File: plugins/wp-retina-2×1/core.php.
It worked but I hope the plugin author find the real problem (I’m maintainance a quite big site). Thanks
- This reply was modified 9 years, 1 month ago by vuongbui.
Updated
Your plugin is conflicted with plugin WP BootStrap Gallery
the HTML code of a gallery slide is:
<a href="https://xxxx/wp-content/uploads/2015/08/GX8-LUMIX-Gallery-Bloggers-01.jpg" title="" data-gallery=""><img src="https://xxxx/consumer/wp-content/plugins/wp-bootstrap-gallery/timthumb.php?src=https://xxxxxx/wp-content/uploads/2015/08/GX8-LUMIX-Gallery-Bloggers-01.jpg&q=85&w=205&h=205" width="205" height="205" alt="GX8-LUMIX-Gallery-Bloggers-01"></a>Thanks a lot