Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Broken Blog Pagination! WordPress

  • SOLVED

Hello,

I've got the CloudServer theme from Themeforest. I've activated the static page for my Blog but the pagination is completely weird, none of the numbers are clickable and I'm not sure where to start looking!

If you can point me to the code location I'll copy and paste the code!

Edit: The page in question http://www.mountainmansocialmedia.com/blog/

Answers (5)

2013-11-26

Balanean Corneliu answers:

Add me on skype an i will be free to give you a help with this.:
id . balanean.corneliu or email [email protected]


KellyEff comments:

All fixed up with amazing service from Balanean C. - no more help needed! :)

2013-11-26

Navjot Singh answers:

Why are you using a theme meant for a single page site?


KellyEff comments:

Because I like the way it looks and I'm a noob...

2013-11-26

Dbranes answers:

You got some javascript error that might be messing up your site:

Uncaught Error: Syntax error, unrecognized expression: #http://www.mountainmansocialmedia.com/

Take a backup and try de-activate any recent changes.

2013-11-26

Sébastien | French WordpressDesigner answers:

in the folder of your theme add this line in the file style.css :


.pagination{clear:both}
.pagination a{margin:5px}


Sébastien | French WordpressDesigner comments:

I see you have apply my code.
You can add what is in bold

.pagination{
<strong>margin-top:20px;</strong>
clear:both;
}


2013-11-26

Arnav Joy answers:

your blog page is blank?