Forum Replies Created
-
AuthorPosts
-
FreedomParticipant
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
FreedomParticipantHi
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
FreedomParticipantHi 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
FreedomParticipantHi 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
JonasFreedomParticipantHi.
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.
FreedomParticipantAwesome!
Thank you so muchFreedomParticipantBreadcrumb by default shows the complete path of the individual page starting from the home.
The thing I don’t have any page called PRODUCTS.
Do you mean thats hardcoded?FreedomParticipantThanks for your reply
As for the slider, it will adjust its height according to the image used in the slider section.
If you used the image of greater height the slider will be big and if you used the small size image, the slider will be small.
Really good to know.
Regarding the slider autoplay, to adjust it requires higher code customization.
Ok then I’ll customize for my needs.
Regards
FreedomParticipantFound this answer , no updates on this?
FreedomParticipantHi again
Thanks for your reply.
I’m talking about Itthinx – Affiliates plugin.I don’t think it would be any problem though your theme works with multisite.
Best regards
-
AuthorPosts