chouch7
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack admin errorsHi,
Submitted private message through contact form.
Thanks!
Also tried to add it manually under ../includes/pum-condition-functions.php
$conditions[‘is_category’] = array(
‘group’ => __( ‘Pages’ ),
‘name’ => __( ‘Category Index’, ‘popup-maker’ ),
‘callback’ => ‘is_category’,
);But not working. Thanks in advance
I’m having the same issue, under Categories and Tags box it keep saying “loading more results” but never loads more than the first 10.
I tried adding the patch but didnt work for me.
Any suggestions? This is urgent.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] How do I display views using the API ?I cant see the daily_count, is it suppose to show next to the post title or how does it works?
Forum: Plugins
In reply to: [Category Specific RSS feed Subscription] Increasing the Number of CategoriesForum: Plugins
In reply to: [WP Lightbox 2] vertical image getting cut on topIs this plugin still being supported? Any help out there?
Forum: Plugins
In reply to: [WP Lightbox 2] vertical image getting cut on topoups sorry. here it is: http://communityimpact.com/2014/12/04/test-2/
Forum: Plugins
In reply to: [Co-Authors Plus] Integrating template tags$byline = sprintf( _x( 'By %s', 'post author', 'ci' ), '<span class="author vcard"><a class="url fn n" href="' . esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ) . '">' . esc_html( get_the_author() ) . '</a></span>' ); echo '<span class="byline"> ' . $byline . '</span><span class="posted-on">' . $posted_on . '</span>';