by suleski | Aug 10, 2014 | Reference, Technical, Troubleshooting
I wanted to create documentation for my most recent PHP project. My code was all set and in a form that it should be in – I just needed a way to generate the docs. I considered two options: phpDocumentor ApiGen Ended up going with phpDocumentor because it...
by suleski | Aug 8, 2014 | Technical, Troubleshooting
That’s the error I got when using Visual Composer’s Posts Grid element on a long and involved post. It did not happen when displaying the post through the single.php or archive.php templates – only the Visual Composer element. After some searching,...
by suleski | Apr 11, 2014 | Technical, Troubleshooting
Came across an issue with the Bootstrap navbar dropdown with respect to WordPress. Here’s the issue: Download Bootstrap and put it up on your website (reference the min.css and min.js files). Go to the sample code for the Default Navbar in the Bootstrap docs...
by suleski | Apr 9, 2014 | Technical, Troubleshooting
I am developing a new theme from scratch. Came across an issue where the black admin bar (runs along the top of a site for Administrators) was not displaying. Turned out that I had wp_head() called from within my header.php file, but did not have wp_footer() called...
by suleski | Oct 28, 2013 | Technical, Troubleshooting
There is a webpage I visit where I click on a link and some Javascript kicks in to display a textbox that was previously invisible. Recently, I went back to this webpage and noted that the textbox was no longer appearing. Knowing a bit about Javascript and Google...
by suleski | Oct 15, 2013 | Technical, Troubleshooting
The problem WordPress comes with a login mechanism – stored in wp-login.php (installed in your base folder, typically). There is a case I came across where a user would do the following: Navigate to pagea.php (this page has some content that is shown when...