Amit Yadav
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Buttons on HeaderHi,
You can find your php file via FTP or cpanel. or also you can edit php file via
wp-admin go to your admin side and there is a appearance menu there is also a sub menu under appearance for edit file. but i will suggest check with via ftp or cpanel.Forum: Fixing WordPress
In reply to: my woo commerce login page is not loading it shown a errorHi,
https://shop.goindianow.in/my-account/ its working without (s) if you want to without (s) just replace https:// to https://
Forum: Fixing WordPress
In reply to: Can’t save the selected Feature ImageHi,
Please inspect and check your console maybe there is a JS issue, or deactivate your plugins one by one and check.
- This reply was modified 2 years, 7 months ago by Amit Yadav.
Forum: Fixing WordPress
In reply to: Buttons on HeaderHi,
Check your theme option or if you are using custom theme then check your header.php file and make your changes via child theme.
Forum: Fixing WordPress
In reply to: There has been a critical error on this website.Hi,
I have checked https://yastrubinskiy.liveblog365.com/
Its working fine there is no critical error my be you fixed it
Forum: Fixing WordPress
In reply to: Website URL is broken or have issueHi,
Just rename the plugins file and check.
- This reply was modified 2 years, 7 months ago by Amit Yadav.
- This reply was modified 2 years, 7 months ago by Amit Yadav.
Forum: Fixing WordPress
In reply to: Website URL is broken or have issueHi,
Please check this class WPSettsD this is declared twice so check where its declare 2nd time. it can be in function.php or maybe another plugins.
so deactivate plugins one by one and check.Forum: Fixing WordPress
In reply to: Website URL is broken or have issueCan you please go to your plugin folder and rename your plugin one by one and check.
Forum: Fixing WordPress
In reply to: There has been a critical error on this website.Yes go to your root directory on root folder there is file wp-config.php and find
define(‘WP_DEBUG’, false) and make it true like define(‘WP_DEBUG’, true)then refresh your site your error will be show.
- This reply was modified 2 years, 7 months ago by Amit Yadav.
Forum: Fixing WordPress
In reply to: There has been a critical error on this website.Hi,
This is php code error.
Go to wp-config.php file (located in root directory) there is define
(define(‘WP_DEBUG’, false);) make it true like this (define(‘WP_DEBUG’, true);)Then you will see the where is error in the code.
Forum: Fixing WordPress
In reply to: Website URL is broken or have issueHi,
You can access this (wp-config.php) file via ftp or cpanel this file located in root directory where your wp-admin, wp-include, and wp-content file located)
Forum: Fixing WordPress
In reply to: Website URL is broken or have issueHi,
Go to wp-config.php file (located in root directory) there is define
(define(‘WP_DEBUG’, false);) make it true like this (define(‘WP_DEBUG’, true);)Then you will see the issues.
Forum: Fixing WordPress
In reply to: Website shows in text onlyHi,
Can you please deactivate the cache plugin and check again in private browser.
Forum: Fixing WordPress
In reply to: How to assign Page Templates to the Custom Post TypeHi,
You can create a single page template of custom post type like this (Duplicate the single.php file and rename it like single-{post_type}.php)
so you can create like this (single-services.php) and then flush the permalinks
in admin side.Forum: Fixing WordPress
In reply to: Uploaded new logo but publish button not clickableHi,
I have checked your site there are lots of js error might be this reason your logo is not uploaded so you need to solve js error first.
Here you can check.