• I have a site that I am working on, it needs to be multi-lingual. I have tried with both the polylang plugin and WPML plugin, but I can not seem to change the headings of the parallax sections (and hence, the buttons) to more than one language.

    Any advice would be welcome.

Viewing 1 replies (of 1 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi There,
    Please go to Theme folder(Accesspress-parallax)->Index-parallax.php
    in the file please find below code and remove or comment that
    <h1><span><?php the_title(); ?></span></h1>
    and please add below code

    <?php $title = get_the_title(); ?>
    <h1><span><?php _e($title); ?></span></h1>

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Multilingual possibilities with Accesspress Parallax’ is closed to new replies.