• Hi,
    This is a fantastic plugin
    i am currently using it at https://www.vinnikiniki.com/blog1.html please have a look.
    What i would like to do is resize the thumbs to be 300 wide…Is this possible at all?

    I managed to do it with Advanced RSS import but i’d like to keep the DA thumbs as it shows a random source…Alternatively perhaps you could tell me the RSS that it imports in order to show random images.

    Thanks
    Vinni K

Viewing 3 replies - 1 through 3 (of 3 total)
  • Open wp-content/plugins/deviant-thumbs/deviant-thumbs.php and replace this line:

    $pipeurl = 'https://pipes.yahoo.com/pipes/pipe.run?_id=627f77f83f199773c5ce8a150a1e5977&_render=php';

    with this:

    $pipeurl = 'https://pipes.yahoo.com/pipes/pipe.run?_id=2abc1901b0d0a2cc68f882a79f6297e6&_render=php';

    Then delete the cache directory: wp-content/upload/deviant-thumbs.

    That’s it.

    While it’s easy enough to get it working, and pretty simple to use the fix described above, I can’t figure this out for the life of me. I’d like to have the widget display one of my entries at 200 pixels wide, and I don’t know the first thing about using Yahoo pipes.

    What would I need to do to get something about 200 pixels wide, specifically? Is there any easier way to figure this out, aside from putting in cryptic Pipes links?

    Well, you could also do it by adding this line to your theme’s style.css file:

    .simple-carousel img {max-width: 200px}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Deviant Thumbs] Can i resize the thumbs?’ is closed to new replies.