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

miljenko1 on "eliminating space below menu"

hi, i placed into homepage header.php in my Twenty Eleven Child theme a Responsive Slider instead of a regular header. I decided to place the menu above the header, and this is what I got:...

View Article


Andrew Nevins on "eliminating space below menu"

Use Browser Inspector tools for this kind of CSS work. Look at your navigation styles.

View Article


alchymyth on "Tag count"

edit tag.php one possibility, add: <?php echo $wp_query->found_posts; ?> posts have been added under tag '<?php echo strtoupper(single_tag_title( '', false )); ?>'

View Article

Andrew Nevins on "Why Is my blog header title bigger than the rest of the site?"

The problem is the style you've added !important to. If you reduce this font size down, you should see the problem reduce. #blog-title { font-size: 25px !important; ... }

View Article

Andrew Nevins on "static home page"

Have you tried the instructions on Codex for this?

View Article


miljenko1 on "eliminating space below menu"

so you suspect at #access and stuff like that related to <nav>? Me too...

View Article

Umbercode on "Running the control panel of the wordpress"

http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

View Article

Andrew Nevins on "new to WP, please help."

That theme's style.css file shows this /* THEME NAME: Portfolio THEME URI: http://www.daltonrooney.com/portfolio DESCRIPTION: Clean portfolio theme for artists VERSION: 1.4 AUTHOR: Dalton Rooney AUTHOR...

View Article


Gegeadmin on "sites acting erratically"

Shortly after upgrading to 3.4.2, my 2 sites started acting up. - sometimes, in my Admin Dashboard, I just cannot save the modified menu (error 500 which GoDaddy says comes from my Theme & my Theme...

View Article


engrmuh on "How Individual Wordpress Blogs on Signups."

How to give users individual wordpress blogs on signup in my custom non wordpress website ? For simple embedding i know that wordpress should be in folder of website http://www.example.com/blog/wordpress

View Article

luuk2305 on "static home page"

Make an Home page, an News page, and then go to Settings > Reading. On Front page displays, check "an static page" and click "Home" for "Front Page" and "News" for "Posts Page". Then click "Save...

View Article

Andrew Nevins on "Too much space at bottom of page and under header"

There's a min-height style set; #main .content, #main .last-content { min-height: 1700px; } Use Browser Inspector tools for this kind of CSS work.

View Article

Chouby on "Translation issues using polylang"

In the file bizway/front-page.php, you have instructions like: bizway_get_option('some_option') You can add these 'some_option' that you want to translate in the array $to_translate

View Article


alchymyth on "Page Title displaying twice"

tf_title(); - it seems that your theme is using a selfmade function for the meta title - try to locate that function and check the code (possibly in functions.php of the theme ?) please contact...

View Article

newone1 on "Tag count"

wow... That Worked perfectly.. Thanks a lot.. You are genius!!!!!!!1

View Article


Diane on "Wonky table"

Ha ha: that looks much more beautiful: thanks :)

View Article

hunnsdon on "How to change wordpress email to post subsribers"

Now fixed

View Article


mokah on "site is compromised and all my meta description changed"

Well, I'd start by securing your account by making sure your username isn't the default 'admin' and changing your password to something really secure. I'd then install a security plugin such as...

View Article

newone1 on "Tag count"

I had one more query, Pl help me on this too! I am trying to make meta title Perfect.. So added below php into header.php [ Moderator Note: Please post code or markup snippets between backticks or use...

View Article

mokah on "Disable Featured image header in Twenty Eleven?"

Create a child theme for Twenty Eleven and take out the code that selects the featured image in the header.php and just manually put the code for the image you always want there. Then, when you select...

View Article
Browsing all 112466 articles
Browse latest View live