Home New Guten Forums WoodMart support forum Footer Text Not Visible in Elementor Editor

Footer Text Not Visible in Elementor Editor

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #669587

    ivoltbg
    Participant

    Where can the text from the image, which is in the actual footer, be edited? Because in the Footer menu when editing with Elementor, it’s not visible at all in the editor. I’m attaching a screenshot.

    Attachments:
    You must be logged in to view attached files.
    #669603

    Hello,

    This is the copyright area. To edit it, go to Theme Settings > Footer and check the “Text next to copyrights” section and change the Copyrights text.

    If you have any questions, feel free to contact us.

    Best Regards,

    #669695

    ivoltbg
    Participant

    Thank you, I saw that it was empty and after your suggestion, I wrote the text and it appeared correctly. However, there was a comment below the text field saying:
    “Place here text you want to see in the copyrights area. You can use shortcodes. Ex.: [social_buttons]“

    My question is: where can I see the full list of available shortcodes?

    I tried using [current_year] for example, but it didn’t work.

    Then, I made a small modification in the /wp-content/themes/woodmart-child/functions.php file by adding the following code:

    // Shortcode for current year 
    function ivolt_current_year_shortcode() {
        return date('Y');
    }
    add_shortcode('current_year', 'ivolt_current_year_shortcode');

    And it worked.

    Now, the message I’ve written in the text field you pointed me to is:
    “© [current_year] iVolt Ltd. All rights reserved. Developed and maintained by iVolt Ltd.”

    This way, the year will automatically update every year.

    Did I implement this correctly?

    #669767

    Hello,

    Yes your code is perfect, i have tested this on our test site and it is working fine. It will automatically update every year without requiring manual changes.

    The [social_buttons] shortcode does work because it’s built into the WoodMart theme. The WoodMart theme does support certain shortcodes out of the box, but it doesn’t include a[current_year]shortcode by default — so creating your own, as you did, is the proper way.

    Best Regards,

    #669885

    ivoltbg
    Participant

    Hello,

    I am glad to hear that. And could you please answer me to another mine question above: where can I see the full list of available shortcodes?

    #669922

    Hello,

    Currently, the WoodMart theme doesn’t provide a complete list of available shortcodes in the dashboard. Let me know if you’re looking for a specific type of shortcode — I’ll be happy to help!

    Best Regards,

    #670127

    ivoltbg
    Participant

    Hello,

    no thank you. Thank you for your help. Everything was resolved in this ticket. You can close it.

    #670180

    Hello,

    You’re very welcome! If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Footer Text Not Visible in Elementor Editor’ is closed to new replies.