Forum Replies Created

Page 25 of 29
  • Hasan

    Administrator
    January 4, 2025 at 9:55 am in reply to: How to start automated LinkedIn posts

    Do you want to learn how to code projects from scratch?

    Or you need help setting up the specific project you mentioned?

  • 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 6 months 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
    January 4, 2025 at 9:58 am in reply to: Prompt Playground.

    Replies viewable by members only

  • Hasan

    Administrator
    January 3, 2025 at 10:03 am in reply to: the JSON Elementor Template of the header

    Replies viewable by members only

  • Hasan

    Administrator
    January 3, 2025 at 10:01 am in reply to: Ajax function test failed

    Replies viewable by members only

  • Hasan

    Administrator
    January 3, 2025 at 9:00 am in reply to: Request for clarification

    Sorry, that’s not the right place to discuss discounts.

    Yes, you can buy with your card.

  • Hasan

    Administrator
    January 2, 2025 at 11:53 am in reply to: WordPress Chatbot

    I created a new project that uses no code tools as backend for the RAG bot on wordpress, you can check the video here:

    https://youtu.be/jKXbm1zN4wk?si=7yBSVq1dSwzuK0Ai

    • This reply was modified 5 months, 3 weeks ago by  Hasan.
  • Hasan

    Administrator
    January 2, 2025 at 11:51 am in reply to: Unlocking the Full SEO Report

    Thank you! happy new year,

    yeah, we migrated to a new site, and are still in the migration process.

    Sorry, what do you mean by pull datasets?

    what data you are talking about?

  • 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.

Page 25 of 29