visitor activity monitorvisitor activity monitoring

Welcome to the Help Center! Your go-to resource for all your queries and assistance.

Can`t find the answer to your question? Submit a Ticket

Custom JS Code

Here’s a step-by-step guide for the “Custom JS Code” section in the Customizer of Aida WordPress theme:

  1. Open the Customizer:
    • To access the Customizer, go to your WordPress dashboard and navigate to the left-hand toolbar. Click on “Customize.”
  2. Go to the General section:
    • Once the Customizer opens, look for the “General” option in the left-hand menu and select it.
  3. Navigate to the Custom JS Code section:
    • In the General section, locate the option called “Custom JS Code” and click on it.
  4. Add custom JavaScript in the head section:
    • Under the “Custom Javascript in Head” section, you can add your custom JavaScript code.
    • Note: Do not use the <script> tag.
  5. Execute the code:
    • Before saving, make sure to execute the custom JavaScript code you’ve added in the head section.
    • This is necessary to ensure the code functions correctly.
  6. Add custom JavaScript in the footer section:
    • In the “Custom Javascript in Footer” section, you can add additional custom JavaScript code.
    • Remember not to use the <script> tag.
  7. Execute the code:
    • Just like before, be sure to execute the custom JavaScript code you’ve added in the footer section before saving.
  8. Save your changes:
    • After adding and executing your custom JavaScript code, click on the “Save & Publish” button located at the top-right of the Customizer toolbar to save your changes.

With this guide, you can easily add and execute custom JavaScript code in the head and footer sections of the “Custom JS Code” area in the Customizer of your WordPress theme. Remember to avoid using the <script> tag and execute the code before saving.

There are no comments yet

  • Hello, guest