sebramsland
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Themes and Templates
In reply to: Help needed with correct pagingI finally worked it out by looking at some other themes with almost same “setup”.
The fix:
<div id="navigate"> <div class="next"><?php if(is_home()) $wp_query->is_single = 1; next_post_link('%link','›'); if(is_home()) $wp_query->is_single = 0; ?></div> <div class="previous"><?php if(is_home()) $wp_query->is_single = 1; previous_post_link('%link','›'); if(is_home()) $wp_query->is_single = 0; ?></div> </div>Thanks for the help anyways! 🙂
Forum: Fixing WordPress
In reply to: ERROR msg – Internet Explorer cannot display the webpageThis also occurs to me.
Example:
http://www.sebastianramsland.com/ (Test in IE)Deactivating Flash Video Player did not work.
Forum: Plugins
In reply to: NextGEN Gallery ErrorI’m having the same problem.
I’m experiencing excactly the same problem, after upgrading Nextgen (and the flashviewer) to the 2.7 version of WP.
When integrating flashviewers to my galleries, I get:
“The Flash Player and a browser with Javascript support are needed..”–
“Try XHTML validation” was already unchecked.
Reinstalling the plugins did not work.I have other flash elements working on my site, so thats not the issue either.
Viewing 5 replies - 1 through 5 (of 5 total)