Maninder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Post created overwrites previous oneAwesome!
Forum: Fixing WordPress
In reply to: Post created overwrites previous oneYou’re welcome!
If you recently installed any caching plugin or cache extenstion in NGINX then that may be causing this.
- This reply was modified 6 years, 7 months ago by Maninder.
Forum: Fixing WordPress
In reply to: Post created overwrites previous oneAwesome! glad to head that your problem is resolved ??
Forum: Fixing WordPress
In reply to: Add user Message Please fill in the fieldHi,
Try disabling all the plugins and see if that resolve the issue. And then try activating the plugin one by one. After activating each plugin, check the add user fields. When more fields will appear after activating particular plugin then that plugin causing the issue. You can check settings for that plugin to disable those fields or deactivate that plugin and activate all other plugins.
Forum: Fixing WordPress
In reply to: Post created overwrites previous oneHi,
Can you try adding new post after switching the theme? Also, clear your browser cache after switching the theme.
Forum: Fixing WordPress
In reply to: Main website redirects to sub domainHi,
This seems like browser cache issue. Please clear your browser cache.
Let me know if that helps!
Forum: Fixing WordPress
In reply to: Redirect to /blog breaks pretty permalinksForum: Fixing WordPress
In reply to: Redirect to /blog breaks pretty permalinksHi,
Please try replacing the code in the .htaccess to the following:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> #END WordPress
Forum: Fixing WordPress
In reply to: Strange Series of Characters automatically added to blogpost URLsAwesome!!
Forum: Fixing WordPress
In reply to: Strange Series of Characters automatically added to blogpost URLsHi,
This is not the issue because the plugin Add This (which you have installed on your site) tracking the shares. But you can fix this by following these steps:
1) Login into wordpress admin
2) Open Add This > Advanced Settings
3) Uncheck Address bar sharesLet me know if that helps.
Forum: Fixing WordPress
In reply to: Where do I edit?Hi,
To fix the slider, I see that Meta Slider plugin in not activated/installed on the site.
[metaslider id=554]
is the shortcode for that plugin. I suggest you to activate this plugin or install it if not exist under plugins.- This reply was modified 6 years, 7 months ago by Maninder.
Hi,
Seems like your tried few wrong login attempts. All In One WP Security And Firewall is handling this. You’ll be locked out for one hour after few wrong login attempts but this can increase. Your may be unblocked automatically after one hour or you can try the following steps to unblock yourself:
– Open wordpress admin login page (/wp-admin)
– Enter your username and password and click Submit
– You’ll see Request Unblock button. Press that button
– Enter your email address (associated with the username or blocked account) and click Send Unblock Request
– You’ll receive a link in email. Click on that click on unblock yourself
– Try logging in again
– You’ll receive an emailForum: Fixing WordPress
In reply to: Deletion Error Show hide authorYou can delete the plugin via FTP or try upgrading the PHP version.
- This reply was modified 6 years, 7 months ago by Maninder.
Forum: Fixing WordPress
In reply to: Server is redirecting the request in a way that will never completeYou’re very welcome! Happy to hear that your problem is resolved ??
Forum: Fixing WordPress
In reply to: My website loads blank page after installing pluginsHi,
This happened because you have deleted WPBakery plugin and all the short codes displaying on the page is related to WPBakery plugin. Reinstalling that plugin will fix this problem.
- This reply was modified 6 years, 7 months ago by Maninder.