Title: codeforweb's Replies | WordPress.org

---

# codeforweb

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connections Business Directory] Your Site is Experiencing a Technical Issue](https://wordpress.org/support/topic/your-site-is-experiencing-a-technical-issue-151/)
 *  [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/your-site-is-experiencing-a-technical-issue-151/#post-18758376)
 * The issue is with WP_CLI::get_runner()->arguments. This value is sometimes a 
   string but in new PHP 8 environment, the code assumes it’s always an array. This
   causes FATAL error in PHP 8.
 * I replaced line 47 in tables.php with and it worked for now.
 * // Create a string from the current WP_CLI command.
 *         $args = WP_CLI::get_runner()->arguments;
 *         $args = is_array( $args ) ? $args : (array) $args;
 *         $currentCommand = implode( ‘ ‘, $args );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] add user registration date, time and block](https://wordpress.org/support/topic/add-user-registration-date-time-and-block/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/add-user-registration-date-time-and-block/#post-18333131)
 * Hi, Any inputs on blocking users based on registration phone number?
    -  This reply was modified 1 year, 2 months ago by [codeforweb](https://wordpress.org/support/users/codeforweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Tool tip issue](https://wordpress.org/support/topic/tool-tip-issue-2/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/tool-tip-issue-2/#post-18230340)
 * It was a cache issue. Thank you for taking the time to look at my query!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Email Verification for WooCommerce] Re-direct users to set their new password](https://wordpress.org/support/topic/re-direct-users-to-set-their-new-password/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/re-direct-users-to-set-their-new-password/#post-17948760)
 * These are the only options available for me.
 * [https://snipboard.io/C2E3L4.jpg ](https://snipboard.io/C2E3L4.jpg ) [https://snipboard.io/EbIcwx.jpg](https://snipboard.io/EbIcwx.jpg)
   Neither the General nor the Emails tab has the options you have mentioned. And
   I’m on the latest version of WooCommerce 9.1.4
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Email Verification for WooCommerce] Re-direct users to set their new password](https://wordpress.org/support/topic/re-direct-users-to-set-their-new-password/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/re-direct-users-to-set-their-new-password/#post-17948753)
 * [@abdhindi97](https://wordpress.org/support/users/abdhindi97/)
 * Hi,
 * Can you please share a screenshot. I don’t see these options.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HTML5 Responsive FAQ] remove nav-previous class](https://wordpress.org/support/topic/remove-nav-previous-class/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/remove-nav-previous-class/#post-13500102)
 * Here is the screenshot of the previous post that I would like to remove
    [https://snipboard.io/Vd1Wlr.jpg](https://snipboard.io/Vd1Wlr.jpg)
   [@aankit](https://wordpress.org/support/users/aankit/) [@priyanshumittal](https://wordpress.org/support/users/priyanshumittal/)
   Can you please help me out ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ApplyOnline - Application Form Builder and Manager] can we create a new type attribute to display ads to logged in users](https://wordpress.org/support/topic/can-we-create-a-new-type-attribute-to-display-ads-to-logged-in-users/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/can-we-create-a-new-type-attribute-to-display-ads-to-logged-in-users/#post-13306358)
 * Hi [@farhannoor](https://wordpress.org/support/users/farhannoor/)
    I have checked
   the settings for the expiry of the ads and I have selected “Hide Ad” but it still
   does not work in my case.
 * It is still displaying all the ads that I have mentioned in the shortcode, even
   though they have expired.
    [aol ads=”2850,2848,2846″ type=”ad”]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ApplyOnline - Application Form Builder and Manager] can we create a new type attribute to display ads to logged in users](https://wordpress.org/support/topic/can-we-create-a-new-type-attribute-to-display-ads-to-logged-in-users/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/can-we-create-a-new-type-attribute-to-display-ads-to-logged-in-users/#post-13233674)
 * Hi [@farhannoor](https://wordpress.org/support/users/farhannoor/)
 * Thank you for the response. It helped me.
 * But there is one issue that I’m facing currently. I have two job portals on my
   webiste,
 * 1. one displays all the jobs for any visitor
 * 2. the second displays only specific jobs for logged in users. So, in order to
   display these jobs I’m using the job id’s.
 * For example, [aol ads=”2866,2864,2860,2862,2858,2850,2848,2846″ type=”ad”] this
   is my shortcode that I’m using for the logged in users. But the problem is even
   after the job is expired, it still displays these ads for logged in users!!
 * Is there a way I can give priority to expiry date first and then to the job id?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cool Flipbox - Shortcode & Gutenberg Block] word break on flipbox](https://wordpress.org/support/topic/word-break-on-flipbox/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [7 years ago](https://wordpress.org/support/topic/word-break-on-flipbox/#post-11454806)
 * Please check this link [http://www.redding-rancheria.com/redding_rancheria/guiding-values/](http://www.redding-rancheria.com/redding_rancheria/guiding-values/)
 * I need word break for front-face as well as back-space. The words are currently
   breaking at odd positions.
 * [@baljitdhanjal](https://wordpress.org/support/users/baljitdhanjal/) Thank you
   for the response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Slide Anything - Responsive Content / HTML Slider and Carousel] Slider Loads after 3 seconds](https://wordpress.org/support/topic/slider-loads-after-3-seconds/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [7 years ago](https://wordpress.org/support/topic/slider-loads-after-3-seconds/#post-11435081)
 * Yes I have. I am using image size less than 300KB. Also, I observe this only 
   in Chrome, but not in Mozilla or Edge
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Restrict User Access - Ultimate Membership & Content Protection] where are new users saved](https://wordpress.org/support/topic/where-are-new-users-saved/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/where-are-new-users-saved/#post-11283528)
 * Thank you so much!!! [@intoxstudio](https://wordpress.org/support/users/intoxstudio/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[New User Approve] unable to see users with “pending” filter](https://wordpress.org/support/topic/unable-to-see-users-with-pending-filter/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/unable-to-see-users-with-pending-filter/#post-11118832)
 * After doing some research,
    I just realized, there are few things that you need
   to know as admin
 * 1. As soon as a user registers, they get a confirmation link on their email id.
   
   2. Only after the registered user confirms their email by clicking on that link,
   the user will be displayed on the pending list.
 * Advantage: So, basically fake email id’s used during registration process wont
   be reflected in your “pending” list.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Secure connection error](https://wordpress.org/support/topic/secure-connection-error/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/secure-connection-error/#post-11033743)
 * I guess SSL was the issue,I tried to switch SSL engine off in the /etc/httpd/
   conf.d/ssl.conf and I was able to go back to website without “ERR_CONNECTION_REFUSED”
   error.
 * But the above mentioned error i.e., “Something may be wrong with WordPress.org
   or this server’s configuration. If you continue to have problems, please try 
   the support forums. (WordPress could not establish a secure connection to WordPress.
   org. Please contact your server administrator.) in /var/www/html/webster/wp-includes/
   update.php on line 348” still exists!!
 * I will now try to manually download the Health Plugin and check.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Unable to access website through hostname](https://wordpress.org/support/topic/unable-to-access-website-through-hostname/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/unable-to-access-website-through-hostname/#post-11030941)
 * [@diondesigns](https://wordpress.org/support/users/diondesigns/) Yes, my /etc/
   hosts file looks like that now.
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Unable to access website through hostname](https://wordpress.org/support/topic/unable-to-access-website-through-hostname/)
 *  Thread Starter [codeforweb](https://wordpress.org/support/users/codeforweb/)
 * (@codeforweb)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/unable-to-access-website-through-hostname/#post-11030938)
 * [@jaycbrf](https://wordpress.org/support/users/jaycbrf/) This site is on a remote
   server.

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

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