Dark Mode

in Download Manager Free

Viewing 4 posts - 1 through 4 (of 4 total)
Aug 18, 2023 at 11:49 am
#189354
Participant
Aleki Houtarou
OP

Hi, I am using Foxiz WordPress Template. FYI this wordpress theme has dark and light mode switch.

And I am using this plugin and it’s amazing. I am plannig to buy it.
How to make WPDM template working on light and dark mode?

This is my WPDM template:

    <ul class="list-group ml-0 mb-3">
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]">
            [txt=Version]
            <span class="badge">[version]</span>
        </li>
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]">
            [txt=Download]
            <span class="badge">[download_count]</span>
        </li>
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]">
            [txt=File Size]
            <span class="badge">[file_size]</span>
        </li>
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]">
            [txt=File Count]
            <span class="badge">[file_count]</span>
        </li>
        <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:create_date]">
            [txt=Create Date]
            <span class="badge">[create_date]</span>
        </li>
        <li class="list-group-item  d-flex justify-content-between align-items-center [hide_empty:update_date]">
            [txt=Last Updated]
            <span class="badge">[update_date]</span>
        </li>
    </ul>
    <div class="card mb-3">
        <div class="card-body">
            [file_list]
        </div>
    </div>
    
Aug 19, 2023 at 8:19 am
#189365
Moderator
Nayeem Riddhi
Staff

Hello Aleki Houtarou,

Hope you are well. If you apply the CSS class/id properly. It should work as expected in your both versions light and dark. please let me know if you face any issues. please check and let me know

Thank you and regards

Aug 19, 2023 at 10:08 am
#189369
Participant
Aleki Houtarou
OP

Hi Nayeem, Thank you for Replying.
Do you mean I have to add CSS class on my wordpress theme?

This is Main.CSS I’ve found on my wordpress theme.
https://pastebin.com/4UZDpnUk

So what to apply in this css?

Thank you

Aug 19, 2023 at 3:03 pm
#189373
Moderator
Nayeem Riddhi
Staff

you may have to contact a developer or you can also adjust the appearance of WPDM download pages. In the PRO version, there is also available an option for creating custom templates and adjusting them thereby. please check and let me know, if you have any other queries.

Thank you and regards

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

The topic "Dark Mode" is closed to new replies.