David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Delete word showing to left of Contact FormThat would go in the style.css file on your theme. Better to make a child theme.
Forum: Fixing WordPress
In reply to: How to deleting Admin with no delete optionDepending on who the host is, someone there might be able to help.
Forum: Fixing WordPress
In reply to: Klean theme questionsBTW. those snippets go in the style.css file
Forum: Fixing WordPress
In reply to: LOGO IS Showing up TWiceWordPress is free, all support is by volunteers.
Forum: Fixing WordPress
In reply to: Klean theme questionsThe other issue:
.single #page .entry-header .entry-meta, .page #page .entry-header .entry-meta { display: none; }A child theme is the best way to add these.
Forum: Fixing WordPress
In reply to: Klean theme questionsFor the search box:
#search-top input[type="text"] { display: none; }Forum: Fixing WordPress
In reply to: Klean theme questionsJust to note though, i’m not completely challenged with web interfaces. I do study html/css in college
You will probably like this.
The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
https://codex.wordpress.org/Child_Themes
http://op111.net/53/
http://vimeo.com/39023468You should also check this out for customizing your site.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/
http://getfirebug.comThen to edit this editor is fantastic. You can edit multiple files at the same time.
http://notepad-plus-plus.org/Forum: Themes and Templates
In reply to: [Customizr] theme update changed font in editorForum: Themes and Templates
In reply to: [Full Frame] No Support for Child-Themes?It shouldn’t have changed any of your settings, but changing even to a child-theme you need to reset the location of your menu.
Forum: Fixing WordPress
In reply to: WordPress 4.1.1 admin toolbar not showing in siteGo to your profile in the users, then checkmark the box next to “Show Toolbar when viewing site”
Forum: Fixing WordPress
In reply to: How to deleting Admin with no delete optionI am not sure HOW or IF he actually managed to block his account from being deleted. That would be far above my abilities, although I wouldn’t mind knowing how it was done.
Forum: Fixing WordPress
In reply to: How to deleting Admin with no delete optionAll users are in the DB, that is what kmessinger is suggesting. Super-admin is a admin level for multi-site wp not regular installs. If you cannot delete the coder by any other means, then you will have to delete him on the DB (be careful doing this). Changing his PW will only work if you can disable PW resets, otherwise he can just reset his PW, although changing his email may slow him down.
Forum: Fixing WordPress
In reply to: How to deleting Admin with no delete optionI was going to suggest that next, but DB’s are tricky.
Forum: Fixing WordPress
In reply to: How to deleting Admin with no delete optionAnd even the other admin i created for another admin user has the delete option under it.
Does this person have the ability to delete the coder or change his role?
Forum: Fixing WordPress
In reply to: Checklist for visitorsYou might check out this plugin, just might be the thing you are looking for.
http://wordpress.org/plugins/quiz-master-next/