Translate Button Text
-
Hi, I’m trying to get my buttons translated that are the buttons:
<div class="header-buttons"> <?php if ($redux_ThemeTek['tek-header-button1text']) { ?> <a href="<?php echo esc_url($redux_ThemeTek['tek-header-button1url']); ?>" class="primary-button"><?php echo esc_attr($redux_ThemeTek['tek-header-button1text']); ?></a><?php } ?> <?php if ($redux_ThemeTek['tek-header-button2text']) { ?> <a href="<?php echo esc_url($redux_ThemeTek['tek-header-button2url']); ?>" class="secondary-button page-scroll hidden-xs"><?php echo esc_attr($redux_ThemeTek['tek-header-button2text']); ?></a><?php } ?> </div>
Replaceing the “button1text” didn’t worked on the theme site.
Any Ideas? Thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Translate Button Text’ is closed to new replies.