• Resolved robclaes

    (@robclaes)


    I have a multilingual website geertvanderborght.com where I use FooFree galleries and albums. The individual galleries work perfectly in the different languages, but if I want to show the galleries from an album the posts page is opened. At the top of the galleries in admin mode is the message “FooGallery + Polylang Alert : We noticed that you have Polylang installed and you have chosen to activate languages and translations for media. This may cause empty galleries on translated pages! To disable this feature, please visit Settings -> Languages -> Settings Tab.”
    However, I do not find any possibility to change this. Furthermore I would like to make the background of the lightbox darker. Someone an idea where I can change that.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author bradvin

    (@bradvin)

    hi

    I had a look at your page. There seems to be a conflict with the gallery pages in your album. This is usually caused when you have a page with the slug “gallery” or you have a plugin which adds a “gallery” custom post type. To get around this, you can change the “gallery” in FooGallery Settings -> Albums to something else.

    To change the lightbox to be darker you can do this with some custom CSS similar to the following:

    
    .fbx-dark,.fbx-dark .fbx-caption,.fbx-dark .fbx-open-caption,.fbx-dark.fbx-phone .fbx-social {
        background-color: #000000f3;
    }
    
Viewing 1 replies (of 1 total)

The topic ‘Multilingual albums’ is closed to new replies.