Title: Tekguild's Replies | WordPress.org

---

# Tekguild

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Rebrand b.s.](https://wordpress.org/support/topic/rebrand-b-s/)
 *  Thread Starter [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [1 month, 2 weeks ago](https://wordpress.org/support/topic/rebrand-b-s/#post-18950318)
 * [@danstellarwp](https://wordpress.org/support/users/danstellarwp/) I have yet
   to receive a response on my submitted ticket.
 * But do go on about how this is going to be ‘better’ for users of the plugin.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Rebrand b.s.](https://wordpress.org/support/topic/rebrand-b-s/)
 *  Thread Starter [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/rebrand-b-s/#post-18929979)
 * Hi Dan – 
 * I never received that email update and I regularly (as in multiple time a day)
   check my spam folder, so..given previous experiences with Liquidweb/Kadence I’m
   suspicious. 
 * And, based on that experience, I have absolutely ZERO interest in any product
   related to Liquidweb or Kadence.
 * In addition – I submitted a ticket several days ago asking for a refund (I just
   renewed in May) and have yet to receive a response. Exactly the kind of ‘support’
   I expected – little to none.
 * So, despite your attempt to salvage these reviews, my opinion (and desire for
   a refund) still stands.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Terrible Rebranding](https://wordpress.org/support/topic/terrible-rebranding/)
 *  [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [2 months, 1 week ago](https://wordpress.org/support/topic/terrible-rebranding/#post-18929976)
 * Hi Dan – 
 * I never received that email update and I regularly (as in multiple time a day)
   check my spam folder, so..given previous experiences with Liquidweb/Kadence I’m
   suspicious. 
 * And, based on that experience, I have absolutely ZERO interest in any product
   related to Liquidweb or Kadence.
 * In addition – I submitted a ticket several days ago asking for a refund (I just
   renewed in May) and have yet to receive a response. Exactly the kind of ‘support’
   I expected – little to none.
 * So, despite your attempt to salvage these reviews, my opinion (and desire for
   a refund) still stands.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Terrible Rebranding](https://wordpress.org/support/topic/terrible-rebranding/)
 *  [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [2 months, 2 weeks ago](https://wordpress.org/support/topic/terrible-rebranding/#post-18923141)
 * My thoughts exactly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Additional Variation Images Gallery for WooCommerce] Prevent thumbnail images from cropping](https://wordpress.org/support/topic/prevent-thumbnail-images-from-cropping/)
 *  [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/prevent-thumbnail-images-from-cropping/#post-16141018)
 * Try this:
 *     ```
       add_filter( 'woocommerce_get_image_size_gallery_thumbnail', 'override_woocommerce_image_size_gallery_thumbnail' );
       function override_woocommerce_image_size_gallery_thumbnail( $size ) {
       // Gallery thumbnails: proportional, max width 200px
       return array(
       'width' => 96,//change width here
       'height' => 150,//change height here
       'crop' => 0,
       );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[White Label CMS] Customize Registration Page](https://wordpress.org/support/topic/customize-registration-page/)
 *  Thread Starter [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/customize-registration-page/#post-11304019)
 * Hello again!
 * There actually *is* a default registration page – or a form, at the very least.
 * It’s the form that is shown when you click on ‘Register’ below the Login form.
 * This is the Login form, styled with White Label CMS:
 * [http://tinypic.com/r/2ypajyh/9](http://tinypic.com/r/2ypajyh/9)
 * And this is the Registration form – as you can see, it doesn’t have the same 
   styles applied:
 * [http://tinypic.com/r/297eo5/9](http://tinypic.com/r/297eo5/9)
 * Hope that helps!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Email Address Encoder] Why I’m no longer using this plugin.](https://wordpress.org/support/topic/why-im-no-longer-using-this-plugin/)
 *  Thread Starter [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/why-im-no-longer-using-this-plugin/#post-11270239)
 * Thanks for the offer, but I’ve already moved on.
 * Here’s the thing – if it was caused by another plugin or update, was it due to
   lack of testing? When you change the plugin so significantly I would expect some
   thorough beta testing.
 * The fact that the plugin sent even a one-time notice to *anyone*, especially 
   non-admin users, is simply unacceptable. It does not inspire confidence, no matter
   how good your intentions are.
 * I’m not trying to be mean or difficult – I simply want you to understand that
   we, the users, often have a significant client base and errant behavior from 
   a plugin takes time and effort out of our day, likely unbillable hours, to rectify
   with our clients.
 * I’ve already spent too much time dealing with this. Again, I simply wanted to
   make a statement and be on with my day.
    -  This reply was modified 7 years, 5 months ago by [Tekguild](https://wordpress.org/support/users/kcrusher/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] Counting Downloads by Admin](https://wordpress.org/support/topic/counting-downloads-by-admin/)
 *  [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/counting-downloads-by-admin/#post-10776201)
 * Are you sure that’s the case, because I can see downloads I made from 4 weeks
   ago in the logs…and I’m definitely an admin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Legacy (6.4.16) plugin – deletes pages when uninstalled.](https://wordpress.org/support/topic/legacy-6-4-16-plugin-deletes-pages-when-uninstalled/)
 *  Thread Starter [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/legacy-6-4-16-plugin-deletes-pages-when-uninstalled/#post-10478183)
 * Thank you for adding that info to the docs! I do appreciate it – even if I no
   longer use the plugin, I’m sure someone else will benefit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Legacy (6.4.16) plugin – deletes pages when uninstalled.](https://wordpress.org/support/topic/legacy-6-4-16-plugin-deletes-pages-when-uninstalled/)
 *  Thread Starter [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/legacy-6-4-16-plugin-deletes-pages-when-uninstalled/#post-10478098)
 * Where is the documentation on the 6.x version that states that specifically? 
   I’m looking at the docs and I see nothing that indicates TML creates pages when
   installed/activated nor deletes those pages upon plugin deletion.
 * [https://docs.thememylogin.com/article/38-legacy-installation](https://docs.thememylogin.com/article/38-legacy-installation)
 * **It would seem rather important that this info be documented** or, even better,
   a warning posted during the deletion process. Go one further and give the *option*
   to create and/or delete pages.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast Duplicate Post] Slug issue, original post with same modified slug as draft clone](https://wordpress.org/support/topic/slug-issue-original-post-with-same-modified-slug-as-draft-clone/)
 *  [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/slug-issue-original-post-with-same-modified-slug-as-draft-clone/#post-10376250)
 * I, too, am having this problem and it’s only started occurring recently (as of
   3.2.2?).
 * The problem is exactly like Comstrat indicates.
 * 1. Clone a published post
    2. Quick Edit the new draft – not that the slug is
   exactly the same as the original, published post (it used to add ‘-2’ to the 
   slug). 3. Save the cloned/draft post. 4. The original post is no longer viewable
   as it’s slug has been changed – it now has the ‘-2’ at the end, which should 
   have been for the *cloned* post.
 * I have 3.2.2 of Duplicate Post, I’ve unchecked ‘Slug’ in the options, saved, 
   then gone back and checked it and saved again, but the issue still exists. More
   than happy to give you admin access to see this issue in action, as relaying 
   all the theme settings, plugins/plugin settings, etc. may be more time consuming
   than just having you see it directly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Download Monitor] Fatal Error with DLM 4.x and S3 2.1.1](https://wordpress.org/support/topic/fatal-error-with-dlm-4-x-and-s3-2-1-1/)
 *  Thread Starter [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/fatal-error-with-dlm-4-x-and-s3-2-1-1/#post-9907670)
 * I have not seen that email yet. Can you try resending?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Repeater Add-On] Supports Conditional Logic!](https://wordpress.org/support/topic/supports-conditional-logic/)
 *  [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/supports-conditional-logic/#post-8923432)
 * Conditional logic is definitely broken for User Registration as well.
 * Basing any conditional logic on a field within a Repeater to control assignment
   of Roles in the GF User Registration add-on will not work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Form title always shows](https://wordpress.org/support/topic/form-title-always-shows/)
 *  [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/form-title-always-shows/#post-8690305)
 * And a minute later I found the solution. Use 1 and 0 instead of true or false(
   respectively). You don’t need to put the number in quotes, at least according
   to what I’m seeing.
 * This shortcode hid both the title and registration link:
 * [theme-my-login show_title=”0″ show_reg_link=0]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Form title always shows](https://wordpress.org/support/topic/form-title-always-shows/)
 *  [Tekguild](https://wordpress.org/support/users/kcrusher/)
 * (@kcrusher)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/form-title-always-shows/#post-8690297)
 * I’m also having this problem. I’m using the shortcode in Popup Maker ([https://wordpress.org/plugins/popup-maker/](https://wordpress.org/plugins/popup-maker/))
   and, while the login form is shown, the parameters don’t seem to have an effect.
 * I tried variables both with and without quotes:
    [theme-my-login show_title=false
   show_reg_link=false] [theme-my-login show_title=”false” show_reg_link=”false”]
 * Maybe you can clarify what the ‘meta value’ is, how it’s generated and how it
   may be manually inserted to get the shortcode variables to work properly.
 * I really like this plugin and appreciate your efforts!

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

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