DaveKinetic
Forum Replies Created
-
Forum: Plugins
In reply to: [Registration Options for BuddyPress] Allow Editors to Approve/DenyOK, I found it. Just in case anyone else has this query in the future. Go to /includes/admin.php and edit line 140:
$minimum_cap = 'manage_options';Change to
$minimum_cap = 'edit_pages';Forum: Plugins
In reply to: [Theme My Login] TML & Theme CSS IssueThanks, for the answer.
That adds the white background scrolling down the page, which isn’t what it should be. The bg_main.png fades off into the white page bacgroudn on all the pages. Take a look at http://ufcramble.com/contact-us/ for an example of a page with some longer content on.
For some reason on the TML pages it is pulling in the red background header again.
Forum: Plugins
In reply to: [Theme My Login] TML & Theme CSS IssueI’ve dug a little deeper and ONLY on the pages using TML the headers is pulling in an extra style which is:
<style type="text/css"> h1 a { background-image:url(http://ufcramble.com/wp-content/themes/ufcramble/images/logo.png) !important;background-size:auto !important } body {background-color:#d00000 !important } #nav a, #backtoblog a {background:#fff;}</style>If I edit it out using inspect element in chrome it fixes the problem, but I have no idea why/or where TML pages are showing this.
Forum: Plugins
In reply to: [Participants Database] Allow Editor to Download CSV FileThanks very much for the prompt reply 🙂