Home / Forums / WoodMart support forum / Footer Text Not Visible in Elementor Editor
Home › Forums › WoodMart support forum › Footer Text Not Visible in Elementor Editor
Footer Text Not Visible in Elementor Editor
- This topic has 7 replies, 2 voices, and was last updated 1 year ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 25, 2025 at 1:57 pm #669587
ivoltbgParticipantWhere 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.June 25, 2025 at 2:50 pm #669603Hello,
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,
June 25, 2025 at 10:37 pm #669695
ivoltbgParticipantThank 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?
June 26, 2025 at 10:55 am #669767Hello,
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,
June 26, 2025 at 5:49 pm #669885
ivoltbgParticipantHello,
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?
June 27, 2025 at 9:11 am #669922Hello,
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,
June 27, 2025 at 6:32 pm #670127
ivoltbgParticipantHello,
no thank you. Thank you for your help. Everything was resolved in this ticket. You can close it.
June 28, 2025 at 9:32 am #670180Hello,
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, -
AuthorPosts
The topic ‘Footer Text Not Visible in Elementor Editor’ is closed to new replies.
- You must be logged in to create new topics. Login / Register