Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #293945

    Hi Guys!

    I have two questions I was not able to find answer to
    1. If you look at my site http://kupit-dom.com/ there no underline of menu pages in upper right corner (despite choosing different color schemes). What settings am I missing?

    2. I need to include rambler and yandex web visit counter javascript code into footer, and pounding my head on how to do it.

    #293948

    Hey Igor!

    1- Please go to Appearance > Menus and make sure that you checked “Enfold Main Menu” under menu settings
    2- Please add following code to Functions.php file in Appearance > Editor

    function add_custom_script(){
    ?>
    <script>
    PASTE YOUR CODE HERE 
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');

    Regards,
    Yigit

    #293975

    Hello Yigit
    Where is Menu setting you referring to?

    #293976

    Hi!

    Seems like you have not created a menu yet. Please create a new menu then add your menu items in it, then Menu Settings option will appear under your menu

    Regards,
    Yigit

    #293986

    thank you, that helped, but now the menu is moved onto the image slider as seen in the image, how to keep it away from slider?

    #293988

    Hey!

    You are currently using transparent header in your page. Please edit that page and choose “No transparency” under Layout section – http://i.imgur.com/0FnUmr3.png

    Best regards,
    Yigit

    #293992

    you are genius! thank you!

    #293994

    Hey!

    You are welcome Igor, glad we could help! :) Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Menu links underline and footer question’ is closed to new replies.