jdev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Newschannel] Number of posts per pageGentlemen I need your help.
$loop = new WP_Query( array( 'post_type' => 'translations', 'posts_per_page' => '12', 'category_name' => single_cat_title('', false), 'paged' => get_query_var('page') ) ); wp_pagenavi( array( 'query' => $loop ) );The pages show but when I click the last button, it shows 404 error.
Forum: Plugins
In reply to: [WP-PageNavi] Page Numbers Out of Ordercss perhaps?
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Set events per page in posterboard.Yes I already did… HERE
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Set events per page in posterboard.Here it is: Screenshot
Forum: Plugins
In reply to: [WP125] Ads not showing up?I realized I have adblocks installed. I paused it on the website Im working on and it solved the problem. I hope this helps.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Set events per page in posterboard.Sorry it wasnt clear, but if you try to visit the url and go to events section in the homepage and click the next page button, it supposed to show 3 events everytime. But its not. Thanks again.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Set events per page in posterboard.Thanks for helping. When I click on the next page, the layout breaks but I already set it to 3.
Forum: Plugins
In reply to: [SFN Easy FAQ Manager] Sort does not workIm having the same issue… any updates on this?
I believe its only working on faqcombo shortcode.
Forum: Plugins
In reply to: [SimpleMap Store Locator] no map and no results on pageIn my case, it was the 404 redirection plugin. Its working perfectly now.
Forum: Plugins
In reply to: [Firelight Lightbox] iframe class ignoring height/width params since upgradeJust set the properties in the css + !important
Forum: Plugins
In reply to: [WP125] Ads not showing up?Me too… Image is scaled to 0 x 0 pixels.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Video Error: This content failed to load.How come this option isnt obvious?
Forum: Plugins
In reply to: [Firelight Lightbox] iframe class ignoring height/width params since upgradeSame problem here… A temporary fix is hardcoding the dimensions in the css using !important.
Forum: Plugins
In reply to: [Total Slider] Really need navigation buttons, but how?Mine isnt owrking, you may view it here: http://www.wnydistrict.com/
Forum: Plugins
In reply to: [SimpleMap Store Locator] Zip code leading zeros get removed?Anyone?