Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #921534

    Hi!
    I can’t sort it out. Hope you can help me.
    My site is a one-page-site. Two languages: English and Dutch. Created the pages manually, without multilanguage plugin.
    I have two menu’s. Main menu for Dutch version and created another menu for English version (“menu engels”).
    Is there a way to show the main menu on Dutch version and the second menu in exactly the same way on the English version? If so, I create a dutch flag on the English version (in the menu) and a English flag on the Dutch version.

    Also: you gave me some css for the social icons. On the English version they don’t show the same as on the English version. Can you help me with this?

    Site address in private content.
    Is there a way?

    #921567

    Hi,

    1- Please try using this plugin – https://wordpress.org/plugins/zen-menu-logic/ to display different menus per page :)

    2- I am getting database error when i try to login to your site. Could you please check it once again? :) \

    Best regards,
    Yigit

    #921608

    Plugin works perfect! Thanks!
    Now the only issue is the social media icons.
    I got some css to change colour en size and put them in line at the top of the screen with transparent background. But no they are scrumbled up..
    Can you please take a look?
    Strange you get an datebase error. Address is correct. Put it again in private content. Please let me know if you can get in?

    #921618

    Hi,

    You had following custom CSS in Quick CSS field

    #header #header_meta {
        position: fixed;
        right: 5px;
        top: 10px;
        width: 130px;
        background-color: transparent;
    }

    I changed it to following

    #header #header_meta {
        position: fixed;
        right: 5px;
        top: 10px;
        width: 100%;
        border: none !important; 
        background-color: transparent;
    }

    Please flush browser cache and review your website :)

    Best regards,
    Yigit

    #921627

    You’re the best! Thanks Yigit! :-)

    #921637

    Hey,

    Always happy to help :)
    Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Two pages with two different menu's?’ is closed to new replies.