Forum Replies Created
-
AuthorPosts
-
February 22, 2018 at 5:34 pm #32083
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.February 21, 2018 at 10:15 pm #32079February 21, 2018 at 2:33 pm #32075Hi Graham,
So an easy Javascript solution is similar to what was posted here (follow the same initial instructions):
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.
February 21, 2018 at 2:26 pm #32073February 20, 2018 at 3:41 pm #32065February 20, 2018 at 3:39 pm #32064Hey 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.
February 17, 2018 at 11:17 am #32052Hi Dan,
Please check this link to diagnose the issue:
https://www.symbiostock.org/forums/topic/processor-not-processing-try-this/
February 17, 2018 at 11:15 am #32050Hi 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.
February 17, 2018 at 10:50 am #32047February 1, 2018 at 10:57 pm #31995January 28, 2018 at 11:43 pm #31969Hi there – there is information on what metadata Symbiostock reads in our documentation:
https://www.symbiostock.org/docs/reading-writing-metadata/
Thanks.
January 28, 2018 at 11:40 pm #31968January 26, 2018 at 4:43 am #31963January 21, 2018 at 7:40 pm #31946Hi 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:
January 21, 2018 at 7:38 pm #31945Hi 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.
-
AuthorPosts