jackey

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 54 total)
Sep 17, 2014 at 8:03 am
#20611
Member
jackey
OP
This reply has been marked as private.
Sep 17, 2014 at 8:00 am
#20610
Member
jackey
OP
This reply has been marked as private.
Aug 26, 2014 at 1:34 pm
#20082
Member
jackey
OP

No problem Shoan! Good work takes time…

Aug 25, 2014 at 6:49 am
#20041
Member
jackey
OP

Hi Shaon,

As requested… in addition, it would be practical to be able to force a thumb to be the featured image, by clicking one of the attachments thumbs in the packet, as a manual override.

Regards,
Jackey

Aug 21, 2014 at 9:54 am
#19932
Member
jackey
OP

Hi Shaon,

Cool Shaon, great work… the automatic thumb retrieval works great!

Missing the manual “fetch thumbnail and update featured image”. (or am I not looking)
Can the bulk import be modified to support the FTP add-on.

Regards,
Jackey

Aug 15, 2014 at 7:45 am
#19731
Member
jackey
OP
This reply has been marked as private.
Aug 7, 2014 at 9:50 am
#19421
Member
jackey
OP
This reply has been marked as private.
Aug 7, 2014 at 9:50 am
#19419
Member
jackey
OP

Nice! I would like to have the color box (or any other lightbox for that matter) to be active on the images in the archive Add-on. Like the page http://sandbox.melisgs.nl/snsbank.dev/archief/

Aug 7, 2014 at 8:43 am
#19400
Member
jackey
OP

Or did it work like that previously.

Aug 7, 2014 at 8:35 am
#19395
Member
jackey
OP

Not quite… now the grid shows nothing when not logged in. http://cl.ly/image/0b1D3r06222l

Aug 7, 2014 at 8:29 am
#19391
Member
jackey
OP
This reply has been marked as private.
Aug 6, 2014 at 6:53 am
#19345
Member
jackey
OP
This reply has been marked as private.
Aug 6, 2014 at 6:50 am
#19344
Member
jackey
OP

Hi Shaon,

I assume _you_ need to use that… or is it something I can do.

Aug 6, 2014 at 6:47 am
#19343
Member
jackey
OP
This reply has been marked as private.
Aug 4, 2014 at 6:44 am
#19251
Member
jackey
OP

Are you sure?… because that does not work…

Aug 3, 2014 at 9:34 am
#19229
Member
jackey
OP

Anyway to get it within scope of the ajax?

Aug 3, 2014 at 7:59 am
#19223
Member
jackey
OP

Hi Shaun,

That is great, one little thing… I would like that the autonomous action also functions with the ftp-bulk add-on when you get to it. 😉

Aug 1, 2014 at 10:47 am
#19206
Member
jackey
OP

Is this related to the problem that colorbox is not working with images within wpdm-archive-page?

The $(document).ready(…) code does exactly what it is being asked to do, namely to attach colorbox functionality to links when the page is loaded. However it does not cater for any links that do not yet exist at that time.

What you need to do is to run the same code again inside the ajax “success” handler, after it has inserted its links.

You could copy the code into your ajax “success” handler but it would be cleaner to convert it to a named function, called from two places; $(document).ready(…) and the success handler.

You need to ensure that the named function is in a scope that can be accessed from both places. The only scope that is guaranteed is the global scope. Other scopes may be available depending on how the code is organised.

Jul 31, 2014 at 12:19 pm
#19194
Member
jackey
OP

Noticed that colorbox or any other lightbox plugin for that matter do not work on images within wpdm-archive-page. Can you confirm that?

Jul 31, 2014 at 9:36 am
#19189
Member
jackey
OP

I rather cache the thumbnail on the native server and store it as the featured image.
Although the remote has http access, I think the thumbs are small enough to be attached to the package without taking up to much space on the native server.
And I think the cache approach does not require to make special templates to show remote-ftp packages.

Jul 31, 2014 at 9:25 am
#19187
Member
jackey
OP

Quick question… can the number of items per page be changed? Sample

Jul 31, 2014 at 8:28 am
#19185
Member
jackey
OP

What’s in a name… 😉 got it!

Jul 31, 2014 at 7:14 am
#19181
Member
jackey
OP

Okay will give it a try.

It is 2 actions, action 1 I want to run autonomous whenever there is a FTP file attached to the Download Package.

  • If a Featured Image exists in the Package EXIT
  • If a Thumbnail does not exists on the FTP server EXIT
  • Fetch Thumbnail from FTP server and store it as Featured Image in the Package

Action 2 is manually triggered from the Attached Files pane in the Edit Package page: Mockup

  • If a Thumbnail does not exists on the FTP server EXIT
  • If a Featured Image exists clear the Featured Image
  • Fetch Thumbnail from FTP server and store it as Featured Image in the Package

The thumbnail can be accessed on the same ftp-server by adding /p1/3.jpg after the URL of the filename and using a different login name [loginname]-thumbs.

Jul 31, 2014 at 6:13 am
#19180
Member
jackey
OP

Great… thanks again!

Jul 30, 2014 at 9:14 pm
#19168
Member
jackey
OP
This reply has been marked as private.
Viewing 25 posts - 1 through 25 (of 54 total)