• Hi,

    I’ve been having issues with the Our Team section of my website (https://carmeleva.com). I’ve been noticing that when I click “Meet Carmel” (the Our Team page) from the menu, the page refreshes instead of sliding down to the Our Team section.

    Also, since I updated to the newest version of Zerif Light, I see html tags in the copy. How do I remove this?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter carmeleva

    (@carmeleva)

    Also, I’m noticing the Skype link I placed in place of the telephone number at the footer is not launching the app…the code I placed is [a href=”skype:carmeleva?chat”] Chat with carmeleva but it is directing to carmeleva.com/carmeleva?chat instead.

    Hi carmeleva

    when you click on Our Expertice, your page refreshes because you have used wrong custom link. The custom link is of “#team” and you have used “#ourteam”. Please try this and then try.

    Thanks.

    Thread Starter carmeleva

    (@carmeleva)

    Hi Divdeepsingh1,

    I edited the code to #Team but switched it back to #OurTeam. The code in the editor indicates

    <?php
    global $wp_customize;

    echo ‘<section class=”our-team” id=”ourteam”>’;

    echo ‘<div class=”container”>’;

    so the correct link is to #ourteam but even when I put this in the link it still has the refresh problem…

    Hi

    In sections_ourteam.php

    <?php
    echo ‘<section class=”our-team” id=”team”>’;
    echo ‘<div class=”container”>’;

    and in menus
    keep https://www.yoursitename.com/#team

    in custom links of menus

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issues with "Our Team Page" – HTML Code and Page refreshing’ is closed to new replies.