Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #723457

    Hello,

    I want to add to flags to my website http://zorbas.synology.me/wordpress/ in the top right bar.
    One danish and one swedish flag.

    The flags needs to be a link. for isntance the swedish flag will point to the swedish site. just like here http://www.zorbas.dk/

    The website i am creating on zorbas.dk needs to be the same for zorbas.se just in swedish.
    Do you recommend to do it like this? I have already both domaines.

    thanks.

    #724355

    Hey!

    Please go to Appearance > Menus and create a new menu and add two new Custom Links and insert your images using HTML and then check “Enfold secondary menu” under Menu Settings and then go to Enfold theme options > Header > Extra Elements and choose to display your secondary menu in top bar on the right

    Best regards,
    Yigit

    #726166

    i have done all this with the link to picture: Smiley face
    but I cant see the flags.

    #726168

    see below

    #727008

    I have tried different things but it´s not showing the flags, only the text and link

    #727032

    Hi Yogit,

    What policy do you have on helping people… Everybody is being helped and all my issues are not being addressed …

    regards
    Pipinvest01

    #727683

    Hi Pipinvest01,

    Seems like the link is wrong. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.

    Also please post the link/url of the images of the flags mentioned.

    Best regards,
    Nikko

    #727894

    hi Nikko,

    can you help me regarding the flags?

    #728347

    Hi lech07,

    Yes, can you try to add the right url instead of the link. Then add a class on the menu link then use the class to style the link to replace the text with an image of the flag. We will need temporary admin login.

    Best regards,
    Nikko

    #728512

    hello,

    see below, thanks alot Nikko.

    • This reply was modified 7 years, 10 months ago by lech07.
    #728541

    Hi lech07,

    I have added some class to the menu links and have added this css code on top of Quick CSS:

    #avia2-menu {
        position: relative;
        top: -3px;
    }
    
    #top .flag-dansk {
        background: url('https://zorbas.synology.me/wordpress/wp-content/uploads/2016/12/dansk-flag.png') center center no-repeat !important;
        height: 18px;
        width: 50px;
        text-indent: -9999em;
    }
    
    #top .flag-svensk {
        background: url('https://zorbas.synology.me/wordpress/wp-content/uploads/2016/12/svensk-flag.png') center center no-repeat !important;
        height: 18px;
        width: 50px;
        text-indent: -9999em;
    }
    
    #top .flag-dansk a,
    #top .flag-svensk a {
        display: block;
    }

    I’m not sure if the links are correct but you can change it in Appearance > Menus. :)

    Best regards,
    Nikko

    #728583

    That is just wonderful!
    Thanks alot.

    #728612

    Hi,

    You’re very much welcome. Thanks for using Enfold and Happy New Year :)

    Best regards,
    Nikko

    #728629

    happy new year to you too.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘adding flags’ is closed to new replies.