Custom Login Screen WordPress plugin
WordPress Custom Login plugin, to customize the login and register screens.
Plugin author: Austin Passy
WordPress Custom Login plugin, to customize the login and register screens.
Plugin author: Austin Passy
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
Remove the word “Protected:” from title text of password-protected pages. Big thanks to t31os on the WordPress forums. Check out t31os’s site for more WordPress tips. The following filter function code is placed in the functions.php file, this way it doesn’t accidentally get replaced when WordPress is upgraded. <?php function the_title_trim($title) { $pattern[0] = ‘/Protected:/’;…
Error message: Warning: Cannot modify header information – headers already sent by (output started at /home/content/25/7659925/html/wp-content/themes/corporattica/functions.php:147) in /home/content/25/7659925/html/wp-includes/pluggable.php on line 897 Solution: Remove ALL empty lines/white spaces in the functions.php. This worked for me when using the WordPress Corporattica theme Removed single white space that was in front of <php? on line 147 (IE: I…
Just added this WordPress plugin from Eric Martin to my site: SimpleModal Login is a modal Ajax login for WordPress which utilizes jQuery and the SimpleModal jQuery plugin. There are currently two themes available, each of which can be modified as required. As of 1.0, the plugin features the user registration and forgot password features….
WordPress 2.7.1 problem (for 1and1 shared hosting): Can’t upload images when the following plugins are installed together: “NextGEN Gallery” AND “WP Security Scan” installed together causes image upload problems. “NextGEN Gallery” AND “Multi-Level Navigation” plugins installed together causes image upload problems. Errors encountered when trying to upoad images: Warning: imagecreatefromstring() [function.imagecreatefromstring]: gd-jpeg: JPEG library reports…
WordPress version: 3.1.3 Parent theme: TwentyTen 1.2 We’re only splitting the Title section of the header into 3 parts: Logo GIF | Description GIF | Misc GIF. The Logo part is already finished (see: WordPress Child Theme – Add Logo to Twenty Ten Header). 1. Description GIF (middle part): needs to float-left, next to the…
Broken product links? Product link goes to a blank page. Problem: Shopping cart page shows up fine, and products are purchasable. But if I click on the Product’s link to go to that individual product’s page, the link just goes to a blank page. Solution: Click the “Fix Product Group Permalinks’ link in WP e-Commerce’s…