Home › Forums › Pro Themes › eCommerce Market Pro › Theme issues
- This topic has 10 replies, 2 voices, and was last updated 5 years, 6 months ago by wensolutions.
-
AuthorPosts
-
May 28, 2019 at 2:17 pm #98719FreedomParticipant
Hi!
We having big problem with our site though your theme break some functions.
We get this message
metabox.js?ver=20151215:16 Uncaught TypeError: Cannot read property 'match' of undefined at HTMLInputElement.<anonymous> (metabox.js?ver=20151215:16) at Function.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-u&load[]=i-droppable,wp-ajax-response,jquery-color,wp-lists,postbox,underscore,nav-menu&ver=5.2.1:2) at a.fn.init.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-u&load[]=i-droppable,wp-ajax-response,jquery-color,wp-lists,postbox,underscore,nav-menu&ver=5.2.1:2) at ecommerce_market_pro_meta (metabox.js?ver=20151215:14) at HTMLDocument.<anonymous> (metabox.js?ver=20151215:31) at i (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-u&load[]=i-droppable,wp-ajax-response,jquery-color,wp-lists,postbox,underscore,nav-menu&ver=5.2.1:2) at Object.fireWith [as resolveWith] (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-u&load[]=i-droppable,wp-ajax-response,jquery-color,wp-lists,postbox,underscore,nav-menu&ver=5.2.1:2) at Function.ready (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-draggable,jquery-u&load[]=i-droppable,wp-ajax-response,jquery-color,wp-lists,postbox,underscore,nav-menu&ver=5.2.1:2)
Could please correct this as soon as you can though we have alot of daily customers and affiliates.
Regards
JonasMay 29, 2019 at 12:29 am #98740wensolutionsKeymasterHello @freedom,
Can you please once post your site URL so that we can inspect the issue further and help you?
Hoping to hear from you soon.
Thank you.
May 30, 2019 at 11:03 am #98833FreedomParticipantHi.
The thing is that everything works in frontend. Problem is in backend and sorry I can’t let u in there because all members.
For an example we cant add any menu items except Pages which is already open.
May 30, 2019 at 1:27 pm #98848FreedomParticipantHi again!
I can see that is an error on line 16
/** * Custom Js for meta box * * @package eCommerce_Market_Pro */ $=jQuery jQuery(function($) { function ecommerce_market_pro_meta() { $('#ecommerce_market_pro_team_meta').hide(); // intially hides the metabox /* script to show metabox on category ids 2,3 and 4 (write the category ids in the if condition below on line 14)*/ $('#categorychecklist input[type="checkbox"], #product_catchecklist input[type="checkbox"]').each(function(i,e) { var id = $(this).attr('id').match(/-([0-9]*)$/i); id = (id && id[1]) ? parseInt(id[1]) : null ; var team_id = $('span[data-team-id]').data('team-id'); if ($.inArray(id, [team_id]) > -1 && $(this).is(':checked')) { $('#ecommerce_market_pro_team_meta').show(); } }); } $('#categorychecklist input[type="checkbox"]').live('click', ecommerce_market_pro_meta); // calls the function on click of category checkbox ecommerce_market_pro_meta(); // calls the function on load });
Regards
JonasMay 31, 2019 at 1:51 am #98882wensolutionsKeymasterHello,
We have informed the theme author and the theme is currently under the debugging process.
We will fix the issue as soon as possible and release the update.
Hoping for your kind co-operation.
Thank you.
June 9, 2019 at 5:35 pm #99580FreedomParticipantHi again
How does the process of updating the theme?
We have found even more errors and this is not good att all though both customers and clients are starting to complain.
Your theme (eCommerce Market Pro) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this: Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version. If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.
and this error in this file https://xxxx.xx/wp-content/themes/eCommerce-market-pro/assest/js/imagesloaded.js?ver=1.0.5
Uncaught TypeError: Cannot read property 'prototype' of undefined at factory (imagesloaded.js?ver=1.0.5:120) at imagesloaded.js?ver=1.0.5:27 at imagesloaded.js?ver=1.0.5:33 factory @ imagesloaded.js?ver=1.0.5:120 (anonymous) @ imagesloaded.js?ver=1.0.5:27 (anonymous) @ imagesloaded.js?ver=1.0.5:33
June 10, 2019 at 1:55 am #99599wensolutionsKeymasterHello @freedom,
We have already fixed the JS issue.
Please update to the latest version of the theme and verify.
Thank you.
Regards!!
June 10, 2019 at 3:33 am #99603FreedomParticipantHi
Thanks, i found a version 1.0.7 under my account is that the correct one?
Will try to use that version.One quick question… do you not send out any message whan a update available+
Regards
June 10, 2019 at 7:46 am #99607wensolutionsKeymasterHello @freedom,
Yes, please update to the recent version you have got and verify the issue.
Also, regarding your query about the update, the automatic update will be available in your dashboard given that your license should not be expired.
Hope this clears the confusion.
Let us know if you have any queries further.
Thank you.
June 10, 2019 at 4:16 pm #99640FreedomParticipantBig thanks!
It’s working fine now.
My license was active but I’v had a security block for outgoing connections on my server and that’s why I didn’t get it.
Thanks for an awesome job and support
Regards
June 10, 2019 at 11:51 pm #99652wensolutionsKeymasterHello
Glad we could help you.
Also, we would really appreciate if you can drop your valuable reviews for the theme. You can drop your reviews through the given link : https://wordpress.org/support/theme/ecommerce-market/reviews/#new-post
For any further query/confusion, feel free to write back to us.
Best Regards!
-
AuthorPosts
- You must be logged in to reply to this topic.