Ian Tavener

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
in reply to: Premium Package, not all payment gateways will show #72106

Ian Tavener
Member

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.

in reply to: Modifying file hosting add-on #72077

Ian Tavener
Member

Thanks so much! Big help

in reply to: New version removed all my add-ons #72053

Ian Tavener
Member

I did as you suggest. I deactivated and deleted, then reinstalled from FTP. It appears to be working now. Thank you very much

in reply to: Modifying file hosting add-on #71954

Ian Tavener
Member

Any comment to help on this? Much appreciated

in reply to: Modifying file hosting add-on #71855

Ian Tavener
Member

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’

in reply to: CSS selector to change all buttons? #71847

Ian Tavener
Member

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?

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