Home Forums Pro Themes eCommerce Market Pro Theme issues

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #98719
    Freedom
    Participant

    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
    Jonas

    #98740
    wensolutions
    Keymaster

    Hello @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.

    #98833
    Freedom
    Participant

    Hi.

    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.
    Error console

    #98848
    Freedom
    Participant

    Hi 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
    });

    Error on line 16

    Regards
    Jonas

    #98882
    wensolutions
    Keymaster

    Hello,

    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.

    #99580
    Freedom
    Participant

    Hi 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
    #99599
    wensolutions
    Keymaster

    Hello @freedom,

    We have already fixed the JS issue.

    Please update to the latest version of the theme and verify.

    Thank you.

    Regards!!

    #99603
    Freedom
    Participant

    Hi

    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

    #99607
    wensolutions
    Keymaster

    Hello @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.

    #99640
    Freedom
    Participant

    Big 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

    #99652
    wensolutions
    Keymaster

    Hello

    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!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.