Add Media or Add Tag button not working in WordPress Quick Fix

Wordpress Logo

Like many others, recently I have found I am unable to Add Media and Add Tags to my WordPress posts. The first thing I did was disable all of my plugins to make sure there wasn’t a conflict. In my cases there wasn’t, but its well worth trying this first. The next thing I did was switch my theme to the built in 2015 theme, and this fixed the problem. So I went to my normal theme creators web page and found that the theme had an update available, so I have downloaded and installed it this morning and everything is working fine again.

So in short, if you are having the same problem, try switching to another theme!

Furcode High Tech Pet ID Tags

FurCode.comOver the years since I began Dogs With Blogs, I have received a lot of emails from people with all kinds of weird and wonderful new ideas. I recently heard from Furcode.com about their High Tech Pet ID Tags, and this is one idea I really want to get behind. I think its a great product!

Now, I really cant take anything away from Micro Chipping, because it is always with the dogs. Even if the dog slips its collar off, they can still be identified. I do now however see Micro Chipping as a secondary or “Back Up” means of identification. For INSTANT pet identification (with no need to take the animal to a vet or shelter to have the chip read) you cant beat FurCode.com High Tech Pet ID Tags.

My initial thought on the QR Code was that it might not mean anything to a “non-techie” person, but it is definitely a technology that is going to grow and become more main stream, no doubt. What I really like about these tags is the unique web address that comes with every tag. Once you receive the tag, you log in to your web page, and you can type in ALL your dogs details. Now, if your doggy busts out, whoever finds them can look at their web page, and contact you IMMEDIATELY.

Now, you might be thinking “doesn’t an ordinary dog tag do that?”, and the answer is yes, but that’s all it does. What if your doggy is hurt, and needs vet attention, but is allergic to specific medication? By logging on to the dogs web page, the person who finds it knows instantly not only who owns the dog, but who it’s vet is, allergies, dietary needs, medications, conditions, vaccinations, and a swag of other important information that can keep your doggy safe and alive.

What if your phone breaks? Or you are out of town? If your pooch is wearing a Furcode Tag when he/she escapes, you can ALSO be contactable via your Mobile/Cell, alternate phone numbers, email, Facebook and Twitter! Imagine trying to jam all of that onto a regular tag!

The best part about this, its just SO easy to update. No forms, fees, trips to the vet, just log in to your online account and make the changes – simple!

Furcode Comparison ChartIf you have an iPhone, I can’t recommend “Scan” QR Code Reader highly enough. Its free, simple, and just works! You can check it out on iTunes HERE or on QR Code City’s web site HERE.

 

Check out FurCode.com HERE.

 

Modifying WordPress’s Tag Cloud Widget

Wordpress Tag Cloud WidgetWordPress ships with a Tag Cloud widget built in. Unfortunately, this widget is not customizable from the admin panel. You need to modify one of the systems .php files.

To modify the widget, you need to get into your WordPress installs files using your favorite FTP program , and in the “wp-includes” folder you will see a file called “category-template.php”. This is the file we will be working on, so please make a backup copy of it and store it in a safe place before you start. That way if something goes wrong you can recover quickly and easily by re-uploading the known good file. Once you have a backup tucked away, open up the file in your preferred editor ( I usually just use the Text Editor on Mac, or Notepad on Windows) and look for (or search for) “Display tag cloud”. This is the beginning of the part of the file we need to edit, and you will see by reading the commented out text, that there are a few parameters you can adjust. For this article we will look at the font sizes, and the number of tags that  appear in the cloud.

The default settings are:

'smallest' => 8, 'largest' => 22, 'unit' => 'pt', 'number' => 45,

As you can see, the smallest tag size is set to 8 points, the largest is 22 points, and the number of tags in the cloud are the top 45. Feel free to enlarge or shrink your font sizes, and ad or subtract the total number of tags displayed. The font sizes are ok for me, but I did increase the number of tags displayed to 150 for this web site.

Once you have made your changes, replace the category-template.php file on your server with the file you just modified, and when you refresh your browser you will see your changes in place.