Theme editor

Search results

  1. Aior

    Wordpress Whatsapp Button Plugin - File update

    Unzip me first structure updated to see Read Me file.
  2. Aior

    This app is not accessible right now and the app developer is aware of the issue. You will be able to log in when the app is reactivated.

    When you try to use Facebook login you can see the failure message below: This does not mean that app developer is aware that. As an App developer other user can easily use facebook login option but some of them can not. This is not related with app developer settings but its about your...
  3. Aior

    Data Science Steps Power Point File 1

    Data science steps powerpoint file.
  4. Aior

    Correlation analysis study steps with big data

    If you want to make a correlation analysis with big data basically you should follow these steps below: This process involves multiple stages, from data acquisition to results interpretation. Understanding the Problem Statement: The first step involves understanding the problem at hand, the...
  5. Aior

    Converting PDF Pages to JPG Images using Python

    When you work with big data some of the report pdf files can be not readable due to data amount and installation of data takes ages as below: And may be pdf file can be frozen: Then you need to convert pdf pages to jpg images quickly as below: This article will guide you on how to...
  6. Aior

    After xenforo Facebook login url ends with com/#_=_

    The fragment `#_=_` appended to the URL is a response from Facebook's OAuth service and is not an error. Facebook appends this to the redirect URL after the OAuth dialogue as per their specification. This happens even if the redirect URL already includes a fragment identifier. While this...
  7. Aior

    How can I create facebook login app for xenforo?

    Creating a Facebook login for your XenForo forum is a multi-step process. It involves creating a Facebook App and configuring it in the XenForo admin panel. Here's a step-by-step guide on how to create and integrate a Facebook Login app with XenForo: **Step 1: Creating a Facebook App** 1. Go...
  8. Aior

    Oops! We ran into some problems. You may only attach 10 files. Problem solution for xenforo

    IF you want to attached more than 10 photos for xenforo content you can increase this numbers as below: The error message "Oops! We ran into some problems. You may only attach 10 files." implies that you're trying to attach more than the allowed limit of files per post on your XenForo...
  9. Aior

    How can I make google login api for xenforo?

    XenForo, as a forum software, has built-in functionalities for social media logins including Google. However, in case you're looking to create your own Google login API for XenForo, you would need to follow a series of steps involving creating a project on Google Cloud Console, enabling Google+...
  10. Aior

    Wordpress Whatsapp Button Plugin - Wordpress Whatsapp Button Plugin

    Read me file update.
  11. Aior

    Wordpress Whatsapp Button Plugin - Wordpress Whatsapp Button Blugin

    License agreement updated with readme.txt
  12. Aior

    Working Time Calculator Wordpress Plugin 1.3

    Introducing the Aior Working Time Calculator Plugin The Aior Working Time Calculator plugin is a powerful tool that allows you to easily calculate your working time and make informed decisions about your schedule. Whether you're an employee, a freelancer, or a business owner, this plugin can...
  13. Aior

    Django or Angular which framework is better?

    Comparing Django and Angular isn't straightforward because they are used for different aspects of web development and serve different purposes. Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design, while Angular is a TypeScript-based...
  14. Aior

    How to create Django project with Pycharm?

    Create your project and then Open Pycharm terminal page with CTRL + F12 Write cd to go root folder of your project. Write code below to create project: django-admin startproject projectname Then you project will be created like below:
  15. Aior

    How to install Django to Pycharm?

    First create your project, in pycharm, Then Open Terminal from left down menu or use CTRL + F12 combination. Update pip version with code below: python.exe -m pip install --upgrade pip Then install Django with codes below: pip install Django You can check installation status with...
  16. Aior

    Wordpress Whatsapp Button Plugin - Setting Page Improvement

    Predefined messages added. Left, Bottom distance settings added. Icon size settings added.
  17. Aior

    Wordpress Whatsapp Button Plugin 1.9

    Very easy wordpress plugin for whatsapp button left bottom side of your wordpress webside. Plugin works with mobile phone for Windows Whatsapp Desktop App you can get your country warning message. Just test with mobile. Enhance Your Website with the Aior Whatsapp Button WordPress Plugin...
  18. Aior

    Directadmin file manager display problem

    When you try to install some application on your server you may remove or damage of some of your installation. Then its better you to re install, rebuild Direct admin with the code below: Normaly this folder location has files, lets correct this: Use putty to connect to your server: cd...
Back
Top