Title: tlash's Replies | WordPress.org

---

# tlash

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Age Gate] custom field set cookie](https://wordpress.org/support/topic/custom-field-set-cookie/)
 *  Thread Starter [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [5 years ago](https://wordpress.org/support/topic/custom-field-set-cookie/#post-14435660)
 * Phil,
    You are awesome. thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Age Gate] custom field set cookie](https://wordpress.org/support/topic/custom-field-set-cookie/)
 *  Thread Starter [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [5 years ago](https://wordpress.org/support/topic/custom-field-set-cookie/#post-14432895)
 * Hi Phil,
    Turns out I do need some guidance on a JS version as our server cache
   requires i use JS.
 * When I use the code above, I see the cookie is set in the browser cookie, but
   when I inspect with dev tools it’s not there. Switching off JS and then I see
   the cookie in dev tools.
 * Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Age Gate] setting a field name for a custom field](https://wordpress.org/support/topic/setting-a-field-name-for-a-custom-field/)
 *  Thread Starter [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [5 years ago](https://wordpress.org/support/topic/setting-a-field-name-for-a-custom-field/#post-14432887)
 * Hi Phil,
    With all three functions above, including the my_field_names, I still
   see “The Ag Field Terms field is required”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Age Gate] custom field set cookie](https://wordpress.org/support/topic/custom-field-set-cookie/)
 *  Thread Starter [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [5 years ago](https://wordpress.org/support/topic/custom-field-set-cookie/#post-14427250)
 * Thanks! that works great. There’s another issue but i will open separate item.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Class __PHP_Incomplete_Class has no unserializer](https://wordpress.org/support/topic/class-_php_incomplete_class-has-no-unserializer/)
 *  [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/class-_php_incomplete_class-has-no-unserializer/page/4/#post-8671782)
 * This just happened to one of my sites. saw the same error on mobile only with
   WP 4.7.1 on godaddy. In your managed dashboard there’s a godaddy menu. There’s
   an option to flush the cache. That worked without calling support.
 * Hope this helps somebody. this thread definitely helped me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Access Manager] UAM | Ultimate Member](https://wordpress.org/support/topic/uam-ultimate-member/)
 *  [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/uam-ultimate-member/#post-8569839)
 * Mkwadraat,
    Did you resolve this? How? I’m looking for the same solution.
 * when i use UAM and try to restrict files, it restricts all of them. I just want
   to restrict files attached to specific posts.
 * thanks1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Store Locator] How to list stores with responsive columns](https://wordpress.org/support/topic/how-to-list-stores-with-responsive-columns/)
 *  [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/how-to-list-stores-with-responsive-columns/#post-8272226)
 * [@davidsona303](https://wordpress.org/support/users/davidsona303/)
 * This custom CSS will give you three columns.
 * /*store location */
    #wpsl-result-list li { width: 33%; float:left; }
 * this will revert to one column when the screen size is narrower than 767px (ipad
   mini) you can change that to be 480 so it’s just phone, etc.
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 767px){
   #
   wpsl-result-list li { width: 100%; float:left; } }
    -  This reply was modified 9 years, 7 months ago by [tlash](https://wordpress.org/support/users/tlash/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Woocommerce colour picker popup](https://wordpress.org/support/topic/woocommerce-colour-picker-popup/)
 *  [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [10 years ago](https://wordpress.org/support/topic/woocommerce-colour-picker-popup/#post-7325391)
 * bump. Looking for the same thing. did you find a solution?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 4.3 – Unable to disable sending password to users](https://wordpress.org/support/topic/wordpress-43-unable-to-disable-sending-password-to-users/)
 *  [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/wordpress-43-unable-to-disable-sending-password-to-users/page/3/#post-6452213)
 * i reposted this in the support forum:
 * We need an option to NOT SEND EMAIL TO NEW USER
 * in 4.3, when adding a new user from the backend: wp-admin/user-new.php
 * Under the password generator, there’s text that states:
    A password reset link
   will be sent to the user via email.
 * I am suggesting that there be a checkbox to toggle that action:
    [x] A password
   reset link will be sent to the user via email.
 * Myself, like many other bloggers i suspect, have guest bloggers where i produce
   the content. They never login. But, i need to create an account for them so that
   the metadata Author field works properly. I don’t want to send them any automated
   notifications.
 * Long time wordpress developer managing 20+ installations.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 4.3 – Unable to disable sending password to users](https://wordpress.org/support/topic/wordpress-43-unable-to-disable-sending-password-to-users/)
 *  [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/wordpress-43-unable-to-disable-sending-password-to-users/page/3/#post-6452210)
 * i might add that there’s a caching bug in the current form. When i click show
   password on the /wp-admin/user-new.php i see the last registered user’s password.
   Which is significant security issue
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress 4.3 – Unable to disable sending password to users](https://wordpress.org/support/topic/wordpress-43-unable-to-disable-sending-password-to-users/)
 *  [tlash](https://wordpress.org/support/users/tlash/)
 * (@tlash)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/wordpress-43-unable-to-disable-sending-password-to-users/page/3/#post-6452209)
 * Skipping over the irony that in order to post on this forum i had to register—
   which sent me a password in email clear text—I am requesting a feature for 4.3.1
   that there be added a checkbox to send the new registered user an invite or not.
 * I’m okay with that email asking them to pick or change their password. I just
   don’t always want that message to be sent, and i don’t want to disturb the mailer
   or a user from using the forgot password function when they need it.

Viewing 11 replies - 1 through 11 (of 11 total)