storeapps
Forum Replies Created
-
We have just replied to you. Kindly check your inbox for our reply.
Sorry for the trouble.
Could you please simply sear for
var name = value.valuein thesmart-manager-for-wp-e-commerce\sm\smart-manager-woo.jsfile and simply replace the same with the below code
var name = (value.hasOwnProperty('value')) ? value.value : ''and then simply refresh Smart Manager page and do let me know your views on the same.- This reply was modified 9 years, 2 months ago by storeapps.
Thank you for your valuable feedback! It means a lot to us! 🙂
Thank you for the update.
Could you please confirm whether you tried reproducing the same issue by creating a new WordPress user having administrator role and trying to activate Smart Manager using the same.
Further, if possible could you please try to reproduce the same issue by having only WooCommerce plugin active on your site and then trying to activate Smart Manager to rule out any plugin conflict issue and then do let us know your views on the same.
Forum: Reviews
In reply to: [Smart Reporter For WooCommerce and WP eCommerce] saved the day!Thank you for your valuable feedback! It means a lot to us! 🙂
Thank you for your valuable feedback! It means a lot to us! 🙂
Forum: Plugins
In reply to: [News Announcement Scroll] Removing BorderNews announcement scroll plugin doesn’t sets any border to your news announcements, which means your theme might be adding border to your widgets so to modify the same you would need to add some custom css to your theme css file.
As you are unable to receive the mail, you can follow the below steps to resolve the Smart Manager Beta not working issue:
Step 1: Open the
smart-manager-for-wp-e-commerce/new/assets/js/smart-manager.jsfile
Step 2: Search forsm.dashboard_model[sm.dashboard_key].sort_paramsand replace the same with(sm.dashboard_model.hasOwnProperty(sm.dashboard_key) && sm.dashboard_model[sm.dashboard_key].hasOwnProperty('sort_params') ) ? sm.dashboard_model[sm.dashboard_key].sort_params : ''
AND also search forsm.dashboard_model[sm.dashboard_key].tablesand replace the same with(sm.dashboard_model.hasOwnProperty(sm.dashboard_key) && sm.dashboard_model[sm.dashboard_key].hasOwnProperty('tables') ) ? sm.dashboard_model[sm.dashboard_key].tables : ''
Step 3: Save the file and try to access Smart Manager Beta and do let us know your views on the same.Forum: Plugins
In reply to: [News Announcement Scroll] Removing BorderAre you using shortcode to display news ?
To set the color of the border you add can some custom css to your theme css file.
Forum: Plugins
In reply to: [News Announcement Scroll] no announcement availablePlease check the expiry date of your news and also make sure that you have selected correct group to display news under ‘Widget Settings’.
Would like to update you that by default Smart Manager is accesible only by user roles having administrator privileges.
So, looking at the error message provided by you, it seems that your user account doesn’t have administrator privileges. So, request you to kindly create a new administrator user account and then have a recheck with the same issue and do let us know your views on the same.
Forum: Plugins
In reply to: [News Announcement Scroll] Plugin crashWe would try reproducing the same issue on our end and try fixing it in the future release of the plugin.
Thank you for your valuable feedback! It means a lot to us! 🙂
Forum: Plugins
In reply to: [News Announcement Scroll] Plugin crashCould you please let us know what news lines/characters in news caused the v_content array not defined error, so that we could handle such instances in the future releases of the plugin.
Forum: Plugins
In reply to: [News Announcement Scroll] Wrapping TextThank you so much for your kind words.
With regards to your query, you could make use of ‘<br>’ tag to go to the second line while adding/editing the news content.