Hiren Soheliya
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Hi there,
Same issue – and try with “Incorrect Mode” but not working with multisite
Isn’t the plugin compatible with multisite?
Thanks
HirenForum: Fixing WordPress
In reply to: Changed Permalinkconnect FTP (or SFTP if it’s available on your host) to access your site files
Edit your wp_config.php and Add these two lines to your wp-config.php, where “example.com” is the correct location of your site.define( 'WP_HOME', 'https://example.com' ); define( 'WP_SITEURL', 'https://example.com' );
Forum: Fixing WordPress
In reply to: Remove Additional Information TabHere is steps to remove Additional Information Tab
- connect FTP (or SFTP if it’s available on your host) to access your site files
- Go to wp-content folder of the needed WordPress install, then to themes folder, and open the functions.php of the theme you use on your site (the active one)
- At the bottom insert the following code and save the changes to the file on your server
// Remove the additional information tab function woo_additional_information_remove_product_tabs( $tabs ) { unset( $tabs['additional_information'] ); return $tabs; } add_filter( 'woocommerce_product_tabs', 'woo_additional_information_remove_product_tabs', 98 );
Forum: Fixing WordPress
In reply to: Images Not Showing in my websiteHey,
Turn Off All Caching and Deactivate Caching Plugin and check
Best regards,
HirenForum: Fixing WordPress
In reply to: Exclude blog category from archive onlyHi,
Refer this https://www.wpwhitesecurity.com/exclude-category-wordpress-blog/
if it helps.
Thanks.
Forum: Developing with WordPress
In reply to: 404 error on custom taxonomy and category and tag pageForum: Developing with WordPress
In reply to: 404 error on custom taxonomy and category and tag pageHey,
Did you try resetting your Permalink settings under Settings->Permalinks?
Best regards,
Hiren
Viewing 7 replies - 1 through 7 (of 7 total)