Quantcast
Channel: WordPress.org Forums » All Posts
Browsing all 112456 articles
Browse latest View live

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 Article


WPyogi on "Menu is blank in Internet Explorer"

Start by clearing up mark-up errors -- particularly the code above the page's doctype:...

View Article


vtxyzzy 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 Article

aj633 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 Article

markappeal 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 Article


santa2 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 Article

vtxyzzy 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 Article

eventors 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 Article


Cooper 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 Article


Cooper Dukes on "theme directory"

Do you have flash installed on your browser?

View Article

Andrew Nevins on "Misaligned Photos"

CSS can be used to resolve this issue. Try asking in http://csscreator.com/forum

View Article

navieko 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 Article

alchymyth 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 Article


Ovidiuxxxc 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 Article

dplumbe 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 Article


bstump 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 Article

marcoapaulo on "Only Show If There Is Posts"

Ah it worked :) Thank you!

View Article


bythegram on "Only Show If There Is Posts"

cheers!

View Article

cantplay 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 Article

12sp on "How can I determine what tables belong to what plugins?"

Is this not possible?

View Article
Browsing all 112456 articles
Browse latest View live