GDPR Privacy Policy

Extensions and themes developed by NWDThemes company do not not collect any data from website visitors which makes them GDPR compliant. But please pay attention to these notes: if a user uses Google webfonts (which is pretty default) or shows a Youtube or Vimeo video via our slider, Google/Youtube/Vimeo may collect some information and the […]

read more

Support Policy

Support Hours Our general support hours are Monday to Friday, 10:00 – 18:00 (GMT+1) Generally we provide a feedback on any support query within 24 hours. But note, that depending on the issue complexity and our workload it may take up to a few days. So, make sure you have read an item Documentation or […]

read more

Support Policy

Support hours: 10AM – 6PM GMT+1 time, Monday – Friday. The support response time is 24-48 hours. Support for our items includes: Fixing bugs and reported issues Responding to problems regarding the item and its features Providing updates to ensure compatibility with new software versions Item support does not include: Customization and installation services Support […]

read more

Useful links

Documentation Basic information about Magento: https://magento.com/developers/magento2 https://magento.com/products/community-edition System Requirements: http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html Magento documentation: Getting Started Developer Documentation Installation Guide: http://docs.magento.com/m2/ce/user_guide/magento/installation.html Community Magento Forum: https://community.magento.com/ Stack Overflow:http://stackoverflow.com/questions/tagged/magento2?sort=newest Magento Stack Exchange: http://magento.stackexchange.com/

read more

Index Management

Magento reindexes automatically whenever one or more items change. Actions that trigger reindexing include price changes, creating catalog or shopping cart price rules, adding new categories, and so on. To optimize performance, Magento accumulates data into special tables using indexers. As the data changes, the indexed tables must be updated—or reindexed. Reindexing is performed as […]

read more

Cache Management

Magento’s cache management system is an easy way to improve the performance of your site. Whenever a cache needs to be refreshed, a notice appears at the top of the workspace to guide you through the process. Follow the link to Cache Management, and refresh the invalid caches. To access the cache management screen, you […]

read more

Uninstallation

Check this article for a common actions list: https://nwdthemes.com/2016/07/12/magento-2-uninstall-module/ remove the folder app/code/Nwdthemes/Powerbanners drop module tables from database DROP TABLE IF EXISTS `nwdthemes_powerbanners_style`; DROP TABLE IF EXISTS `nwdthemes_powerbanners_banner_store`; DROP TABLE IF EXISTS `nwdthemes_powerbanners_banner`; DROP TABLE IF EXISTS `nwdthemes_powerbanners_slider`; remove the config settings DELETE FROM core_config_data WHERE path LIKE ‘nwdthemes_powerbanners%’ remove the module from app/etc/config.php remove […]

read more

Install

Unzip extension package Navigation into package/Extension folder Upload content of package/Extension to your magento root directory. package/Extension/app >> magento_root/app package/Extension/pub >> magento_root/pub Powerbanners does not overwrite any magento core files Set correct file permissions for all the files which you uploaded to your server. Refer to Magento documentation for more details: http://devdocs.magento.com/guides/v2.0/install-gde/prereq/file-sys-permsover.html Enable module: php […]

read more