Viewing 13 replies - 1 through 13 (of 13 total)
  • Thread Starter topmegacool

    (@topmegacool)

    well ok confusion.. i’ve créated e new FAG with the ID “01”
    Then I call it with “FAG id=01” but inthe gallery parameter what should I put into “Flickr API Key” the help link me to the case of creation of a API Key in the case I created myself the API.

    What to do I’m locked ?

    Cheers
    Renaud

    weblizar

    (@weblizar)

    Hi Topmegacool,

    Check out doc link for help.

    Let us know if any help.

    Thanks
    Alex

    Thread Starter topmegacool

    (@topmegacool)

    ok working. that was a bit tricky…

    weblizar

    (@weblizar)

    Great! You have a such nice Flickr album gallery, looking perfect.

    Thanks for using our plugin.

    Great Day!
    Alex

    Thread Starter topmegacool

    (@topmegacool)

    Thanks .. now there’s something that disturb me. I found the thumb icons blurred with visible pixels, like if they were zoomed in. Not looking very professionnal from me and for my client to evaluate me.

    Is there a way to eliminate this problem ?
    Also the grey background doesn’t intergrate into my website wich is all black.

    Cheers
    Renaud ??

    Could you please send a problem point out screenshot of your problem?

    Also send the link of album.

    Thanks
    Alex

    Thread Starter topmegacool

    (@topmegacool)

    Hi Alex,

    this is the same url : https://photographe-de-mariage-marseille.com/galerie-photo/galerie-en-desordre/

    Looklike the thumb icons are bigger than they should be !?

    Regards
    Renaud

    Hi Renaud,

    In plugin we are using default thumbnail size to minimize load time of Album.

    Default thumbnail size is too small.

    And in your case your site content area is full width that’s why default thumbnail starching.

    Here a CSS tweak:

    File: wordpress-dir/wp-content/plugins/flickr-album-gallery/flickr-album-gallery-short-code.php

    Tweak Code

    .flickr-img-responsive {
        display: block !important;
        height: auto !important;
        width: 60% !important;
    }

    Just simple adjust the width: 60% !important; percentage property according to you.
    And add modified code into <style> tag of flickr-album-gallery-short-code.php file.

    Hope this will help you & Let us know if any assistance required.

    Have a great day!

    Thanks
    Alex

    Thread Starter topmegacool

    (@topmegacool)

    Hi,

    Ok I did the change of the icon size, great.. thanks a lot ??

    is there a way to change the background color to black instead of grey ?

    I tryed to look into the code but I’m not expert at all and just found nothing.

    Cheers
    Renaud

    Here the code, add within <style> tag:

    body {
        background-color: #333333;
    }

    (For black color, use hex code #000000;)

    Hope this will work for you.

    Thanks
    Weblizar

    Thread Starter topmegacool

    (@topmegacool)

    OK Great.. thanks a lot ??

    Hi Renaud,

    Could i ask for a favor?

    It’s simple, rate us our plugin if you love our work.

    We will be grateful to you.

    Thanks
    Alex

    Thread Starter topmegacool

    (@topmegacool)

    of corse… done ??
    thanks
    Renaud

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Doesn't work !?’ is closed to new replies.