MicrostockGroup

Agency Based Discussion => Canva => Topic started by: stockman11 on February 21, 2019, 06:37

Title: How long is going to take for Canva to complete redesign?
Post by: stockman11 on February 21, 2019, 06:37
Not that it's important at all comparing to the earnings, but I miss seeing the sales - the thumbnails of the sold files. Currently there is no adequate greasemonkey script for that since the works on the redesign started.

So when will Canva finish the redesign?
Title: Re: How long is going to take for Canva to complete redesign?
Post by: davidbautista on February 21, 2019, 10:37
I wonder the same, what is so amazing that is taking like 4 months? And they stopped reviewing in the meantime
Title: Re: How long is going to take for Canva to complete redesign?
Post by: Sean Locke Photography on February 25, 2019, 11:11
Hey, I updated the script.  The issue was that they put the image details page inside an iframe, so I just had to account for that.

You can try it here: http://seanlockephotography.com/scripts/CV_showThumbnail.user.js (http://seanlockephotography.com/scripts/CV_showThumbnail.user.js)
Title: Re: How long is going to take for Canva to complete redesign?
Post by: PhotoBomb on February 25, 2019, 11:38
Using Tampermonkey on Chrome on a Mac still not getting the actual thumbs but the Thumb Column now shows up.
any Ideas?
Title: Re: How long is going to take for Canva to complete redesign?
Post by: Sean Locke Photography on February 25, 2019, 11:48
I just loaded it into Chrome with Tampermonkey and it looks ok here.  Make sure you have the new script?  The thumb column was showing prior, but the thumbs weren't loading.
Title: Re: How long is going to take for Canva to complete redesign?
Post by: PhotoBomb on February 25, 2019, 12:00
Still not working -I deleted the old installed the new from the link above and all I get is the column
Title: Re: How long is going to take for Canva to complete redesign?
Post by: Sean Locke Photography on February 25, 2019, 12:03
Can you click on one of the image links and then send me the source code from that page?
Title: Re: How long is going to take for Canva to complete redesign?
Post by: PhotoBomb on February 25, 2019, 12:11
screen shot of code in Tampermonkey with warnings and red x's
Title: Re: How long is going to take for Canva to complete redesign?
Post by: Sean Locke Photography on February 25, 2019, 12:17
Hey, that's not the new script.  There's some lines missing in there.  Did you just grab it from the link above?
Title: Re: How long is going to take for Canva to complete redesign?
Post by: PhotoBomb on February 25, 2019, 12:18
yes
Title: Re: How long is going to take for Canva to complete redesign?
Post by: Sean Locke Photography on February 25, 2019, 12:43
I don't know why you aren't getting the changed version.  Here, do it manually.  Put this bit:
     
         // They've added an iframe to the image page.  If the link goes to:
         // https://www.canva.com/media/MABnOPFPXWY (https://www.canva.com/media/MABnOPFPXWY)
         // the iframe goes to
         // https://www.canva.com/h1-content/media/MABnOPFPXWY (https://www.canva.com/h1-content/media/MABnOPFPXWY)
     
         myDataUrl = myDataUrl.replace("/media","/h1-content/media");
directly after this bit (around line 29 or so):
        myDataUrl = (linkObjs[j].href);
Title: Re: How long is going to take for Canva to complete redesign?
Post by: PhotoBomb on February 25, 2019, 13:07
Thanks - got it now
Title: Re: How long is going to take for Canva to complete redesign?
Post by: stockman11 on February 25, 2019, 14:11
Hey, I updated the script.  The issue was that they put the image details page inside an iframe, so I just had to account for that.

You can try it here: [url]http://seanlockephotography.com/scripts/CV_showThumbnail.user.js[/url] ([url]http://seanlockephotography.com/scripts/CV_showThumbnail.user.js[/url])

Thanks Sean, it works.
Title: Re: How long is going to take for Canva to complete redesign?
Post by: Chichikov on February 25, 2019, 14:43
Hey, I updated the script.  The issue was that they put the image details page inside an iframe, so I just had to account for that.

You can try it here: [url]http://seanlockephotography.com/scripts/CV_showThumbnail.user.js[/url] ([url]http://seanlockephotography.com/scripts/CV_showThumbnail.user.js[/url])


Oh Sean, that's great!!
Thank you!
Title: Re: How long is going to take for Canva to complete redesign?
Post by: EO on March 01, 2019, 18:02
Yes, still waiting for a notification of when the review process is back up and running. I had just started with Canva, too, (I'm an illustrator) so I didn't have a large portfolio there to tide me over after the holiday sales.

I wanted to give it some time before investing in another site--and because most other sites are already swimming in content--but this is another good reason to diversify. I'm just not sure which other site would be my best bet. I know the big ones, but the news on here about them doesn't sound too promising and that's mostly from photographers/videographers and folks who have seniority going for them.
Title: Re: How long is going to take for Canva to complete redesign?
Post by: Reckless on March 01, 2019, 20:04
Thank you Sean