Hi Florian,
I check the plugin on my local installation, with your theme, and all seems to work fine.
I think maybe your installation of the plugin could be broken; can you please try to download it again, and upload it on your server?
Thanks for your patience 🙂
Let me know!
Hi,
you checked with the Virtue Theme?
I uninstalled the plugin and reinstalled it, I can’t upload it on my server and since so far, I couldn’t change the maximum upload limit to over 2MB.
Hope you have an other idea 🙂
Hi again
Yes, with Virtue Theme everything seems alright; so, my best guess is that some file is corrupted within your wishlist installation
In your disintallation-installation process, do you requested wordpress to delete permanently all plugin files?
Hi,
yes, I was requested and accepted to delete all files then I searched again for the YITH Wishlist Plugin and after the installation the same problem as before.
I try to change the max_upload limit, maybe it will work, if I upload it manually.
Hi kingflo,
after reading another post of an user reporting issues similar to yours, I think I partially worked problem around.
I think maybe someway shortcode content is filtered with nl2br() function, that replaces new line with br tags, breaking HTML layout
Can you please try to copy templates/wishlist-view.php template in your theme root, and delete new lines between form and table attributes?
<form id="yith-wcwl-form" action="<?php echo esc_url( YITH_WCWL()->get_wishlist_url( 'view' . ( $wishlist_meta['is_default'] != 1 ? '/' . $wishlist_meta['wishlist_token'] : '' ) ) ) ?>" method="post">
<table class="shop_table cart wishlist_table" cellspacing="0" data-pagination="<?php echo esc_attr( $pagination )?>" data-per-page="<?php echo esc_attr( $per_page )?>" data-page="<?php echo esc_attr( $current_page )?>" data-id="<?php echo ( is_user_logged_in() ) ? esc_attr( $wishlist_meta['ID'] ) : '' ?>" data-token="<?php echo ( ! empty( $wishlist_meta['wishlist_token'] ) && is_user_logged_in() ) ? esc_attr( $wishlist_meta['wishlist_token'] ) : '' ?>">
Let me know if this helps
Have a nice day 🙂