Bill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cant enter my website anymoreIf you have a backup of that functions file, you’re going to need to replace the edited one on your hosting account server with the backup copy (or a fresh, unedited one if no backup is available). You can use an FTP client (like FileZilla), or your web-host’s cPanel or file manager to do this. File manager is easiest if this is new to you.
You’ll find the functions file here: wp-content/themes/fkidd/functions.php. You can get a fresh copy of the file from a fresh download of the theme if you don’t have a backup. If you’ve made other changes to functions.php prior to the one that broke it, you’ll lose them if it’s not a backup you use to replace it with.
Thought I’d add some feedback: I’d been watching this thread because I’d been having the same problem as the users above. Your 2.2.7 release fixed the problem for me. Thanks very much for the update. I hope everyone else gets the same resolution to their problem as I did with this new release.
Forum: Fixing WordPress
In reply to: Theme MH Newsdesk supports only 100 pagesBest place to ask is their support forum. Looks like they have good support there based on percentage of resolved topics.
Forum: Fixing WordPress
In reply to: WP Google Fonts not working properly@shannon – Personal experience is more valuable than a link. 🙂
Forum: Fixing WordPress
In reply to: Default user role not workingYou’re welcome. Good luck!
Forum: Fixing WordPress
In reply to: Site Not Updating (Chrome and Explorer)Never had an issue in the past with this.
You might check with your web hosting account to see if they’ve implemented (or made changes to) their own caching system.
Forum: Fixing WordPress
In reply to: Default user role not working… which was created using a widget.
You probably meant using a custom-roles plugin, in which case I recommend that you should check the documentation or support forum for that particular plugin.
Forum: Fixing WordPress
In reply to: WP Google Fonts not working properly@girasoldiverdi – Shannon may very well be right about that additional tag. If you link to your site, we’d be far better able to help you zero in on this.
@shannon – You may also be right about the fallback issue as well. That isn’t how I read this, but I’ve been wrong plenty of times before:
If there is a matching font face, but it doesn’t contain glyph(s) for the current character(s), and if there is a next alternative ‘font-family’ in the font sets, then repeat from step 2 with the next alternative ‘font-family’.
from 4.0.7: http://www.w3.org/TR/2002/WD-css3-webfonts-20020802/#algorithm
Forum: Fixing WordPress
In reply to: Title tag…I would first get your site up and looking good with your intended theme and minimal plugins. Then you can start trying to optimize for speed. If it’s slow in bare-bones mode, something else may be going on. For what it’s worth, it comes up almost instantly for me – every page, and with my browser caching off.
Forum: Fixing WordPress
In reply to: Default WordPress theme accidentally deleted. What to do?Keeping a WP default theme installed just means that you have a fallback if something should go wrong with your chosen theme. WP will use, say, Twenty Fifteen if you need to disable your active theme.
Forum: Fixing WordPress
In reply to: Title tag…It looks like you have WP Fastest Cache installed as well. Make sure you clear (first) and then disable that temporarily as well.
Regarding the theme choice, your site (at least for now) seems quite minimal in its resource needs. Any theme that you like and that also has high user-ratings should be fine for it. Just make sure it is being kept up to date.
EDIT: btw, looking more closely, WPFC apparently does minification as well so you don’t need both.
Forum: Fixing WordPress
In reply to: Title tag…You still have some caching going on. I see you have the WP Minify plugin installed. I don’t know if it does any caching, but if it does clear it, and then disable it (caching or not). Then clear your browser cache again and see what you get.
BTW, that plugin apparently hasn’t been updated since mid-2012. I’d look for one that is being kept up to date.
Forum: Fixing WordPress
In reply to: Title tag…I am not seeing this problem on your site. Have you tried clearing your browser cache?
Forum: Fixing WordPress
In reply to: Summarizing post using Black Studio Visual Editor widgetI recommend asking the plugin authors about their product in their support forum. They should be able to get you fixed up.
Forum: Fixing WordPress
In reply to: WP Google Fonts not working properlyIt seems that font has only one style available, so as I mentioned, Arial will step in where it must.
What is your theme, and may we have a link to your site?