How to Hide Nopcommerce from Wappalyzer - nopcommerce

is there way to hide nopcommerce from wappalyzer?
Wappalyzer is a browser add-ons, that allow a user to check the technology infrastructure of any website.
i serched about this and find nothing.
thanks

It's not possible to hide everything.
Check this answer for tips on hiding IIS version, ASP.NET version and server type:
https://stackoverflow.com/a/67598633/2861028

Related

OneTrust Cookie Integration with Wordpress

My company are running some updates on our cookie policy. We were looking into OneTrust's cookie compliance. It seems to be a popular platform when it comes to Privacy and Security.
We've build our site on Wordpress but mainly work with Elementor Website Builder for the development. Coding skills are very basic. Does anyone know if OneTrust provides a plug-in or if they provide a code that generates a cookie banner with consent and preferences that could be easily inserted to the site?
Is anyone familiar with OneTrust and how the integration works on Wordpress?
Any information would help.
Thanks!
If you have set up Google Tag Manager for website then you can use GTM for script integration. Otherwise add the script to the section before any other script.
Plugin - https://wordpress.org/plugins/wp-headers-and-footers/

Unwanted login popup when I access my website

So I got a login popup when I try to access my website. I may have done a mistake configuring my WP, but I don't know what could have been wrong here. Additionally, I'm using Divi as visual page builder.
I would like to remove it since everyone gets it when they try to access the website.
I'm using the latest version of WordPress, which is 5.7.2
Does any of you know how to remove this popup ?
Our customer had the same problem and it turned out that the popup was inserted via hosting provider because there was a maintenance on the page before which wasn't switched off. Maybe you could to ask your hoster if there is anything active.

Wordpress app with Cordova

I have a Wordpress hosted application and I need to create a mobile version of it. As I read in one article, there is a way create a mobile application from hosted web application (not sure if that technique has any particular name). I was able to create the mobile application but I ran into a issue; when I am redirecting to any page, the mobile application is opening the browser to show the page. After some research I found that the solution will be to change all the href to window.open(url, '_system'). Is there any easier way to solve this issue?
The same article shows how to use the Camera plugin with the hosted ASP.Net application. Could anyone suggest an article that shows how to do the same thing but with Wordpress application.
You should have a look at WordPress hybrid project if you are looking for managed and performance enhanced app.
Otherwise, you can also use inAppBrowser for easy and fast development here is a Docs.

I don't want my wordpress page to be seen publicly yet

I'm new to trying Wordpress development. I'm using wordpress.com directly to develop my first site. I'd rather not have to use FTP or anything more than just their website to continue this development.
I'd like the page to not be online until I'm ready for it to go public. How do I "turn off" the page - in other words, can I disable it so that only I can see it? Thanks!
You can use coming soon plugin to your site that prevents user to view pages of your site.
But when you login to your admin, you can see all those pages. So that you can continue your development.
There are numerous plugins which adds coming soon or landing page to non logged in user and shows page content to administrator.
You can try this plugin: Ultimate Coming Soon Page
If you want to set page not publicly you can set particular Page as a Draft from the sidebar there is a button Save Draft
i suggest you develop on your local PC. it will give you full control and once done you can move this site to your online site.
this may help you.
Installing WordPress Locally

Using wordpress as external content management system

We are planning to create an asp.net website (probably mvc), that needs a cms for news items.
Our content managers and others who require to publish news have asked if they can use wordpress for content management.
Our users have different roles, and news items should be visible to certain roles, or even specific users if possible.
The reason they want wordpress is the manager's user friendliness, so if some other alternative with the same kind of user experience would be ok.
Could anyone please point me in some direction?
NOTE: I'm still doing research at the moment, so I've got nothing holding me back at this point.
There is an API plugin that has been developed to spit out information in JSON, but I have not actually implemented a site with it:
http://wordpress.org/extend/plugins/json-api/
Perhaps you could have the authors work on a wordpress install and create your app to draw content via that plugin?
I too was facing the same issue, little different. We want to have WP as CMS so that our site can take the benefit of SEO which is very easy with WP. SO we installed WP under a folder in the Main ASP.net based website. Initially there were issues, I was unable to run it. Finally managed to run it. Solution is posted here - http://www.wwwlabz.com/how-to-run-a-php-based-website-from-a-subfolder-in-asp-net-website. Hope it will help someone. Actual site where we implemented this is http://www.periproperties.com/content/.
Now I want to have specific section of WP to be accessible on my site. SO I am exploring different options and will post, if found something
Thanks.
DotNetNuke is the most popular ASP.NET based CMS (source). I am implementing my first project in it and so far I am very happy with it.
Note the free edition will not work for you since you need customizable security roles and free has a limited set of predetermined roles. You'll need the pro edition.
I don't know how similar it is to WordPress. Overall, WordPress is much more popular but of course there are platform issues with WordPress since it is Apache based and you want to create an ASP.NET website.

Resources