pancakes

MicrostockGroup Sponsors


Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ajt

Pages: 1 ... 9 10 11 12 13 [14] 15
326
Another minor issue:

Never edited file, after "process to publish", has "leave a comment" link and all that stuff below, as here:

http://www.stereoshutter.com/image/lights-3/

327
I don't write about processing. List of all images, displayed after click on "all images" (on image below) in admin area consumes this memory :)
So, when someone with 256MB memory will have 1000 images uploaded and published, should see error message instead of that list :)

When I don't choose "all images", everything is ok, but I have some draft images and want to edit them somehow.
I'll try to uninstall plugins, maybe this will free some memory :)

Edit: after deactivating SEO plugin I got another 5MB and now I can see that list again, but after processing next 20 files it'll disappear again :)

Edit2: when SEO plugin is inactive, each item on this list occupies about 70KB in memory. Workaround now for me is "process to publish" to avoid draft files, and then display and edit each image, but don't touch this list never more :)

328
I discovered big problem (now only to me I suppose, but in future to others too) with "All images" list in admin area.

With 486 images uploaded (337 published, 149 draft), after clicking on "All images" , I saw "Allowed memory size exhausted" error in wordpress file meta.php. This error is well known, I modified one function (added $wpdb->flush(); ) and got about 5MB free memory, but  I made some calculations, and it will be only for about 250 next photos. Wordpress consumes huge amount of memory for cache, where it holds all info of every photo in the list. I may be wrong, but icreasing php memory to 128MB should allow to upload about 4000 images, and this problem will occur again. 256MB will be enough for about 8000 images.

Leo: Maybe it could be possible to force Wordpress not to hold everything in memory or "All images" list can be displayed partially somehow? When I choose only published or only draft files, memory usage is much lower, only for files selected. So, maybe some kind of range select, dates from-to, but set before "All images" clicking?
Or maybe load into memory info only about  images visible on page, and next portion after clicking on next and so on :)


Edit: memory usage is growing much faster, than i calculated earlier. After processing 20 new images (337 published and 169 drafts now) all 5 MB were used. So, I suppose that on servers with 256MB memory, this problem should occur with ~1000 images on the list :)

329
Thanks Leo!
Maybe, for next evening, that thing with two (or more) words in keyword?
For example, I have plenty of images with white bacground as a keyword, and after searching only two apper, having "white" and "background" as separate keywords :)
http://www.stereoshutter.com/search-images/white-background/

330
Changing file sizes in Author Options doesn't work by now. When Leo will fix it, maybe he will add options for preview and thumbnail sizes too :)

331
Just to add to the thread... does anyone know how to make the preview image ( the one that shows when you click on it..with watermark) larger?

By now, all sizes are defined in symbiostock_image_processor.php, it is in
/your-wp-folder/wp-content/themes/symbiostock/inc/classes/image-processor

There is a section:

        $medium_size = get_option('symbiostock_medium_size', 1000);
      $small_size = get_option('symbiostock_small_size', 500);
      $blogge_size = get_option('symbiostock_bloggee_size', 250);
      
      
        $sizes = array(
           
             'large' => $this->create_size_specs( 0, $width, $height ),
           
            'medium' => $this->create_size_specs( $medium_size, $width, $height ),
           
            'small' => $this->create_size_specs( $small_size, $width, $height ),
           
            'bloggee' => $this->create_size_specs( $blogge_size, $width, $height ),
           
            'preview' => $this->create_size_specs( 590, $width, $height, 'preview' ),
           
            'thumb' => $this->create_size_specs( 150, $width, $height )
           
        );
 
I think you can change all values (maybe with side effects), but I didn't try it  :)
And it will be present here only until next theme update.

332
Symbiostock - Development Area / Re: Editorial Images
« on: April 07, 2013, 07:21 »
Now I have it only in description, like here:
http://www.stereoshutter.com/image/statue-of-liberty/

333
I also plan to use above text in my site.

Tinny: am I (we) allowed to use your privacy policy info too?

334
I'm sure there's a simple solution to this, but I'm having trouble with my vertical thumbnails.  As you can see, they are much bigger than the horizontal ones. 

http://www.hookstockimages.com/portfolio-2/


I am not familiar with wordpress, but where you took from that weird portfolio link? It looks like not for symbiostock code, but wordpress somehow displays your images, and that's the result.
To display portfolio I created category named "All" (you may name it in menu "portfolio") and all other categories are its chidren. Then, when you add categories to images, they also go to all.
Have a look at my site:
http://www.stereoshutter.com/image-categories/

