David_G
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Child theme font settingCan you delete the link after, or is there any way to send it to you privately? This is a private family site. Never mind I will delete it in 10 minutes.
This site I cant change the post title color or font
Forum: Fixing WordPress
In reply to: building a test website to replace existingWas your migration successful?
Forum: Plugins
In reply to: [AJAX Heartbeat Tool] WordPress 4.1It seems to be working fine on 4.1 and it does make a difference. I will keep testing.
Forum: Fixing WordPress
In reply to: how to remove Title from Static Front PageOK your working on a local hosted site so no links are available. If you are indeed using a CHILD-Theme of the Parent-Theme then you are going down the right path for customizing. I presume you know how to load it (site) in your browser. If you are using Mozilla then check out FIREBUG which is made for Mozilla. It is a very useful tool for CSS editing which is I believe what you are looking for. There are similar dev tools for most browsers. But this would be a good first step to working out your css coding.
Check out this link on Firebug, very informative.
http://themesandco.com/snippet/firebug-best-spent-6-minutes/This also may help, this is one of the best editors I have found.
http://notepad-plus-plus.org/Forum: Plugins
In reply to: [AJAX Heartbeat Tool] WordPress 4.1I am going to test it on 4.1, I have a dead test site to use. As good a place as any.
Forum: Fixing WordPress
In reply to: building a test website to replace existingANDYPP, I have done it your way many times, or rather I create a DEV site on a different url, but the result is the same. If you have cpanel you can probably clone your new site to where you want it. Once done I use “SEARCH REGEX” plugin to change any links etc to reflect the new url. One step to not forget when doing this way is to uninstall your old site, but not before backing it up. I do like CPANEL for this. I think there are cloud servers that can do this also.
Forum: Fixing WordPress
In reply to: WordPress Theme Font Not Appearing Correctly On All ThemesHere’s a way to add google fonts without a plugin. But you should use a CHILD-THEME.
https://wordpress.org/support/topic/adding-additional-fonts?replies=5
Forum: Fixing WordPress
In reply to: My IP is blacklistedWhat security or login plugins have you installed?
Forum: Fixing WordPress
In reply to: Change font of single item in menuIt looks like you also added the old snippet in your theme’s stylesheet, you may want to remove that.
Forum: Fixing WordPress
In reply to: Change font of single item in menuYour very welcome.
If there’s nothing more, please mark this thread as resolved.
🙂Forum: Fixing WordPress
In reply to: Change font of single item in menuI see the problem with the code snippet. Try this first.
li#menu-item-3663 a {color:yellow;} li#menu-item-3666 a {color:yellow;}If that doesn’t work then use this. Try the above first. There was a semi-colon missing
li#menu-item-3663 a {color:yellow !important;} li#menu-item-3666 a {color:yellow !important;}Only use !important as a last resort.
Forum: Fixing WordPress
In reply to: Change font of single item in menuSorry, had to go to work.. Yes once its installed you will find “CUSTOM CSS” on your APPEARANCE menu. Simply add your code snippet and click the UPDATE CSS button. When you view your site you may need to clear the cache on your browser. CTRL + F5 on pc’s.
Forum: Fixing WordPress
In reply to: Major crash; not sure what or how to fix…Ask your host if they have a backup of your site from before the problem started. Start there.
Forum: Fixing WordPress
In reply to: Change font of single item in menuIf you are going to do alot of customizing, then look into creating a child-theme, otherwise try this plugin. Not a good idea to edit the theme files directly as you will lose your edits when the theme is updated.
Forum: Fixing WordPress
In reply to: Uploaded video doesn't seem to workTry this plugin for self hosted videos. I love it.