• Hi together,

    I’m using WordPress Version 4.2.2 and YITH Wishlist Version 2.0.7.
    I thought, I installed everything properly, but it doesn’t work.
    On the Wishlist-page appears just following message:

    id=”yith-wcwl-form”
    action=”http://wilder-pfeffer.com/wunschliste/view/”
    method=”post”
    >
    class=”shop_table cart wishlist_table”
    cellspacing=”0″
    data-pagination=””
    data-per-page=””
    data-page=””
    data-id=””
    data-token=””
    > Produktname Es wurden keine Produkte auf die Wunschliste gesetzt

    And no product does contain a link to add to the wishlist.
    The page, where the wishlist should be contains following text:

    [yith_wcwl_wishlist]

    nothing more.

    My Homepage is http://www.wilder-pfeffer.com.

    I tried to google, but i couldn’t find a similar problem or an approach to solve the problem.

    Maybe you can help me?

    Thanks in advance.

    Kind regards
    Florian Conrad

    PS: sorry for my english 😉 I’m German :O

    https://wordpress.org/plugins/yith-woocommerce-wishlist/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author YITHEMES

    (@yithemes)

    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!

    Thread Starter kingflo

    (@kingflo)

    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 🙂

    Plugin Author YITHEMES

    (@yithemes)

    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?

    Thread Starter kingflo

    (@kingflo)

    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.

    Plugin Author YITHEMES

    (@yithemes)

    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 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wishlist doesn't work. No functions added’ is closed to new replies.