Sef Hendrickx

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
Jun 7, 2021 at 8:49 am
#154931
Participant
Sef Hendrickx
OP

Worked!

  • This reply was modified 4 years, 8 months ago by Sef Hendrickx.
Jun 2, 2021 at 7:23 am
#154728
Participant
Sef Hendrickx
OP

Any news on this issue?

May 31, 2021 at 3:24 pm
#154609
Participant
Sef Hendrickx
OP
This reply has been marked as private.
Aug 31, 2020 at 10:15 am
#135375
Participant
Sef Hendrickx
OP

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

Jun 16, 2020 at 8:07 am
#130725
Participant
Sef Hendrickx
OP

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.

Jun 11, 2020 at 9:52 am
#130328
Participant
Sef Hendrickx
OP
This reply has been marked as private.
Jun 8, 2020 at 2:53 pm
#130106
Participant
Sef Hendrickx
OP

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.

Jun 2, 2020 at 12:40 pm
#129617
Participant
Sef Hendrickx
OP
This reply has been marked as private.
Jun 2, 2020 at 9:44 am
#129607
Participant
Sef Hendrickx
OP
This reply has been marked as private.
May 27, 2020 at 1:47 pm
#129229
Participant
Sef Hendrickx
OP

Hi Frank,

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

May 25, 2020 at 9:24 am
#129034
Participant
Sef Hendrickx
OP

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>

May 20, 2020 at 12:59 pm
#128780
Participant
Sef Hendrickx
OP

Hi Nayeem,

Where do i put it in the html code?

May 20, 2020 at 8:22 am
#128766
Participant
Sef Hendrickx
OP

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)