Sef Hendrickx

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
in reply to: Dropbox preview thumbnails not showing #154931

Sef Hendrickx
Participant

Worked!

  • This reply was modified 3 years, 11 months ago by Sef Hendrickx.
in reply to: Dropbox preview thumbnails not showing #154728

Sef Hendrickx
Participant

Any news on this issue?

in reply to: Dropbox preview thumbnails not showing #154609

Sef Hendrickx
Participant
This reply has been marked as private.
in reply to: Dropbox file – preview (follow up customization) #135375

Sef Hendrickx
Participant

Hi Nayeem,

Maybe you can check my customization request and the info that states there.
It’s about the image preview that we get from Dropbox url.

If you can get the developer responsible for the customization, he can easily change the line in the php.

https://prnt.sc/u8vgt5

in reply to: Image preview doesn’t show – 404 image not found #130725

Sef Hendrickx
Participant

Hi Nayeem,

My developer sees that the plugin is using de PHP Dropbox API. It should be possible to retrieve the thumbnail from there.
It seems that you only added so much features on the plugin concerning Dropbox.

Again, i would like to get in touch with you guys to see if we can make this work with my developer as well. That way the plugin can be updated for all users en fix my problem.

in reply to: Image preview doesn’t show – 404 image not found #130328

Sef Hendrickx
Participant
This reply has been marked as private.

Sef Hendrickx
Participant

Hi Nayeem,

You’re mentioning Additional previews. But i’m not adding mutlple images to the packages.
I’m importing from dropbox so the image preview per item in the package i want to show i based on the url-image i may assume.

The demo shows perfect lay-out but i’m getting to the point that it may only work with uploading from the library.

in reply to: Image preview doesn’t show – 404 image not found #129617

Sef Hendrickx
Participant
This reply has been marked as private.

Sef Hendrickx
Participant
This reply has been marked as private.
in reply to: Additional Previews images showing 404 #129229

Sef Hendrickx
Participant

Hi Frank,

Did you solved your issue? I’m having the same 404 images

in reply to: Image preview doesn’t show – 404 image not found #129034

Sef Hendrickx
Participant

Hi there,

i made a custom template but everywhere i put the preview it doesn’t show.
Can you please just copy the HTML for me so that i can paste it? 🙂

Right now it looks like this:

<div class=”wpdm-page-template single-col-flat”>

<div class=”downloadbutton”>[download_link]</div>
<br/>
[description]
<br/>
[image_gallery_400x400x4]
<br/>

</div>

in reply to: Image preview doesn’t show – 404 image not found #128780

Sef Hendrickx
Participant

Hi Nayeem,

Where do i put it in the html code?

in reply to: Image preview doesn’t show – 404 image not found #128766

Sef Hendrickx
Participant

Hi Nayeem,

I want to show the preview image as the one, the customer is able to download.
Now it’s states the 404. But it should show the image the customer is about to download.
For example: https://prnt.sc/sk7ae5. That image should be in place of the 404.

We are using mainly PNG en .gif files.

I’m using the following template HTML with CSS:

<div class=”wpdm-page-template single-col-flat”>

<div class=”downloadbutton”>[download_link]</div>
<br/>
[description]
<br/>
[image_gallery_400x400x4]
<br/>

</div>

CSS
.downloadbutton{
float:right;
}

.w3eden .card img {
width: 100%;
}

.w3eden .list-group-item img, .w3eden .card img {
padding: 0;
margin: 0;
}
.w3eden .card-img, .w3eden .card-img-top {
border-top-left-radius: calc(0.25rem – 1px);
border-top-right-radius: calc(0.25rem – 1px);
}
.w3eden .card-img, .w3eden .card-img-top, .w3eden .card-img-bottom {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 100%;
}
.w3eden img {
vertical-align: middle;
border-style: none;
}
.card-img-top {
width: 100%;
border-top-left-radius: calc(4px – 2px);
border-top-right-radius: calc(4px – 2px);
}
.w3eden *, .w3eden *::before, .w3eden *::after {
box-sizing: border-box;
}
img {
vertical-align: middle;
border-style: none;
}
*, ::after, ::before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.w3eden .card {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,0.125);
border-radius: 0.25rem;
}
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 2px solid rgba(0,0,0,.125);
border-radius: 4px;
}

Viewing 13 posts - 1 through 13 (of 13 total)