codeforweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Connections Business Directory] Your Site is Experiencing a Technical IssueThe 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 );
Hi, Any inputs on blocking users based on registration phone number?
- This reply was modified 1 year, 2 months ago by codeforweb.
It was a cache issue. Thank you for taking the time to look at my query!
These are the only options available for me.
https://snipboard.io/C2E3L4.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
In reply to: [HTML5 Responsive FAQ] remove nav-previous classHere is the screenshot of the previous post that I would like to remove
https://snipboard.io/Vd1Wlr.jpg @aankit @priyanshumittal Can you please help me out ?Hi @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”]Hi @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
In reply to: [Cool Flipbox - Shortcode & Gutenberg Block] word break on flipboxPlease check this link 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 Thank you for the response.
Yes I have. I am using image size less than 300KB. Also, I observe this only in Chrome, but not in Mozilla or Edge
Thank you so much!!! @intoxstudio
Forum: Plugins
In reply to: [New User Approve] unable to see users with “pending” filterAfter doing some research,
I just realized, there are few things that you need to know as admin1. 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
In reply to: Secure connection errorI 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
In reply to: Unable to access website through hostname@diondesigns Yes, my /etc/hosts file looks like that now.
Forum: Localhost Installs
In reply to: Unable to access website through hostname@jaycbrf This site is on a remote server.