David_G
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing page and side colorsIf you are trying to code HTML/CSS, it would probably be a good idea to get a good understanding of them.
There are lots of guides available, here is one for CSS:
http://www.htmldog.com/guides/css/beginner/Forum: Fixing WordPress
In reply to: Changing page and side colorsI think this is what you are looking for, change the color to what you want.
.post-id-2 .entry-content { background-color: white; }Forum: Fixing WordPress
In reply to: Post OrderThere are several plugins that should handle this for your. Do a search in the plugins for POST RE-ORDER.
Forum: Fixing WordPress
In reply to: Members Only Area Plugin?Yes it will. I have a menu item which is login, that changes to portfolio when logged in complete with a sub menu.
Forum: Fixing WordPress
In reply to: Changing page and side colorsI think this is what your after. Watch the video on how to use FIREBUG. Most browsers have developer tools much like firebug and pretty much work the same way.
body.page-id-2 .site-content, body.page-id-2 .content-area { background: #bdb76b none repeat scroll 0 0; }Forum: Fixing WordPress
In reply to: How to Change Continue Reading And Comments FontIn your customizer you have a CUSTOM CSS tab where you can add css coding. I do believe this is what you are looking for. This is based on the font you are using on your post. Change it to what you want. NOTE: the comments between /* and */ are ignored, just a comment so you know what the snippet is for.
/* Continue Reading font */ .powen-continue-reading { font-family: "Poiret One"; } /* Leave a comment font */ .entry-footer { font-family: "Poiret One"; }Forum: Fixing WordPress
In reply to: Putting simple HTML code into post ?Where did you copy that from? It looks like the source code for a page.
Forum: Fixing WordPress
In reply to: Center Widget TitleThe 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:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
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: Fixing WordPress
In reply to: Members Only Area Plugin?I have done something similar, I used the following 3 plugins. Takes a little work.
Nav Menu Roles
Page Security & Membership
Peter’s Login RedirectForum: Fixing WordPress
In reply to: reCAPTCHA Not Working in CHROMEWhich plugin are you using exactly?
WP-reCaptcha was last updated 12 months ago and compatible up to 2.9.2WordPress ReCaptcha Integration is compatible up to 4.3.1
Forum: Fixing WordPress
In reply to: reCAPTCHA Not Working in CHROMEHave you tried clearing your browser cache? CTRL +F5 will reload the page with clear cache.
Forum: Fixing WordPress
In reply to: Changing page and side colorsThe 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:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
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: Fixing WordPress
In reply to: Make page public, but not listedYou should be able to remove it from the menu in Appearance > Menu
Also there is an option in your Menu Settings to stop the automatic addition of public pages.Forum: Fixing WordPress
In reply to: reCAPTCHA Not Working in CHROMEI have no problem seeing reCaptcha in chrome. Is your chrome up to date?
Forum: Fixing WordPress
In reply to: how to remove "Posted by", "Date" and "Category" from posts in "BThe 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:
http://www.elegantthemes.com/blog/resources/wordpress-child-theme-tutorial
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/