Forum Replies Created
Recently, I feel like I’m spending more time working out WPDM bugs than I am spending actually building my website. I get that you guys aren’t awake and at the keyboard 24/7, but it’s frustrating that there are so many bugs and that I can’t make this work the way it’s intended.
Thanks so much! Big help
I did as you suggest. I deactivated and deleted, then reinstalled from FTP. It appears to be working now. Thank you very much
Any comment to help on this? Much appreciated
Update: I’ve made several changes to modify the file-hosting, file-browser, and file-browser-container php files to suit my tastes. I’ve found the code where it creates the folder and category names, and I see I could change those, but I’m hoping I would be able to use a second category with the ‘root category for name’
I was able to change the buttons using the following CSS selector
[/.w3eden .btn{
border: 0 !important;
border-radius: 25px !important;
background-color: #2DAAE1 !important;
color: #f5f5f5 !important;
line-height: 1 !important;
padding: 8.4px 14px 5.6px 14px !important;
outline: none !important;
-o-transition: background-color .3s ease-in-out !important;
-moz-transition: background-color .3s ease-in-out !important;
-webkit-transition: background-color .3s ease-in-out !important;
transition: background-color .3s ease-in-out !important;
}
.w3eden .btn:hover{
background-color: #121212 !important;
}
/]
Why do I need to use !important if I’m using the ‘Addditional CSS’ editor in the WP customize form?