Amgis Flowenol

Forum Replies Created

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

Amgis Flowenol
Participant

Do you guys provide code customization? Because I think that’s the only thing that’s stopping me from considering using WPDM.

in reply to: Disable Frontend CSS option is not working #210355

Amgis Flowenol
Participant

Okay, thank you sir.

in reply to: Disable Frontend CSS option is not working #210353

Amgis Flowenol
Participant

Okay, I notice few color changes in the cart page, but I still see dark background and green buttons and border color … for ex:


@media (prefers-color-scheme: dark) {
  .w3eden:not(.light-mode) .card-header {
    background: var(--dm-bg-tertiary);
    border-color: var(--dm-border);
    color: var(--dm-text);
  }
}

I think I had wrong assumptions about “Disable Frontend CSS”, I was expecting NO CSS will be loaded so I can write my own CSS without having to override it, but instead “Disable Frontend CSS” means basic CSS is still there.

Thank you


Amgis Flowenol
Participant

Okay, It’s clear now. Thank you.

So, there is no way to put the download button in the package page?

Also, is there any way to search for purchased downloads to make it easy for the customer (who bought a lot of packages) to find the right package/file to download? Because the “Purchases” page looks very confusing since the customer has to go through many order IDs that looks like this “Order ID# TEST69546EB9E4603” and this “Order ID# TEST69546E5D9B8CA” just to find the package to download.

in reply to: Disable Frontend CSS option is not working #210348

Amgis Flowenol
Participant

I’m using the free version 3.3.40, I’m only testing it in a local WordPress install to see if your product fits my use case. But I’m interested in the Full Access Pack if it works as I need.

I’m also using the “Premium Packages – Sell Digital Products Securely” plugin (Version 6.1.3) with it to start selling digital products (installed after clicking a button on the bottom of the package page on the backend).


Amgis Flowenol
Participant

Yes, when I go back to the package page, the “add to cart” button is still there, the expected behavior is that the “add to cart” button disappears and a “download” button appears instead.

What should I do to get the download button to be in the package page?


Amgis Flowenol
Participant

I’m testing it in a local WordPress install.

I used the following shortcode in the PHP template file:

<?php echo do_shortcode("[wpdm_package id='8']"); ?>

I even tried to use the direct download link, but it only links to the same page of the package:

<?php echo do_shortcode('[wpdm_direct_link id="8" target="_blank" label="Download Me!" class="css class names" eid="element-id"]'); ?>

I can provide you the PHP code of the “single-wpdmpro.php” file template that I’m using.

Is there anything else I can provide so you can look into it?

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