viper Posted September 3 Share Posted September 3 I created a page but can not add it to the footer menu. How to add? Quote Link to comment Share on other sites More sharing options...
Tech Support Posted September 3 Share Posted September 3 In HTML you can link to other page using <a> tag. Just add this into footer HTML layout in Website UI -> Page components -> include_footer_general.tpl using this way: <a href="/page_url">Page title</a> 1 Quote Link to comment Share on other sites More sharing options...
viper Posted September 3 Author Share Posted September 3 20 minutes ago, Tech Support said: In HTML you can link to other page using <a> tag. Just add this into footer HTML layout in Website UI -> Page components -> include_footer_general.tpl using this way: <a href="/page_url">Page title</a> i want to like this Quote Link to comment Share on other sites More sharing options...
Tech Support Posted September 3 Share Posted September 3 If you want to add variables in translation for URL and text please add them in Website UI -> Texts. But this is not required, they are added by default because we want them to be localizable to other languages if needed. Quote Link to comment Share on other sites More sharing options...
viper Posted September 4 Author Share Posted September 4 (edited) 15 hours ago, Tech Support said: If you want to add variables in translation for URL and text please add them in Website UI -> Texts. But this is not required, they are added by default because we want them to be localizable to other languages if needed. I added, now what to do? Edited September 4 by viper Quote Link to comment Share on other sites More sharing options...
Tech Support Posted September 4 Share Posted September 4 Now you can use them in templates using $lang syntax: {{$lang.urls.partners}} Quote Link to comment Share on other sites More sharing options...
viper Posted September 4 Author Share Posted September 4 1 hour ago, Tech Support said: Now you can use them in templates using $lang syntax: {{$lang.urls.partners}} i did but not showing Quote Link to comment Share on other sites More sharing options...
Tech Support Posted September 4 Share Posted September 4 Please create support ticket then. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.