Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter filrussia

    (@filrussia)

    How to add the “home” in the menu?

    Thread Starter filrussia

    (@filrussia)

    With the size of the logo understood.

    Thread Starter filrussia

    (@filrussia)

    A few more questions:
    1)I want to put the copy protection text from the site:

    <script type="text/javascript">
    //<![CDATA[
    function addLink() {
        var body_element = document.getElementsByTagName('body')[0];
        var selection = window.getSelection();
    
        var pagelink = "<p>Источник: <a href='"+document.location.href+"'>"+document.location.href+"</a></p>";
        var copytext = selection + pagelink;
        var newdiv = document.createElement('div');
        newdiv.style.position = 'absolute';
        newdiv.style.left = '-99999px';
        body_element.appendChild(newdiv);
        newdiv.innerHTML = copytext;
        selection.selectAllChildren(newdiv);
        window.setTimeout( function() {
            body_element.removeChild(newdiv);
        }, 0);
    }
    document.oncopy = addLink;
    //]]>
    </script>

    But it is not working. On the other templates okay.
    2) I can not make the “top of the page.”

    Thread Starter filrussia

    (@filrussia)

    A few more questions:
    I want to put the copy protection text from the site:

    <script type="text/javascript">
    //<![CDATA[
    function addLink() {
        var body_element = document.getElementsByTagName('body')[0];
        var selection = window.getSelection();
    
        var pagelink = "<p>Источник: <a href='"+document.location.href+"'>"+document.location.href+"</a></p>";
        var copytext = selection + pagelink;
        var newdiv = document.createElement('div');
        newdiv.style.position = 'absolute';
        newdiv.style.left = '-99999px';
        body_element.appendChild(newdiv);
        newdiv.innerHTML = copytext;
        selection.selectAllChildren(newdiv);
        window.setTimeout( function() {
            body_element.removeChild(newdiv);
        }, 0);
    }
    document.oncopy = addLink;
    //]]>
    </script>

    But it is not working. On the other templates okay.

    Hello,

    Can You tell me how did You manage to add social icons?
    For now, my “social menu” is working exacly like main manu – each circle is a link to other page of my website.

    How did You add this icons and how did You changed the links?

    Thank You

    Thread Starter filrussia

    (@filrussia)

    Oh, I think I understand now, I should create 2 menus.:
    1. Main menu (Primary menu)
    2. Social menu (Social menu)
    Am I right? ??

    Thread Starter filrussia

    (@filrussia)

    Yes you are right!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Social icon’ is closed to new replies.