Forum Replies Created

Viewing 15 posts - 586 through 600 (of 2,034 total)
  • Author
    Posts
  • #32083
    Profile photo of Robin
    Robin
    Keymaster

    Hi Graham,
    As long as you have the processor running every minute and it is not timing out due to server limitations, a small number of products should update very quickly. 2 days is too long for about a hundred, and deleting and re-uploading the media is certainly not a good solution. My guess is there is an issue with the way the processor is being run.

    #32079
    Profile photo of Robin
    Robin
    Keymaster

    Great 🙂

    #32075
    Profile photo of Robin
    Robin
    Keymaster

    Hi Graham,

    So an easy Javascript solution is similar to what was posted here (follow the same initial instructions):

    Rename license

    And use this code specific to your site:

    jQuery(document).ready(function( $ ){
      	if ($("form.variations_form.cart h4").text() == 'Choose your License') $("form.variations_form.cart h4").text('My New Text');
    });

    And just change the text as is necessary. I see you’ve already changed the test to ‘Choose a price option’ but I would say revert everything back to default and just use the javascript solution for less headache.

    As for the license prices not updating, that’s another issue and does work on our test sites so either it is just going to take some time on your end or the processor is not running properly or something else could be the issue.

    #32073
    Profile photo of Robin
    Robin
    Keymaster

    No, you definitely do not need Symbiostock Hosting to be a part of Symzio. Okay, the problem is you are applying as an affiliate, not a contributor. I have approved your application as a contributor now, and so you may get another email with your sync code – see if it works now.

    #32065
    Profile photo of Robin
    Robin
    Keymaster

    Yes, you should not change that as the whole system relies upon those attributes being called Licenses. You should change that back.

    If you post your URL I can assist in doing it on the front end via Javascript or CSS.

    #32064
    Profile photo of Robin
    Robin
    Keymaster

    Hey Chris – it’s all possible, but has little to do with Symbiostock on a software level. You wouldn’t want WordPress to manage the connection really as it would be painfully slow and unreliable. The best option would be to do it at the system level – create a directory (or the ss_media directory) and somehow use Linux to point that to the remote server, which I’m sure is possible but likely complex. This would also be probably difficult unless you have your own server. If you do have any WordPress plugins that provide such an interface, it may well be possible, but thus far I don’t see it working for large files reliably.

    #32052
    Profile photo of Robin
    Robin
    Keymaster

    Hi Dan,

    Please check this link to diagnose the issue:

    https://www.symbiostock.org/forums/topic/processor-not-processing-try-this/

    #32050
    Profile photo of Robin
    Robin
    Keymaster

    Hi Julien – for #1 and #3:
    Add a plugin called Simple Custom CSS and JS, activate, then go to the custom Javascript tab and add this text to it:

    jQuery(document).ready(function( $ ){
        $("a.button.product_type_variable.add_to_cart_button.kad-btn.headerfont.kad_add_to_cart").text('My New Text');
      	if ($("td.product_label label").text() == 'Choose your License') $("td.product_label label").text('My New Text');
    });

    Unfortunately the second keywords list cannot be removed, but you can hide the first one if you would like by adding this into the custom CSS tab:

    div.product .product_meta .tagged_as {
        display: none!important;
    }

    I hope this resolves it sufficiently.

    #32047
    Profile photo of Robin
    Robin
    Keymaster

    Hi Sergey,

    I see that your account has been approved already and should be an active contributor account. Can you PM me specifics if you are still seeing that error message?

    #31995
    Profile photo of Robin
    Robin
    Keymaster

    Hey Julien – if you post your URL we can more easily try to help, thanks.

    #31969
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – there is information on what metadata Symbiostock reads in our documentation:

    https://www.symbiostock.org/docs/reading-writing-metadata/

    Thanks.

    #31968
    Profile photo of Robin
    Robin
    Keymaster

    Hi Jeffrey – and the processor? Is it running via your system’s cron job?

    #31963
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – this is outside the scope of our support as this is specific to your home server, FTP in general, and firewalls. We restrict our support to the plugin so you may need to research online with regards to your firewall or someone else may be able to chime in.

    #31946
    Profile photo of Robin
    Robin
    Keymaster

    Hi there – the stock submitter does not specifically use FTP but sends media that has already been added to your Symbiostock store. If you are asking about FTP in general:

    https://documentation.meraki.com/MX-Z/NAT_and_Port_Forwarding/Active_and_Passive_FTP_Overview_and_Configuration

    #31945
    Profile photo of Robin
    Robin
    Keymaster

    Hi Graham,

    At the current time there is no means of providing a full resolution preview. However the WooCommerce preview size is set by WooCommerce – if you increase this to a very high number, then your theme can provide them a means of seeing a very high resolution watermarked version during preview. However your theme would have to ensure that when the image is clicked on it uses the full size version of the thumbnail.

    Let us know if you have other questions, thanks.

Viewing 15 posts - 586 through 600 (of 2,034 total)