David_G
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] No options for FP for 3.2.17just downgraded czr, the check buttons work now.
Forum: Fixing WordPress
In reply to: Is it possible to create a container div in functions.php?Take a gander here. http://www.w3schools.com/php/default.asp
Forum: Fixing WordPress
In reply to: Broken Website When MovingYou will need to go to your host and make some changes there. While it may be on the same server, your url needs to be redirected.
See this post:
https://wordpress.org/support/topic/moved-wp-to-root-folder-wont-load-now?replies=7Forum: Fixing WordPress
In reply to: How to remove page titleIt doesn’t change your theme, the child theme uses the files from the parent theme. The child only gives you a way to customize without disturbing the Parent theme. The only thing you MIGHT have to reset would be your menu and maybe widgets. Take a look at the links I provided earlier.
Do you still have contact with your web designer?
Forum: Fixing WordPress
In reply to: Static home page problemOK you got it covered, great. Can you please mark this as resolved. Thank You
Forum: Fixing WordPress
In reply to: How i Doo This Please HealpIf it’s menu items, use links instead of pages/posts.
Forum: Fixing WordPress
In reply to: Blocked from logging into my blogDid you recently add a security plugin? If you did you can disable it by FTP and renaming the plugin.
Forum: Fixing WordPress
In reply to: needed : horizontal line between posts in twenty thirteenIt is not a good idea to edit the theme or WP Core files. If you add css coding you can get a plugin to add css, I have used Simple Custom CSS and it works well, or if you are going to do more extensive customization in the future, a child theme is better. You can do this on localhost as well.
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/
Forum: Fixing WordPress
In reply to: How i Doo This Please HealpWhen you add a link in the visual editor checkmark Open link in a new window/tab, if you are using the text editor, add target=”_blank” to the link. See the example below.
<a href="http://website.com" target="_blank">Linking Words</a>Forum: Fixing WordPress
In reply to: GoDaddy Managed WordPress 404 ErrorContact GoDaddy and see if they are having any server issues. I was having this problem once and they reset the server I think, no problems since.
Forum: Fixing WordPress
In reply to: White space with grey diagonal lines on Twenty FourteenIf there is nothing else can you mark this resolved.
Forum: Fixing WordPress
In reply to: Help! Individual Post not showing up on googleIf you create an account on GOOGLE’s Webmaster tools, you can upload your sitemap and list your pages etc. A very useful site.
Forum: Fixing WordPress
In reply to: Help! Individual Post not showing up on googleTry going to Google’s Webmasters Tools.
Forum: Fixing WordPress
In reply to: Show only preview of posts on the homepage?If that is all, please mark this Resolved.
Forum: Fixing WordPress
In reply to: How to remove page titleOnly use the !important tag as a last resort. I’m not saying not to use it. Just use it with discretion.