jackey

Forum Replies Created

Viewing 25 posts - 1 through 25 (of 54 total)
in reply to: FTP add-on #20611

jackey
Member
This reply has been marked as private.
in reply to: Bulk import #20610

jackey
Member
This reply has been marked as private.
in reply to: FTP add-on #20082

jackey
Member

No problem Shoan! Good work takes time…

in reply to: FTP add-on #20041

jackey
Member

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

in reply to: FTP add-on #19932

jackey
Member

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

in reply to: FTP add-on #19731

jackey
Member
This reply has been marked as private.
in reply to: Colorbox #19421

jackey
Member
This reply has been marked as private.
in reply to: Colorbox #19419

jackey
Member

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/

in reply to: Directory Add-on #19400

jackey
Member

Or did it work like that previously.

in reply to: Directory Add-on #19395

jackey
Member

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

in reply to: Colorbox #19391

jackey
Member
This reply has been marked as private.
in reply to: FTP add-on #19345

jackey
Member
This reply has been marked as private.
in reply to: Colorbox #19344

jackey
Member

Hi Shaon,

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

in reply to: Directory Add-on #19343

jackey
Member
This reply has been marked as private.
in reply to: Directory Add-on #19251

jackey
Member

Are you sure?… because that does not work…

in reply to: Colorbox #19229

jackey
Member

Anyway to get it within scope of the ajax?

in reply to: FTP add-on #19223

jackey
Member

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. ๐Ÿ˜‰

in reply to: Colorbox #19206

jackey
Member

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.

in reply to: Colorbox #19194

jackey
Member

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

in reply to: FTP add-on #19189

jackey
Member

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.

in reply to: Directory Add-on #19187

jackey
Member

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

in reply to: Directory Add-on #19185

jackey
Member

What’s in a name… ๐Ÿ˜‰ got it!

in reply to: FTP add-on #19181

jackey
Member

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.

in reply to: Default Values #19180

jackey
Member

Great… thanks again!

in reply to: Default Values #19168

jackey
Member
This reply has been marked as private.
Viewing 25 posts - 1 through 25 (of 54 total)