Forum Replies Created
-
AuthorPosts
-
July 6, 2017 at 3:31 am #30122
Hi Michel – as the AMAZON S3 solution you have probably uses a plugin that integrates it, the plugin will only push the WP media it knows about to S3. The Symbiostock media is not related to this.
However you can move the Symbiostock media folder manually then update this location via the Symbiostock settings. If this pushes it to S3 then this might work for you. I suggest you test it on a fresh install to see if it will work.
July 5, 2017 at 1:53 pm #30118July 5, 2017 at 1:52 pm #30117July 4, 2017 at 8:32 pm #30113July 4, 2017 at 8:30 pm #30111Hi there – this has been set to ensure that the processor runs as often as possible but inflicts the least amount of load on any given server. If you wish to increase this, just add a filter somewhere in your code that alters this number from 1 to whatever you want:
$maxload = apply_filters(‘ss_cron_load’,$maxload);
June 30, 2017 at 1:09 pm #30095Hi Alex – this is related to WooCommerce mostly so you can use this for reference:
https://docs.woocommerce.com/document/woocommerce-localization/
Any other strings that are Symbiostock specific can be changed within the Symbiostock settings area – there is a field that allows you to specify strings you would like to replace.
June 30, 2017 at 1:08 pm #30094Hi Alex – very easily done. Just create licenses for each different format and size you want, and apply those licenses to whatever media you want using the filters. Although slightly complex, the licensing system in Symbiostock is very powerful and once you get the feel of it can do some fantastic things. Another user here recently posted about doing exactly what you mentioned – please search the forum and you may find their post. You can contact them directly as well.
June 30, 2017 at 1:06 pm #30093June 30, 2017 at 1:06 pm #30092Hi Mike:
1) This has been done by a number of users. I’m not sure how it works as I do not use S3 in this capacity, but hopefully someone else will be able to pipe in. This may be a good jump off point:
https://www.elegantthemes.com/blog/tips-tricks/how-to-use-amazon-s3-and-cloudfront-with-wordpress
2) This is being finalized in the soon to be released Symbiostock Vendors plugin – it will allow Symbiostock to operate through the built in WordPress user system and allow media to be uploaded by contributors through your own site along with individual upload folders and FTP accounts, etc. The plugin is not yet released.
June 30, 2017 at 1:02 pm #30091June 13, 2017 at 12:31 am #30046May 28, 2017 at 4:37 am #30001May 24, 2017 at 1:56 pm #29988Hey Jan – unfortunately there is no documentation on this as legacy has been out of development for many years now.
Once you disable the theme/plugin for legacy and delete it, you might have to hunt for the media files that remain to clear them up. Symbiostock Pro creates a few directories in your system the main one which is ss_media.
As for the database, that’s something we can’t quite advise on right now because any mistakes in that regard can break your site.
May 24, 2017 at 12:31 pm #29987May 23, 2017 at 3:06 am #29979Hi Antony – regarding the first issue with the spacing I do not see that as you do – perhaps you are loading a cache’d version of the CSS? Try using another browser or incognito and refreshing.
I will look into the double keyword thing. For now you can add the following custom CSS:
div.product .product_meta .tagged_as { display:none!important; }
this should rectify the doubles.
-
AuthorPosts