Title: JohnM's Replies | WordPress.org

---

# JohnM

  [  ](https://wordpress.org/support/users/jmanko/)

 *   [Profile](https://wordpress.org/support/users/jmanko/)
 *   [Topics Started](https://wordpress.org/support/users/jmanko/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jmanko/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jmanko/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jmanko/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jmanko/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jmanko/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 50 total)

1 [2](https://wordpress.org/support/users/jmanko/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jmanko/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/jmanko/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/jmanko/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] Weak CAPTCHA – Big Spam Problem](https://wordpress.org/support/topic/weak-captcha-big-spam-problem/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/weak-captcha-big-spam-problem/#post-8662400)
 * It’s getting so bad that I might stop using this plugin. I get dozens of spam
   submission each day. CAPTCHA, honeypot and Akismet are all enabled, but nothing
   is stopping it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Social Icons] If you have any issue with : displaying icon horizontally](https://wordpress.org/support/topic/icons-not-displaying-horizontally/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/icons-not-displaying-horizontally/#post-5785269)
 * Try changing the width on your UL tag.
 * If your icon width is 32px, and gap is 4px:
 * (32 + 4) * (number of icons)
 * So, for me, (32 + 4) * 3 = 108.
 * Then, override the UL style width:
 * ul.cnss-social-icon {
    width: 108px }
 * So, you end up with:
    <ul class=”cnss-social-icon” style=”text-align:left;width:
   108px”>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Groups - Memberships and Access Control] See but not Read](https://wordpress.org/support/topic/see-but-not-read/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/see-but-not-read/#post-5077538)
 * Yeah, this plugin is severely lacking this capability. I’m going to work on it
   now to see if I can modify this behavior. If I get it working I’ll post the modified
   plugin for others.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] List posts of a co-author in author.php](https://wordpress.org/support/topic/list-posts-of-a-co-author-in-authorphp/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years ago](https://wordpress.org/support/topic/list-posts-of-a-co-author-in-authorphp/#post-5112930)
 * I use something like this:
 *     ```
       global $coauthors_plus;
       if (isset($coauthors_plus)) {
       	$curauth = $coauthors_plus->get_coauthor_by( 'user_nicename', $author_name );
       } else {
          	if(isset($_GET['author_name'])) :
             		$curauth = get_userdatabylogin($author_name);
             	else :
             		$curauth = get_userdata(intval($author));
         	endif;
       }
   
       echo $curauth->display_na
   
       if (isset($coauthors_plus)) {
          echo get_the_post_thumbnail($curauth->ID,array(90,90) );
       } else if(function_exists('get_avatar')) {
          echo get_avatar( $curauth->user_email, $size = '120' );
       } 
   
       if($curauth->description !="")
          echo $curauth->description;
       }
   
       if (have_posts()) : while (have_posts()) : the_post();
       	$format = get_post_format();
       	get_template_part( 'includes/post-formats/'.$format );
       	if($format == '')
       		get_template_part( 'includes/post-formats/standard' );
       	 endwhile; else:
       __('No post yet.', 'theme1965');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Go Maps - Google Map, OpenStreetMap, Leaflet Map] CSS issue wpgmza_style.css (version 5.23)](https://wordpress.org/support/topic/css-issue-wpgmza_stylecss-version-523/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/css-issue-wpgmza_stylecss-version-523/#post-4621450)
 * Same here. Please fix.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] Ad placement when using article paging](https://wordpress.org/support/topic/ad-placement-when-using-article-paging/)
 *  Thread Starter [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/ad-placement-when-using-article-paging/#post-3822434)
 * I just purchased Pro. Can I request this feature? 😀
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Contributors or Authors Page](https://wordpress.org/support/topic/contributors-or-authors-page/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/contributors-or-authors-page/#post-4528659)
 * Maybe check out how to get all items:
 * class-coauthors-wp-list-table.php
 * then I would create a shortcode to do the same thing, then create a new page 
   that uses the shortcode. Then just link to that page.
 * If I have time next weekend I wouldn’t mind looking at this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Co-Authors Plus] Search and Co-authors](https://wordpress.org/support/topic/search-and-co-authors/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/search-and-co-authors/#post-4505230)
 * What is the scope of support you do offer?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] All dates reset to 1970-01-10 after update](https://wordpress.org/support/topic/all-dates-reset-to-1970-01-10-after-update/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/all-dates-reset-to-1970-01-10-after-update/#post-4491441)
 * Re-enabling the plugin solved this problem for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Stock Quotes] Examples or screenshots available?](https://wordpress.org/support/topic/examples-or-screenshots-available/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/examples-or-screenshots-available/#post-4299199)
 * This plugin is more of a proof of concept. You have to type the ticker symbol
   in a little box, and it loads a basic stock quote. Users would have to enter 
   in a symbol each visit!
 * There is no configuration, no stylizing, and doesn’t actually load anything when
   the page loads. In addition, it’s very slow, and the style is not inline, so 
   good luck using in, especially with a Cherry Framework site.
 * Don’t bother installing it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Promotion Slider] Thumbnails with more than 10 images](https://wordpress.org/support/topic/thumbnails-with-more-than-10-images/)
 *  [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/thumbnails-with-more-than-10-images/#post-4055817)
 * ekdavey, you’ll have to either user the plugin editor, change it locally and 
   upload the updated plugin file, or use a command line editor on the server. The
   file is:
 * promotion-slider/js/promoslider.js
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] WP Super Cache not allowing ads to rotate/refresh](https://wordpress.org/support/topic/wp-super-cache-not-allowing-ads-to-rotaterefresh/)
 *  Thread Starter [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/wp-super-cache-not-allowing-ads-to-rotaterefresh/#post-4198580)
 * If it can be done during the page generation, then perhaps Ad Rotate can take
   an ajax service approach. An ajax service page can return ads from a service 
   page that is marked as non-cached. Not sure if that’s possible, but it seems 
   like a logical solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] WP Super Cache not allowing ads to rotate/refresh](https://wordpress.org/support/topic/wp-super-cache-not-allowing-ads-to-rotaterefresh/)
 *  Thread Starter [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/wp-super-cache-not-allowing-ads-to-rotaterefresh/#post-4198579)
 * Arnan, in a technical sense you are correct, but in reality the display and rotating
   of ads should be independent of any caching (or we should at least have that 
   option). Caching the ads not only skews the impressions, but advertisers aren’t
   getting their monies worth. There must be a way to exempt Ad Rotate from WP Super
   Cache.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] Network Level Forms](https://wordpress.org/support/topic/network-level-forms/)
 *  Thread Starter [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/network-level-forms/#post-4286779)
 * Thanks for the followup, Mike. Is there a way I can request such a feature?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AdRotate Banner Manager] "Select Banner" button is not working](https://wordpress.org/support/topic/select-banner-button-is-not-working/)
 *  Thread Starter [JohnM](https://wordpress.org/support/users/jmanko/)
 * (@jmanko)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/select-banner-button-is-not-working/#post-4171597)
 * Just the admin panel. But, the configured site URL is non-SSL, and using fully
   qualified URLs will result in such an error in Firefox with that security protection
   enabled.

Viewing 15 replies - 1 through 15 (of 50 total)

1 [2](https://wordpress.org/support/users/jmanko/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jmanko/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/jmanko/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/jmanko/replies/page/2/?output_format=md)