This topic has 5 replies, 2 voices, and was last updated 3 years ago ago by Olga Barlow
Hello support good day to you all please I have this error message on my website can someone help me check it out please check below message thanks
Missing Dependencies etheme_admin_vc_js windelslife.com wp-content/themes/xstore/framework/assets/js/admin-vc.js vc-backend-actions-js (missing)
jQuery(document).ready(function ($) {
$(document).ready(function () {
setTimeout(function () {
$('.et-tab-label.vc_tta-section-append').removeClass('vc_tta-section-append').addClass('et-tab-append');
}, 1000);
});
$(document).on('click', '#et_tabs', function (event) {
setTimeout(function () {
$('.et-tab-label.vc_tta-section-append').removeClass('vc_tta-section-append').addClass('et-tab-append');
}, 1000);
});
$(document).on('click', '.et-tab-label.et-tab-append', function (event) {
if (typeof vc == 'undefined') return;
var newTabTitle = 'Tab',
params,
shortcode,
modelId = $(this).parents('.wpb_et_tabs').data('model-id'),
prepend = false;
params = {
shortcode: "et_tab",
params: {
title: newTabTitle
},
parent_id: modelId,
order: _.isBoolean(prepend) && prepend ? vc.add_element_block_view.getFirstPositionIndex() : vc.shortcodes.getNextOrder(),
prepend: prepend
}
shortcode = vc.shortcodes.create(params);
});
});Missing Dependencies etheme_admin_vc_js windelslife.com wp-content/themes/xstore/framework/assets/js/admin-vc.js vc-backend-actions-js (missing)
jQuery(document).ready(function ($) {
$(document).ready(function () {
setTimeout(function () {
$('.et-tab-label.vc_tta-section-append').removeClass('vc_tta-section-append').addClass('et-tab-append');
}, 1000);
});
$(document).on('click', '#et_tabs', function (event) {
setTimeout(function () {
$('.et-tab-label.vc_tta-section-append').removeClass('vc_tta-section-append').addClass('et-tab-append');
}, 1000);
});
$(document).on('click', '.et-tab-label.et-tab-append', function (event) {
if (typeof vc == 'undefined') return;
var newTabTitle = 'Tab',
params,
shortcode,
modelId = $(this).parents('.wpb_et_tabs').data('model-id'),
prepend = false;
params = {
shortcode: "et_tab",
params: {
title: newTabTitle
},
parent_id: modelId,
order: _.isBoolean(prepend) && prepend ? vc.add_element_block_view.getFirstPositionIndex() : vc.shortcodes.getNextOrder(),
prepend: prepend
}
shortcode = vc.shortcodes.create(params);
});
});
Hello,
1) Where do you get this error? Provide us with the screenshot for better understanding.
2) Provide us with WP Dashboard and FTP access to your site, please.
Regards
Information has been sent
Error screenshot
https://privatebin.support-tools.com/?30cc2641f9b047ab#7R/4Vn65BGO2FydvrynLnKyczmkXTIVaeuo4p8u/hSA=
Hello,
On what page do you have the mentioned error? Because I don’t see that on the home page.
Regards
Tagged: missing dependencies, seo friendly, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up