Suresh Shinde
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Redirecting of HTTPS to HTTPIf you are using any external file links use https url in your website.
If not https url of external links working, upload those files on your website & use https url, because it is recommended.
Also you can use http to https redirection plugins like https://wordpress.org/plugins/https-redirection/
Forum: Everything else WordPress
In reply to: 403 errorCheck with your access log & error log.
Check with permissions of files & directories, for file it should be 644 and for dir it should be 755.
Also check by disabling plugin, if you are using any plugin for admin login security.(you can disable plugin by rename related plugin directory)
Forum: Fixing WordPress
In reply to: Unable to reply to commentsThat sounds like a plugin or theme conflict, check with any JavaScript errors related in browser console & check in error log.
Forum: Everything else WordPress
In reply to: Excerpt not showing on only 1 postAt your staging/localhost, you can check by switching to default theme.
- This reply was modified 5 months, 1 week ago by Suresh Shinde.
Forum: Everything else WordPress
In reply to: Excerpt not showing on only 1 postYou can add excerpt text in the option of excerpt below featured image settings in post.
For more details;
Forum: Fixing WordPress
In reply to: Asking for FTP info on Windows ServerYou can define a constant, ‘FS_METHOD’ in your wp-config.php file.
define(‘FS_METHOD’,’direct’);
It will allow you to use the ‘direct’ method of installing plugins, themes, or updates.
Detail documentation about WordPress Update and Permission:
- This reply was modified 5 months, 2 weeks ago by Suresh Shinde.
- This reply was modified 5 months, 2 weeks ago by Suresh Shinde.
Forum: Fixing WordPress
In reply to: Fatal error when trying to log inHello,
Deactivate plugin revslider by doining rename by FTP(eg. revslider-back). It is located in plugins dir.
Download the latest version of revslider and Upload in the plugin dir.
Forum: Fixing WordPress
In reply to: New posts do not saveCheck the error log on your server as well as browser console.
To enable wp_debug and wp_debug_log, add this code in wp-config.php
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );in detail look at wp-content/debug.log to see if anything gets logged there. https://wordpress.org/support/article/debugging-in-wordpress/
You can also try this: Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.
- This reply was modified 5 months, 3 weeks ago by Suresh Shinde.
- This reply was modified 5 months, 3 weeks ago by Suresh Shinde.
- This reply was modified 5 months, 3 weeks ago by Suresh Shinde.
Forum: Fixing WordPress
In reply to: Page header theme different than the page’s themeHello @lllarah,
Try by hard refresh or in incognito window. It might be a cache issue.
If you are talking about primary menu, we can change by menu option in WordPress.
Check if you have any header related plugin is enabled.
Make sure & check with your active theme.
Hello @kiamarakid,
I think you are using Elementor page builder. From the page builder after clicking on page edit, need to go that menu section and set background color option of page builder.
Or simply use below style.
.elementor-element-cecc40a{
background: #009fffb3;
}Forum: Installing WordPress
In reply to: Cannot install the WordPressForum: Fixing WordPress
In reply to: Cannot modify headersThere is Advance cache plugin setting WP_CACHE in wp-config.php file check the line as;
define(‘WP_CACHE’, true);
below is the statement which need to be commented like
// define(‘WP_CACHE’, is_file(__DIR__.’/wp-content/advanced-cache.php’));
to prevent this error you can set to false, like
define(‘WP_CACHE’, false);
- This reply was modified 6 months, 2 weeks ago by Suresh Shinde.
Forum: Fixing WordPress
In reply to: Critical error on the website.You can rename plugins directory (wp-content/plugins-back) to plugins-back by FTP or terminal. Now your WordPress installation is working without any plugin, after that you can create plugins directory in wp-content as before plugins. You can do one by one enable plugin to check faulty plugin (or you can upload plugins one by one by ftp to check).
Forum: Reviews
In reply to: [Sticky CTA] Phone button doesnt workHello,
For call you need to mention protocol tel:phonenumber in CTA link option of the plugin.
In next version release I will implement more advanced useful features.
Thank you.
Forum: Reviews
In reply to: [Sticky CTA] Awesome PluginThank you Rutvij for your appreciation.