Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Magda

    (@prodesignerpl)

    You’re right. Sorry.

    Thread Starter Magda

    (@prodesignerpl)

    Just enabled Your plugin. Nothing more.

    Magda

    (@prodesignerpl)

    Same problem.

    Magda

    (@prodesignerpl)

    Still not working.

    I find wird behavior.

    If im administrator or im not login i have the same thing:
    if i remove product in wishlist – i dont have link wishlist/somerandomlistnuber, and i have information – no product in the list, but they are.

    If im login as administrator i have 403 error in in wishlist even i remove cache, remove cookies etc:

    wp-content/plugins/ti-woocommerce-wishlist/includes/api/ajax.php

    next:

    i have analytics.min.js script – with few scripts in it. Like initialisation of hotjar, ga4, adwords and facebook.

    if i remove hotjar, ga4, adwords and facebook – is the same behavior,

    but

    if i don`t remove facebook script:

    
    ! function(f, b, e, v, n, t, s) {
      if (f.fbq) return;
      n = f.fbq = function() {
        n.callMethod ?
          n.callMethod.apply(n, arguments) : n.queue.push(arguments)
      };
      if (!f._fbq) f._fbq = n;
      n.push = n;
      n.loaded = !0;
      n.version = '2.0';
      n.queue = [];
      t = b.createElement(e);
      t.async = !0;
      t.src = v;
      s = b.getElementsByTagName(e)[0];
      s.parentNode.insertBefore(t, s)
    }
    
    (window, document, 'script',
      'https://connect.facebook.net/en_US/fbevents.js');
    fbq('init', '1123123123123');
    fbq('track', 'PageView');

    i still have 403, but wishlist working without ajax.`

    • This reply was modified 2 years, 6 months ago by Magda.
    • This reply was modified 2 years, 6 months ago by Magda.
    Magda

    (@prodesignerpl)

    I don’t have cache – i work on localhost without w3 total cache or something like plugins. I have checked this in incognito too – with emptying browser cache – the same result.

    • This reply was modified 2 years, 6 months ago by Magda.
    Magda

    (@prodesignerpl)

    500 – yes.

    but this not:

    After adding to cart or removing from wishlist one product message is: wishlist is empty, but its not. After refresh, i still have other products in wishlist.

    And i disabled WooCommerce Variation Swatches – Pro plugin.

    Magda

    (@prodesignerpl)

    Hello, new (2.0.1) Problems – AJAX:

    When adding all to cart: error – 500

    ?wc-ajax=tinvwl 500

    c.ajax({
                    url: tinvwl_add_to_wishlist.wc_ajax_url,
                    method: "POST",
                    cache: !1,
                    data: i,
                    beforeSend: function(t) {
                        t.setRequestHeader("X-WP-Nonce", tinvwl_add_to_wishlist.nonce)

    CRITICAL Uncaught TypeError: call_user_func_array(): Argument #1 ($function) must be a valid callback, function “wvs_simple_product_cart_url” not found or invalid function name in

    After adding to cart or removing from list one product message is: wishlist is empty, but its not. After refresh, i still have other products in wishlist.

    • This reply was modified 2 years, 6 months ago by Magda.
    Magda

    (@prodesignerpl)

    First disable all plugins from your WordPress admin area – if all stuff(articles etc) are visible that is some widget problem. Second option – > change theme to default one – and if all`s ok (news, photos or informations are visible) – You have problem in your theme. Check if u have old plugins and widgets – make full update – but before take full backup of your WordPress website – if this helps (i hope) this will be plugins(widgets) problem.
    Best

    Magda

    (@prodesignerpl)

    Wordpress accept all formats ?? but your theme dosent. I think the best thing is to make some css little changes.

    .logo {image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        -ms-interpolation-mode: nearest-neighbor;}

    Please add this to your logo class or div id in ur stylesheet.

    Magda

    (@prodesignerpl)

    Bottom arrow is font? or image? Something is not loading. And You must check this. Check your site in Browser console, u will see problem.

Viewing 10 replies - 1 through 10 (of 10 total)