Before you ask please READ THIS

Translation hide Header and Contact Form

Hi.

1. How I can change the words HIDE INFO and SHOW INFO? In the older version, it was in header.php.

2. How I can change the word in the contact-form?

Best
André

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    1. Yes, you can either do it in translation http://apollo13.eu/docs/hypershot/#!/translating_theme or in hypershot\advance\utilities.php line ~475
    <span class="handle action" data-show="<?php echo esc_attr(__fe( 'Show info' )); ?>" data-hide="<?php echo esc_attr(__fe( 'Hide info' )); ?>"><span></span><em class="hide-switch"></em></span>
    2. You mean changing texts there? All function with it is in lines 302-422 hypershot\advance\utilities.php

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion