StockPack
Forum Replies Created
-
Hi @isemplice we’ve just released 3.4.7 which is compatible with Breakdance. Let me know if you have any issues. I am closing this ticket, but feel free to reopen.
Hi @isemplice we haven’t tested Breakdance, but we are reaching out to them to obtain a copy for testing. We’ll update you once we have a look.
Thank you for the kind words!
Hi,
There’s isn’t a known issue related to istock, we just tested and we were able to download and license after connecting, can you write trough the support widget on the right bottom side on the website so we can identify the account?
https://stockpack.co/
I will close this ticket, but feel free to reopen at any time.- This reply was modified 1 year, 2 months ago by StockPack.
Hi @katandmouse ,
Because themes have different needs and image providers have a limited number of sizes they provide, we use the full version for the initial download. Its advised to use the original in case over time you want to add more sizes. However, stockpack will abide any image compression plugin you use, as well as the max size for images via the big image threshold:
Let me know if you have any other questions.
Forum: Reviews
In reply to: [StockPack – Stock photos from Unsplash, Adobe Stock and more] Useful but…Hey there, you need to connect your account on stockpack.co/providers and if you do that, you can then click the “license” button which will allow you to include purchase the image and include it directly.
Let me know if you have any questions.
Hi @arypneta we have actually had more filters in the past, but we’ve removed them as the UI was hard to manage at that point and filters weren’t used a lot.
We might add them back in the future, for example as “landscape:query”, in the meantime if you want to exclude generative AI please reach out trough the form on the website so that we can identify your account and apply the filter:
https://stockpack.co/contactThank you for the awesome suggestions and the kind words!
@arypneta I have added the filter, here's an example on how to use it:
add_filter('stockpack_attachment_filename', 'add_custom_filename', 10, 2);
function add_custom_filename( $filename, $image ) {
/**
* {
* "id": 195254766,
* "provider": "adobe_stock",
* "description": "Morning tea waiting in the kitchen",
* "url": "https:\/\/as2.ftcdn.net\/v2\/jpg\/01\/95\/25\/47\/500_F_195254766_DY0j0rMq4CvRgaTHPeQHWSSiVGF502Z4.jpg",
* "download": "https:\/\/as2.ftcdn.net\/v2\/jpg\/01\/95\/25\/47\/1000_F_195254766_DY0j0rMq4CvRgaTHPeQHWSSiVGF502Z4.jpg",
* "sizes": {
* "full": {
* "height": 667,
* "width": 1000,
* "orientation": "landscape",
* "url": "https:\/\/as2.ftcdn.net\/v2\/jpg\/01\/95\/25\/47\/1000_F_195254766_DY0j0rMq4CvRgaTHPeQHWSSiVGF502Z4.jpg"
* },
* "medium": {
* "height": 333,
* "width": 500,
* "orientation": "landscape",
* "url": "https:\/\/as2.ftcdn.net\/v2\/jpg\/01\/95\/25\/47\/500_F_195254766_DY0j0rMq4CvRgaTHPeQHWSSiVGF502Z4.jpg"
* },
* "thumbnail": {
* "height": 147,
* "width": 220,
* "orientation": "landscape",
* "url": "https:\/\/as2.ftcdn.net\/jpg\/01\/95\/25\/47\/220_F_195254766_DY0j0rMq4CvRgaTHPeQHWSSiVGF502Z4.jpg"
* }
* }
*/
return 'custom_filename_'.$image->id . $filename;
}It was indeed a surprise that I haven’t added a filter directly for the filename, I will add that with the next release.
Thank you!
StockpackHi @arypneta the easiest way would be to rename it after it is created via the following action
do_action( 'stockpack_after_attachment_uploaded', $attach_id, $image );
This runs right after download, let me know if this works for you,
Thank you,
StockpackHi there, I think switching between accounts might have played a part. Adobe stock is still looking into the issue, but if we do not get a resolve by the end of this quarter we will look into implementing a notification, the standard expiration date that we get is 14 days, so a reminder every 12 days or so would make it less likely that content editors are unable to license images.
Thank you,
StockpackHi @arypneta, we didn’t change something on the application, but this is something that adobe stock controls. I have checked the expiration date they provide and its still 14 days, but they might require reconnecting sooner.
Unfortunately they are not willing to allow for longer periods of time and sometimes they disconnect the user faster for security reasons. There’s some info on this topic here: https://experienceleaguecommunities.adobe.com/t5/adobe-developer-questions/not-getting-refresh-token-after-login/td-p/599762
We are discussing the topic with them, but they haven’t yet decided to extend the period of time for how long they allow the refresh token.
If you continue to have issues, please let me know and perhaps we can discuss it directly with their support.Thank you!
Forum: Reviews
In reply to: [StockPack – Stock photos from Unsplash, Adobe Stock and more] Doesn’t workHi @zevendesign the plugin adds a tab on the media library popup. If the tab is missing for you while the plugin is active, please copy the information from Debug tab under Settings -> Debug
Thank you,
StockpackForum: Plugins
In reply to: [StockPack – Stock photos from Unsplash, Adobe Stock and more] Critical ErrorHi there, the latest version 3.3.6 should fix this issue. Thank you for the report.
I am closing the ticket, but feel free to reopen if you still have issues.
Thank you!