yanj2004
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Test if xmlrpc.php is enablehttps://kinsta.com/blog/xmlrpc-php/
<The code behind the system is stored in a file called xmlrpc.php, in the root directory of the site.>In my understanding, if in root of site, there’s no xmlrpc.php, which means the xmlrpc.php is disabled.
Forum: Fixing WordPress
In reply to: Use wp_query() to get post by certain taxtax_query’ => array(
array(
‘taxonomy’ => ‘post_tag’,
‘field’ => ‘tag_ID’,
‘terms’ => 48,
)
)This does work for me 🙂
Forum: Fixing WordPress
In reply to: Use wp_query() to get post by certain taxWhen I click one tag, the url is as
wp-admin/term.php?taxonomy=post_tag&tag_ID=48&post_type=post&wp_http_referer=%2Fwp-admin%2Fedit-tags.php%3Ftaxonomy%3Dpost_tagForum: Fixing WordPress
In reply to: the_content() doesn’t make ‘Read more’ link for the last postHi @yogeshyadav20,
I tried it, unfortunately it didn’t work
Forum: Plugins
In reply to: [Redirection] Redirection not working, generated 403Hi John,
Please ignore several of the issues I mentioned earlier.
Again, let me clarify the situation.
1. when I upgrade the site (both theme and plugin), all redirection detections come up with 403 errors.
https://ibb.co/V3ZnYS0
https://ibb.co/tDHN2192. when I revert the theme to the previous version, it is still 403.
Forum: Plugins
In reply to: [Redirection] compatibility with Enfold themeHi John,
I have contacted the theme developer. I will switch this to another topic.Forum: Plugins
In reply to: [Redirection] Redirection not working, generated 403Hi John, what’s URL you ask for?
Forum: Plugins
In reply to: [Redirection] compatibility with Enfold theme1) I set up the url redirection when click the images. After the theme and plugins upgrade, the redirection didn’t work anymore. Now when the image is clicked, it displays the image self.
(see the screenshot )2) No matter what version of the theme I use, the plugin Redirection has 403 problems after the site upgrade.
(please see the screenshot)Forum: Fixing WordPress
In reply to: different PHP version by wp –info and by php -vthank you.I’ll contact them
Forum: Fixing WordPress
In reply to: different PHP version by wp –info and by php -vin .htaccess, about php version is:
AddHandler application/x-httpd-ea-php73 .php .php7 .phtmlForum: Plugins
In reply to: [User Role Editor] Role can’t read WPBakery Builder module1. The user with Editor + Shop manager: The WPBakery builder can’t be displayed correctly.
2. The user with Editor + Order manager: The WPBakery builder can be displayed correctly. But most of functions of WooCommerce can’t be used. Because I replace shop-manager with order-manager.
3. I created a new role, where all of the options of Editor and of Shop manager are checked. Finally it did work. The WPB was displayed correctly. The user can manager the WooCommerce shop also.Is it the issue about principle of least privilege?
Forum: Plugins
In reply to: [User Role Editor] Role can’t read WPBakery Builder moduleIn WPBakery, I checked ‘Page’ in the section of post type for Shop manager. Other selections are ‘enable’ or ‘All'(HTML, Elements).
Forum: Fixing WordPress
In reply to: different php version between server and wordpressApache
PHP: 7.3.29
PHP SAPI: cgi-fcgi- This reply was modified 4 years, 9 months ago by yanj2004.
Forum: Fixing WordPress
In reply to: different php version between server and wordpresswp –info
PHP binary: /opt/alt/php56/usr/bin/php
PHP version: 5.6.40
php.ini used: /opt/alt/php56/etc/php.ini
WP-CLI root dir: phar://wp-cli.phar/vendor/wp-cli/wp-cli
WP-CLI vendor dir: phar://wp-cli.phar/vendor
WP_CLI phar path: xxxx
WP-CLI packages dir:
WP-CLI global config:
WP-CLI project config:
WP-CLI version: 2.0.1`Forum: Localhost Installs
In reply to: wp cli command doesn’t work, back the Fatal error mysql_connect()The issue is fixed.
PHP Version is updated from 7.3 to 7.4.