Forum Replies Created

Page 40 of 43
  • Hasan

    Administrator
    January 2, 2025 at 11:28 am in reply to: Ajax function test failed

    Replies viewable by members only

    • This reply was modified 8 months, 1 week ago by  Hasan.
  • Hasan

    Administrator
    December 31, 2024 at 2:33 pm in reply to: HTML + CSS Tool for WP – WYSIWG

    I use custom codes. Here is what I did.
    I created one tool, optimized it perfectly, and tested it. Then, I started feeding it to the AI whenever I wanted to create a new tool so that it could always mimic the same style.

    Now I create UIs in minutes 🙂

  • Hasan

    Administrator
    December 30, 2024 at 6:20 am in reply to: Display User Points Balance in the Header

    I updated the link, it should work now

  • Hasan

    Administrator
    December 30, 2024 at 6:19 am in reply to: the JSON Elementor Template of the header

    Replies viewable by members only

  • Hasan

    Administrator
    December 30, 2024 at 6:16 am in reply to: PHP Code Validation

    Hi Chris, the route not found means the API endpoint is not registred.

    can you please first check your permalink structure and save it.

    second, try the following basic snippet, and see if the route work so we can isolate the issue:

    add_action('rest_api_init', function () {
        register_rest_route('test/v1', '/hello', array(
            'methods' => 'GET',
            'callback' => 'test_endpoint_callback',
            'permission_callback' => '__return_true'
        ));
    });
    
    function test_endpoint_callback($request) {
        return array(
            'status' => 'success',
            'message' => 'Hello from the test endpoint!'
        );
    }
  • Hasan

    Administrator
    December 29, 2024 at 4:34 am in reply to: Services

    Hi Paul, sorry, we dont provide such services right now, we are planning to do in the future

  • Hasan

    Administrator
    December 28, 2024 at 7:48 pm in reply to: Query on generating API

    Replies viewable by members only

  • Hasan

    Administrator
    December 28, 2024 at 9:33 am in reply to: Unlocking the Full SEO Report

    All free codes that are shared publicly are free to use and reuse. You have full permission as soon as you are using it ethically.

    Can you tell me which tool, API, or script you are referring to? so I can answer based on that.


  • Hasan

    Administrator
    December 28, 2024 at 9:24 am in reply to: Request for clarification

    Can you tell me more about your tech skills?

    Are you open to learning such skills? Like coding, AI, advanced WordPress, and APIS.

    and have you watched my latest video: https://youtu.be/dQ9r-v1Y0zI

    Please tell me more so we can follow up accordingly.

    • This reply was modified 8 months, 1 week ago by  Hasan.
  • Hasan

    Administrator
    December 27, 2024 at 8:42 am in reply to: WordPress Chatbot

    Hi Paul, can you please share more details about the problem and which video you are referring to?

  • Hasan

    Administrator
    December 27, 2024 at 8:41 am in reply to: Python Course

    Replies viewable by members only

    • This reply was modified 8 months, 2 weeks ago by  Hasan.
  • Hasan

    Administrator
    January 2, 2025 at 11:46 am in reply to: Request for clarification

    You can use any card with Stripe, did you test?

  • Hasan

    Administrator
    January 2, 2025 at 11:27 am in reply to: HTML + CSS Tool for WP – WYSIWG

    No, I generated the first tool with AI, and I used Cluade. Here is where I got the main (HTML, CSS, JS) codes.

    Then, based on that tool, I generated the rest to ensure consistency.

  • Hasan

    Administrator
    December 28, 2024 at 2:29 pm in reply to: Request for clarification

    It depends on what type of business you want to provide. Here on my channel and in my courses, I teach tech-digital business.

    So here, python, ai, and other tech skills are important for success.

    you can get started with my free courses on YouTube, check the prompt engineering playlist, there is even a free python course for beginners there.

  • Hasan

    Administrator
    December 26, 2024 at 7:16 am in reply to: Serving WordPress website with files/folders stored in a VPS.

    Replies viewable by members only

Page 40 of 43