Support Forum

WP theme suggestions?

BG Botchee Games
Botchee Games
Member

Hi, was really liking the Voyage theme, but it doesn’t play nice with blog linking.

All the link urls change to the latest post everytime a new blog post is made.

2013 theme works ok, so think need to explore other themes.

Like grid based themes .. what are some good WP themes for SP?

 

 

 

3 Answers

New Answer

MP Mr Papa
Mr Papa
Member

Personally, I love the Genesis framework and use it for all my themes…  but generally, any theme that follows wp standards and api should work…

BG Botchee Games
Botchee Games
Member

Me too, I think, have Genesis framework running Voyage theme for WooCommerce connection.

Problem is blog linking posts all link to same forum topic when listed on home page, but show proper links when viewed on their own pages .. go figure?

Almost decided could live with that, but now SP upload plugin doesn’t work either.

Botchee.com is currently running Voyage and BotcheeGames.com/wp is now Responsive theme.

Tests/results are described in blog and forum posts at both sites.

Voyage was API compliant, but maybe not anymore?

Thanks for help!

 

MP Mr Papa
Mr Papa
Member

there is nothing in genesis that would cause the blog linking to do that – use it all the time…  same for uploader…

botchee is serving cached pages:

<!– Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.botchee.com @ 2013-09-09 02:18:46 by W3 Total Cache –>

which you cannot do for the forum… you MUST disable caching on the wp page the forum is shown for ALL types of caching (each one has its own exclusion list)…  all the forum content is shown on single wp page so its dynamic and cannot be cached…

and I would not call voyager wp api compliant…  it loads bootstrap.js which is known to conflict with the jquery ui library that wp uses…  wp hopes to resolve it someday, but until then, its problematic…  you need to make sure that the theme loads bootstrap before jquery ui…

you can search here for bootstrap for multiple topics on ways to resolve by modifying the theme to not have bootstrap stomping on wp jquery ui…