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.
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
Hello Yigit
Where is Menu setting you referring to?
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
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?
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
you are genius! thank you!