Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #416358

    Is it possible to add a flag icon next to sosial icons?
    And make it refer to another site on the website?

    I want to make my website multiple languages

    #416909

    Hi!

    Use another social profile for something you don’t use (for example Skype), set the link and add this to Quick CSS (replace flag url):

    li.social_bookmarks_skype a:before{
        content: url(_FLAG_URL_HERE_);
    }
    
    li.social_bookmarks_skype a:hover{
      background: transparent !important;
    }
    

    Regards,
    Josue

    #417193

    Awesome, it worked.
    But, can some pages have a different menu than standard?

    My website is in one language, if flag is pressed, it leads to another page with another language. But the menu header is still the default language.

    #417457

    Hey!

    You can use this plugin:
    https://wordpress.org/plugins/zen-menu-logic/

    BTW, if you are looking for a more specialized solution i’d suggest checking out WPML.

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.