Recent Topics

1 Apr 01, 2012 02:49    

Hello. The photo index widget seems to not be working with this version. Has anyone else had this problem? If so, how did you fix it?

TY much.

3 Apr 01, 2012 20:21

Yes, I tried that and alas... it is still not working :(

4 Apr 01, 2012 20:41

Can you post a link?

5 Apr 01, 2012 21:15

I have an image on "family" for test purposes and a photo widget on both of the sidebars for test purposes.

I am unsure why pics are not showing up as I've played with it a bit.

Family is blog ID no. 5

I tried putting the images in a general image folder in the root which diplays images on post and I tried to put images in the media folder which only appear as a broken link on the posts. Hmmm

6 Apr 01, 2012 23:05

You need to attach pictures to posts, there's a button on post edit screen. Otherwise if you just insert <img> tags into your posts, they will not show neither on index page or in widgets.

You can also go to File manager, upload your pictures, select them all and click on "Make multiple posts" or "Make one post".

7 Apr 04, 2012 21:20

Ty much!!!!

Do you know if there is a way to crop the images larger than 80 x 80?

8 Apr 04, 2012 22:28

Try to set "crop-80x80" as resizing param in widget settings (if you were talking about widgets). Otherwise take a look at /skins/yourskinname/_item_block.inc.php

'image_size' => 'fit-720x500',

9 Apr 04, 2012 22:46

I am sorry, I reread that and it isn't quit clear the way I explained it.

I need to crop images with the widget but the largest crop size is 80 x 80.

I need something more like 160 x 160 for example.

10 Apr 04, 2012 22:56

You can define new resize params in /conf/_advanced.php, line 80

11 Apr 05, 2012 01:12

I have to say that you are awesome!!! Ty much!


Form is loading...