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

    (@yithemes)

    Hi there

    I can see that your theme overrides default wishlist template
    Maybe you could search for wishlist.php or wishlist-view.php template in your theme root folder, or under /woocommerce subpath, and try to rename them respectively to wishlist.php.bak and wishlist-view.php.bak

    This will remove theme’s customizations, so we can see vanilla wishlist templates in action

    Thread Starter mrcool001

    (@mrcool001)

    I found it, wishlist.php in my folder theme.
    But I think the page layout is not 100% structured, plz check

    Thread Starter mrcool001

    (@mrcool001)

    any help plz

    Plugin Author YITHEMES

    (@yithemes)

    Please, avoid bumping your requests, as it is discouraged by forum rules, and won’t anyway help getting a faster answers

    I checked your page and the wishlist template seems just fine
    The only problem that I can see is that the page doesn’t seem to have a container with a fixed width, but this has nothing to do with our plugin

    You can solve this theme issue, anyway, by adding the following CSS rules to Additional CSS section of your theme customizer

    .woocommerce-wishlist #main-content {
            width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 82.75862em;
    }
    

    Please, let me know if there is something that you’d like to change with our wishlist template
    I’ll do what I can to help

    Thread Starter mrcool001

    (@mrcool001)

    Hi thanks for your reply it’s ok
    But i can’t view this option in my page wishlist even if it active from setting
    And how can i translate Added on:

    • This reply was modified 4 years, 10 months ago by mrcool001.
    Plugin Author YITHEMES

    (@yithemes)

    But i can’t view this option in my page wishlist even if it active from setting

    Sorry, which option did you activated as is not working?

    And how can i translate Added on:

    You can translate any string in the plugin using .po files, as described here

    I double checked, and I can see that this string is correctly localized, and I can find it in the language archive

    Thread Starter mrcool001

    (@mrcool001)

    Sorry, which option did you activated as is not working?
    yes it’s not working you can try with this product to view result :
    https://flex.ma/boutique/t-shirt-cat-sofa/

    Plugin Author YITHEMES

    (@yithemes)

    Hi again

    I’m sorry, but I still don’t understand what I should check on that page
    I can see that the page shows a customim Add to Wishlsit button, as probably your theme applies some heavy customization over our plugin

    Anyway, add to wishlist seems to work just fine

    Could you please explain me better what isn’t working as expected?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Wishlist page error design’ is closed to new replies.