• [deleted]

  • Edited

MikeJones try composer require phenomlab/fancybox-wrapper as I mentioned in my previous post.

    [deleted] Worked!

    Looking good! It does look like I get an orange highlight on my images at the bottom. Maybe an underline? but I will look into css, I think the highlight looks odd on mouse over.

      • [deleted]

      MikeJones that's probably your own CSS as I'm definitely not seeing that on my sites 👍

        MikeJones @[deleted] Have the same underline under all images (thin if not over, but present)That's maybe because it's simply a link and apply the default css

          • [deleted]

          Amarok yes, I had to set border-bottom: none; on all links to get rid of the same thing which is why I don't see it

            [deleted] I tried this but it didn't fix it:

            a {
              border-bottom: none;
            }

            I still have the border on the bottom of the images

              • [deleted]

              MikeJones I'll need to check this. I expect I can see this on your site ?

                [deleted] yea you can check it out on my site. The line looks orange on my website, which matches the color of my links.

                  • [deleted]

                  • Edited

                  MikeJones @Amarok had a quick look at this, and see what you mean. The below CSS will resolve that

                  .fancybox {
                      border-bottom: none !important;
                  }
                  .fancybox:hover {
                      border-bottom: none !important;
                  }
                    23 days later

                    [deleted]

                    I have the same problem, the pictures are always interspersed with the flag of any country (the flag of any country may appear), yet there is no picture of the flag in the article

                      hmmmm, I just checked a couple posts on my website, and I am not seeing random flags on my site at this point. But I will keep an eye out.

                      • [deleted]

                      giter I have the same problem, the pictures are always interspersed with the flag of any country (the flag of any country may appear), yet there is no picture of the flag in the article

                      Can you post an example of a URL I can check please? I do not see any issues on my side, but don't use flags of any kind so it's possible that these images are being included.

                      [deleted] So far only the Chinese flag has been found. Even if I switch the locale to English, It still has the Chinese flag.