Adding Custom HTML/Tab To Facebook This was the best article I could find that explained, in detail, how to add tabs and custom html content to a Facebook business page: http://www.hiddenwebgenius.com/blog/guides/how-to-add-custom-tabs-to-your-facebook-business-page/ Article Content Here’s the article content as I found it on March 23rd, 2018. Facebook, because of its popularity, is now being seen by […]
Visual Composer/WP Bakery Masonry Grid & Admin SSL
I’m running a site that uses Visual Compower/WP Bakery. On one of the pages, I installed the Post Masonry Grid to display my posts. Problem When I initially loaded the page, all I got was a blank screen. I remembered dealing with a problem like this before when running my wordpress site administration over SSL […]
Zend_Db_Statement_Oracle Cursor Results
This one took me a while to figure out, so I thought I would do an entry for it. These instructions aren’t actually tied to the Zend_Db_Statement_Oracle class in the Zend Framework. I’ve just been using the Zend Framework in the application that this information is from. Problem I’ve been using the Oracle database for […]
WordPress index.php Redirects to Base Url
Problem Recently, I was working on a website that needed to display a temporary home page, while an installation of WordPress was being worked on. The custom home page was being displayed as index.html. WordPress uses index.php, combined with mod_rewrite, to handle all requests coming into the site. The server I was using would show […]
WordPress Permalink Page is Blank
Problem This problems comes up with various versions of WordPress; in this case, it applied to version 3.2.1. Sometimes, after an installation of WordPress on certain servers, the Permalink Settings page, in the site administration, comes up blank. The menu displays, as well as the site name at the top of the page, but nothing […]
Google Syntax Highlighter Languages/Aliases
Here’s a quick reference to the WordPress “Google Syntax Highlighter” plugin. I’ve included it here since I alway have to go looking for it. The reference page can be found here: http://code.google.com. Language [Aliases] C++ [cpp, c, c++] C# [c#, c-sharp, csharp] CSS [css] Delphi [delphi, pascal] Java [java] Java Script [js, jscript, javascript] PHP […]
WordPress 3.0 Admin Issues (CSS/Javascript)
Recently I moved a WordPress web site from one server to another. The “move-from” server was running an older version of php than the “move-to” server. After logging into the WordPress administration, I noticed that the css was all messed up. Part of the css was working (displaying some icons, colors, etc.), but the majority […]
WordPress Blank Media Upload Window on Mac
There appears to be an issue with WordPress and Macintosh when using the “Media Upload” tool. Most of the time it works just fine, but in some situations the media upload screen is blank; both in the media area and when trying to add images to posts. At first, I thought this might be an […]
WordPress TincyMCE Editor Removes Attributes
For anyone that has used WordPress, you may have realized that it uses a customized installation of the TinyMCE text editor. You may have also realized that TinyMCE is setup to manage, and clean, html as you work with it. If you switch between the “Visual” and “HTML” modes, you will see what I mean. […]