lvca-blocks.js glitch report

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28773
    Olivier Langlois
    Participant

    It doesn’t seem to cause any problem but I have found the following that looks suspect…

    //LVCA_Block class – each ajax block uses a object of this class for requests
    LVCA_Block = function (blockId) {

    var self = this;

    var $blockElem = $(‘#’ + blockId).eq(0);

    self.blockId = blockId;
    self.query = $blockElem.data(‘query’);
    self.settings = $blockElem.data(‘settings’);
    self.blockType = self.settings[‘block_type’];
    self.currentPage = $blockElem.data(‘current’);
    self.filterTaxonomy = $blockElem.data(‘filter-term’);
    self.filterTerm = $blockElem.data(‘filter-taxonomy’);

    self.filterTaxonomy is set with filter-term and
    self.filterTerm is set with filter-taxonomy…

    #28782
    Raghavendra
    Moderator

    I have done the fix for the next update. Yes you are right – it does not cause any harm right now since the value is not being set initially. It is set only when the user clicks on the filters and then it gets corrected with the right values. Thanks for catching this.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WPBakery Page Builder Addons Support’ is closed to new topics and replies.