romancandlethoughts on "Multi-file Uploader Freezes While Crunching (possible...
interestingly enough, using MAMP and a local wordpress install, I don't run into this problem... Though the local install was wordpress 3.4.1, not 3.4.2... and yes, I have run through the...
View ArticleWPyogi on "Menu is blank in Internet Explorer"
Start by clearing up mark-up errors -- particularly the code above the page's doctype:...
View Articlevtxyzzy on "Parse error: syntax error, unexpected T_ENDWHILE"
You are missing an endif; that probably should go just before the endwhile;, like this: <?php endif; ?> <?php endif; ?> <?php endwhile; // End the loop. Whew. ?>
View Articleaj633 on "Menu is blank in Internet Explorer"
Thanks, but unless there are directions to go with the errors, I'm clueless. My knowledge of code is extremely basic.
View Articlemarkappeal on "Blogs do not show up in Dashboard"
I have set up several multipress subfolder sites I follow the directions closely. I get the network installed fine. But when I add new sites they do not show up in the dashboard. they are added and you...
View Articlesanta2 on "Move header text into image"
Thanks, for the above and all of your help Alchymyth! I was able to manipulate my header via photoshop and altered the image to get the header size I want. I will mark this topic as resolved....
View Articlevtxyzzy on "How Can I keep static my right site bar in 3.4.2 in twenty eleven...
The Twenty Eleven Theme Extensions plugin will let you add the sidebar to all pages. First, the footer-height line in your style.css is using parentheses instead of braces. Try changing your style.css...
View Articleeventors on "Set a Post page as a default home page"
I went to the plugin home page and there may be some compatibility issues. Have you ever tried Blog-in-Blog plugin? Have you used "Simply Exclude" and for what purpose? Thanks so much for responding,Jeff
View ArticleCooper Dukes on "Display Sum of meta values"
UNTESTED <?php $revenue = 0; query_posts('category_name=active-project'); while (have_posts()) : the_post(); $revenue .= get_post_meta($post->ID, 'revenue', true); endwhile; echo...
View ArticleAndrew Nevins on "Misaligned Photos"
CSS can be used to resolve this issue. Try asking in http://csscreator.com/forum
View Articlenavieko on ""Fatal error" After update"
Pretty sure problem started after updating from 3.4.1 to 3.4.2 as I haven't done anything since updating. Whenever I try and load /wp-admin I get the following: "Fatal error: Cannot run code from this...
View Articlealchymyth on "Misaligned Photos"
general, this is because image two is somehow higher than the others, so that the left floating images are stuck on its corner. could be solved by forcing the same height onto all images or the image...
View ArticleOvidiuxxxc on "I want my content of the post to be displayed in the center of...
Thank you. The problem is now resolved. table.center { width:auto; margin-left:auto; margin-right:auto; }
View Articledplumbe on "Database not deleting old pages"
I have deleted pages, and changed page permalinks in my website. Once done, emptied my trash. I have even run a WordPress Database Optimization/Cleaning Plugin. Yet when I use Sitemap building tools...
View Articlebstump on "Misaligned Photos"
YOU, my friend, are AWESOME!!! Thank you VERY much @alchymyth! Blows me away that one picture that is 1px taller than the rest could blow up the whole gallery!
View Articlecantplay on "Links in Posts Not Active on Posts Page"
Hello! WP3.4.2 ATA3.7.9 Links I added to my posts are not showing up as links on my posts page "News", but the links are active when viewing individual posts. I deactivated all plugins and that did not...
View Article12sp on "How can I determine what tables belong to what plugins?"
Is this not possible?
View Article