Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author rjksn

    (@rjksn)

    Yeah…?suggestions. I messed that up, I was pressured to release an early version without those being finalized. ??

    I think I see where it’s messing up, so I will try and get an update and testing in in the next couple days. Sorry about that.

    Cool. I’m having the same problem.

    How do I change the thumbnail sizes? Settings don’t save, is it possible to do this in the plugin’s code?

    @jpbevak

    You can change the standard gallery limit (25) in fb-vinyl.php

    Search the code for 25 with something like “limit” or do a search and replace, that worked for me!

    @blake Watson
    @jpruitt

    1.Do a search and replace in fb-vinyl.php, search for 180 and replace with any of the widths that are under the FB vinyl admin settings

    2.Then open up your fb vinyl css file and look for this line:
    .fbg_image_thumbnail .fbg_image_link { display: block; width: 180px; height: 135px; overflow: hidden; }

    3.Change that to the width you want, (IMPORTANT keep the facebook widths) let’s say:
    .fbg_image_thumbnail .fbg_image_link { display: block; width: 320px; height: 237px; overflow: hidden; }

    And you’re done! Good luck

    Plugin Author rjksn

    (@rjksn)

    Ha, thanks!

    PS: Remember to either update the plugin version, so that it’s not overwritten by the WP update functions, or…?make sure you don’t over write it. ??

    @eskamedia@work Thanks so much for the post, perfect solution!

    I did the following:

    1. In fb-vinyl.php, replaced “width< 180” with “width< 320” (line 373)
    2.In styles.css, replaced in (Line 8)
    .fbg_image_thumbnail .fbg_image_link { display: block; width: 180px; height: 135px; overflow: hidden; }

    with

    .fbg_image_thumbnail .fbg_image_link { display: block; width: 320px; overflow: hidden; }

    This enabled me to bump up the size and also enabled my users to use the “Pin It” bookmarklet without opening the larger items (Pinterest will only find images that are wider than 300px).

    Used to use the “Embed Facebook” plugin but this is all I will use from here on out.

    AMAZING WORK!

    I just noticed that changing gallery limit (25) in fb-vinyl.php does not work anymore? If changed it does not show any albums.

    Suggestions?

    Plugin Author rjksn

    (@rjksn)

    eskamedia@work: I found that out this morning when working on the post popup.

    I’m honestly not going to get to that today, but I want this running and smooth asap, so I should have it done on friday. Is that ok?

    I don’t know if you saw the update, but this is lost in that:
    https://flypaperagency.com/facebook-vinyl/

    Day jobs + freelance + plugins… don’t do it ??

    Thanks for looking into it, did you also noticed you can’t select a gallery anymore from the popup @ edit page?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Vinyl Settings’ is closed to new replies.