335
Symbiostock - Technical Support / Re: Setting up PayPal
« on: April 06, 2013, 02:48 »
Just did a purchase through the sandbox, worked perfectly. The only funny was that a Large purchase overrode the download link for a previous purchase of the same file in Medium.

Less funny may be, when small image overrides large, I tested it too :)
And sometimes paypal informs site about transaction with some delay, so quick return to shop displays license page with items in cart (refreshing after a while already show empty cart and purchased files below). It may be confusing for customer.

337
For testing it is good to link to your own site and see if everything is ok (logo, avatar).

339
the page is http://cascoly.com/symbiostock-network.asp



And my site:

StereoShutter stock images
www.stereoshutter.com

Topics: isolations, nature/landscapes and, in future,  stereoscopic images.
Looking for: complementary sites
Portfolio: 3000

340
I had the issue with "gold-2" categories. Deleting categories and keywords did nothing. I mean, that with new category like "gold-images" was created and new image with "gold" in keywords uploaded, that keyword somehow leaded again to "gold-2". I had to edit database to remove all "-2" endings in slugs.
And now all my slugs are ok, I think :)

http://www.stereoshutter.com/search-images/slug/

Ahh *Lightbulb moment for me, thanks ajt. Yes, when Leo put in a fix for my issue I then noticed the gold-2 slug in the keys and posted something about that. However, changing that did not work at the time. What I then did was completely re-install WP (and database) and then started over and all worked as it should. I think ajt has it right and it's only the keys in the database that need to be edited, not a complete re-install.


However, I think that editing in RF Images->Image Keywords should help. When I deleted image I thout, that its keywords (if not in use in other images) are deleted too, but they remain all in table, and when image was uploaded again, it got its old keywords with slugs -2.
So, when someone has problem with "gold-2" keywords (after changing category slugs to inique names, with -images for example), may go to keywords table and edit slugs.

341
I had the issue with "gold-2" categories. Deleting categories and keywords did nothing. I mean, that with new category like "gold-images" was created and new image with "gold" in keywords uploaded, that keyword somehow leaded again to "gold-2". I had to edit database to remove all "-2" endings in slugs.
And now all my slugs are ok, I think :)

http://www.stereoshutter.com/search-images/slug/

342
Have a look at Leo's reply #406 above. I think it is exaclty this issue resolved. MicrostockExp: do you have version that Leo posted there?

343
My site is still under construction, but I uploaded some photos and all works so far.

StereoShutter stock images
www.stereoshutter.com

Topics: isolations, nature/landscapes and, in future, I plan to upload many stereoscopic images, wonder if anyone will buy them ... :)

For testing I linked to my site and it looks ok, so feel free to link and report errors if any :)

344
I noticed, that sometimes after payment I return to "my shop", I see full cart and total sum as it was just before paying. When I refresh page after while, cart is empty and licensed files are below. First time I thought that something went wrong, so I clicked again on "Get licenses" and payed again. I think that many real customers can do the same.
I don't know if is is a bug or a feature  :)



345
Another small bug :)

$watermark_path = $_SERVER[ 'DOCUMENT_ROOT' ] . trim( $url_vars[ 'path' ] );
                                     ^^^^^^^^^^

346
For not native speakers would be great to have that all greetings and  welcome emails filled with default text :)

I have some images i plan to sell as editorial, so i'd like to have checkbox "editorial image" in edit page and some kind of info for user, maybe somewhere near price box.

347
Symbiostock - Technical Support / Re: Changing colors
« on: April 02, 2013, 03:46 »
I installed child theme, activated it, and background went white, that is all...

348
From me:

- prices changed to values without decimal point and exactly two digits after it, are displayed in 'RF Images->All images' as they were entered, and on image page buyer sees them in cents. For example 2 is seen as 0.02 and so on. Another axample: "2.50" needs to be entered axactly as "2.50". "2.5"  makes "0.25" :)

- i changed default image sizes, but for old and newly uploaded images, still old sizes are displayed as available for download.




349
I have a custom watermark - I think 522 x 522, does it need to be an exact size?

When i am looking into code, anything should be ok :)
And above issue with watermark: its name is case sensitive, maybe you (Pixart and Cidepix) have 'PNG' instead of 'png' or something?

350
And in sandbox mode, email of test seller paypal account should be entered in Symbiostock settings, not real one.

Pages: 1 ... 9 10 11 12 13 [14] 15

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors