Title: WordMonkey25's Replies | WordPress.org

---

# WordMonkey25

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] WC 3.3.1 New issues with product category display](https://wordpress.org/support/topic/wc-3-3-1-new-issues-with-product-category-display/)
 *  [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wc-3-3-1-new-issues-with-product-category-display/page/2/#post-10097632)
 * I am having the exact same issue on a few sites.
 * Has anyone had any luck in re-writting the snippet?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Testimonial Basics] Redirect after submission?](https://wordpress.org/support/topic/redirect-after-submission-5/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [10 years ago](https://wordpress.org/support/topic/redirect-after-submission-5/#post-7457544)
 * Surely there is a way to edit the code to create this function, no? From Katb_shortcodes
   line #378
 *  if( isset($_SESSION[‘katb_submitted’]) && $_SESSION[‘katb_submitted’] == SHA1(‘
   true’) && $correct_form == true ) {
 *  if( $use_popup == 1 ){ ?>
    <script><?php echo ‘alert(“‘.esc_html__(“Testimonial
   Submitted – Thank You!”,”testimonial-basics”).'”)’; ?></script> <?php } else {
   $input_html .= ‘<span class=”katb_test_sent”>’.esc_html__(‘Testimonial Submitted–
   Thank You!’,’testimonial-basics’).'</span>’; }
 *  $_SESSION[‘katb_submitted’] = SHA1(‘false’);
 *  }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore, Migration & Clone] Same Database](https://wordpress.org/support/topic/same-database/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/same-database/#post-6492154)
 * On second thought I do have a question about this.
 * With the clone using the same database, what is the workflow for exporting/importing
   posts/pages for testing. If the databases were separating they could just be 
   copied over. What do you recommend for keeping the sites in selectively in sync?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP STAGING - WordPress Backup, Restore, Migration & Clone] Same Database](https://wordpress.org/support/topic/same-database/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/same-database/#post-6492085)
 * Hi,
 * Sorry I missed that in the description. Yes the clone appears to be working great.
   I’m loving it so far.
 * Good Work.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Fifteen] Post navigation within category](https://wordpress.org/support/topic/post-navigation-within-category/)
 *  [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/post-navigation-within-category/#post-5818305)
 * I’m trying to do this with no luck as well…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Category class support](https://wordpress.org/support/topic/category-class-support/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/category-class-support/#post-6164136)
 * Thanks, can this be adjusted to overlay the post title and category over the 
   thumbnail as well?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Category class support](https://wordpress.org/support/topic/category-class-support/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/category-class-support/#post-6164134)
 * So that section would look like this when complete?
 *     ```
       if ( 'inline' == $post_thumb_op || 'after' == $post_thumb_op || 'thumbs_only' == $post_thumb_op ) {
       					$output .= '<a href="' . get_permalink( $postid ) . '" rel="' . $rel_attribute . '" ' . $target_attribute . ' class="tptn_link">'; // Add beginning of link
       $tptn_thumb_class = "tptn_thumb " . implode( " ", wp_list_pluck( $categorys, 'slug' ) );
       					$output .= tptn_get_the_post_thumbnail( array(
       						'postid' => $postid,
       						'thumb_height' => $thumb_height,
       						'thumb_width' => $thumb_width,
       						'thumb_meta' => $thumb_meta,
       						'thumb_html' => $thumb_html,
       						'thumb_default' => $thumb_default,
       						'thumb_default_show' => $thumb_default_show,
       						'scan_images' => $scan_images,
       						'class' => "tptn_thumb",
       						'class' => $tptn_thumb_class,
       					) );
   
       					$output .= '</a>'; // Close the link
       				}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Youtube Channel Gallery] Error message KeyExpired](https://wordpress.org/support/topic/error-message-keyexpired/)
 *  [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years ago](https://wordpress.org/support/topic/error-message-keyexpired/#post-6334112)
 * I’m getting this despite creating and entering a new api key per the instructions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Category class support](https://wordpress.org/support/topic/category-class-support/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/category-class-support/#post-6164038)
 * Sure, just did.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MashShare - Social Media Share Buttons, Social Share Icons] Subscribe content box closes immediately](https://wordpress.org/support/topic/subscribe-content-box-closes-immediately/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/subscribe-content-box-closes-immediately/#post-6162000)
 * I have reverted to theprevious version of the plugin until this issue is fixed.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Daily Security Digest sent twice?](https://wordpress.org/support/topic/daily-security-digest-sent-twice/)
 *  [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/daily-security-digest-sent-twice/page/2/#post-5350848)
 * They dont respond there either. Also if they don’t want to provide support here,
   then they shouldn’t list the plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Category class support](https://wordpress.org/support/topic/category-class-support/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/category-class-support/#post-6164000)
 * Awesome, thank you!
 * This plugin has better support that some paid ones I’ve used 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Category class support](https://wordpress.org/support/topic/category-class-support/)
 *  Thread Starter [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/category-class-support/#post-6163971)
 * That’s fine. Would you be able to direct me to the right place to look for what
   needs to be changed/added?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Daily Security Digest sent twice?](https://wordpress.org/support/topic/daily-security-digest-sent-twice/)
 *  [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/daily-security-digest-sent-twice/page/2/#post-5350844)
 * Does ithemes not have a comment on this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] viewing the itsec_logs file](https://wordpress.org/support/topic/viewing-the-itsec_logs-file/)
 *  [WordMonkey25](https://wordpress.org/support/users/wordmonkey25/)
 * (@wordmonkey25)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/viewing-the-itsec_logs-file/page/2/#post-5824508)
 * No, it was another plugin causing the issue in my case.
 * White Label CMS

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

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