jjoves
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ul li style issueThanks – I figured it out…
Forum: Fixing WordPress
In reply to: ul li style issueYes – Because that is also affecting the NAV menu, is it possible to have a different li style for the menu and a different one for the regular li?
Using Google Font plugin…
Forum: Plugins
In reply to: 2012 Nav Menus Burried behind Slideshow Gallery 1.2.3.2no resolution here?
Forum: Themes and Templates
In reply to: twentyeleven – hover issueI do have it but I cant seem to find it…
Forum: Themes and Templates
In reply to: Widget breaking on twentyelevenThanks alchymyth — Good link for the solution!
Forum: Themes and Templates
In reply to: 2011 Theme EditsYes – I am thinking of starting over and making a child theme…
Forum: Fixing WordPress
In reply to: PageNavi on sidebar issueHow do you preserve a value of a query and calling the result without reloading query.
Original Query
<?php query_posts($query_string . '&cat='.NEWS. '&posts_per_page=5'.'&paged='. get_query_var('paged')); ?>‘<?php if (is_single()) : ?>
<?php if (in_category(NEWS)) : ?>
LOAD RESULT OF QUERY
<?php endif; ?>’Forum: Fixing WordPress
In reply to: Index pagination shows every page as page 1Were you able to get this fix? I am having the same issue. sidebar(left) calls the query and single page(right) displays selecttion. however everytime I go to other post on the other pages the sidebar will go back to page1 even though the selected post is on page 2