Forum Replies Created

Viewing 15 posts - 676 through 690 (of 2,034 total)
  • Author
    Posts
  • #30122
    Profile photo of Robin
    Robin
    Keymaster

    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.

    #30118
    Profile photo of Robin
    Robin
    Keymaster

    Hi Claudio – Symbiostock does not use IPs – this has only to do with your domain and server setup. Symbiostock has nothing to do with this.

    #30117
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – do you have the processor running each minute via a system scheduler/cron job? If not it is unlikely to be reliable that all functions will work, including readying products for customer downloads.

    #30113
    Profile photo of Robin
    Robin
    Keymaster

    Should be fine, but without a full test run we cannot guarantee it. We can only support the versions we have fully tested. I would say there’s a 85% chance it should be fine if it is indeed a minor update.

    #30111
    Profile photo of Robin
    Robin
    Keymaster

    Hi 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);

    #30095
    Profile photo of Robin
    Robin
    Keymaster

    Hi 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.

    #30094
    Profile photo of Robin
    Robin
    Keymaster

    Hi 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.

    #30093
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – as this is not a Pro issue but an Express issue I will let Dawn pipe in.

    #30092
    Profile photo of Robin
    Robin
    Keymaster

    Hi 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.

    #30091
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – can you send a link of the page in question? Can you also confirm that on the Symbiostock settings system page that all things are green? If all that passes, please PM me your WP login information and I will go in and take a look.

    #30046
    Profile photo of Robin
    Robin
    Keymaster

    Checked it out – very cool. Yes the licensing aspects of Symbiostock which form a large and core mechanism allow for a ton of customization. Thanks for sharing. 🙂

    #30001
    Profile photo of Robin
    Robin
    Keymaster

    Symbiostock Express is currently in version 4.0. For some reason you are using an outdated version. You can get the newest version by placing an order through our store and choosing “purchaser upgrade”. As long as we have a record of your previous purchase, you can then download the new version.

    #29988
    Profile photo of Robin
    Robin
    Keymaster

    Hey 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.

    #29987
    Profile photo of Robin
    Robin
    Keymaster

    PHP 7.0 should be fine buddy

    #29979
    Profile photo of Robin
    Robin
    Keymaster

    Hi 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.

Viewing 15 posts - 676 through 690 (of 2,034 total)