• Resolved subper

    (@subper)


    Hi,
    I’ve been experimenting with the free version of this interesting plugin on a wp multisite. It seems I succesfully set up everything, still when I press Add to Wishlist button, only the preloader runs endlessly. I’ve tried several variations of settings, without success.
    Now I need products without price. Just name, item code and picture.
    Does any settings without them the plugin doesn’t work?

    Thanks for help!

    BR
    Zoltan

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi Zoltan,

    Your current theme hi-jacking add to wishlist button event.
    You can point the theme author to this function that has some hardcoded conditions with potential issues not with only our plugin:

     $("a").on(_eventtype, function(e) {
            var $this = $(this);
            if ($this.hasClass("js-menu-dropdown") || $this.hasClass("comment-reply-link") || "cancel-comment-reply-link" == $this.attr("id"))
                return e.preventDefault(),
                e.stopPropagation(),
                e.stopImmediatePropagation(),
                !1;
            var currentUrl = window.location.protocol + "//" + window.location.hostname + window.location.pathname
              , href = $this.attr("href") + "";
            return !!("tab" == $this.data("toggle") || "collapse" == $this.data("toggle") || $this.data("slide") || $this.hasClass("tg-media-button") || $this.data("val") || $this.hasClass("js--no-load")) || (void 0 === $this.attr("href") || 0 === href.indexOf("#") || 0 === href.indexOf("tel:") || 0 === href.indexOf("callto:") || 0 === href.indexOf("mailto:") || 0 === href.replace(currentUrl, "").indexOf("#") || href == window.location.href || "_blank" == $this.attr("target") || $this.parent().hasClass("menu-item-has-children") || $this.is(".js--no-load, .icon-info, .overlay, .dropdown-toggle, .js--social-share, .carousel-control, .tg-media-button, .fancybox, .ideo-lightbox") || $this.attr("class") && -1 !== $this.attr("class").indexOf("bwg_lightbox") ? (e.stopPropagation(),
            !0) : 2 == e.which ? (window.open(href),
            !1) : $.doLinking.call(this, e, href))
        })

    Yes, you can use our plugin with a “catalog mode”.

    Kind regards,
    Konstantin.

    Thread Starter subper

    (@subper)

    Thank you for your help! I’m afraid this will be a hard run with the developers, they don’t answer as fast as you, if they ever 🙁

    Best Regards
    Zoltan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add to wishlist link not working’ is closed to new replies.