Maninder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress broke down with a HTTP 500Hi,
Seems like wordpress update is not completed successfully and some files are missing. Download wordpress and replace the wordpress core files.
Let me know if that helps!
Forum: Fixing WordPress
In reply to: Comment checkbox and ” Your comment is awaiting moderation. “No, you don’t need to do that for every wordpress update.
Forum: Fixing WordPress
In reply to: What’s the Location of in CPanel for YouTube VideoThe website isn’t working.
Forum: Fixing WordPress
In reply to: Fixing Undisplaying Site LogoHi,
You have selected wrong file for your website logo. I checked your website cache and logo link is: https://www.ciancenter.org/manage/wp-content/uploads/2018/02/cian-logo-03.png
You can simply paste the above link in the logo settings or select the correct logo in the theme settings.
Forum: Plugins
In reply to: [The Events Calendar] 404 error on ALL Event Pages after UPDATE to 4.6.22You’re very welcome! ??
Forum: Plugins
In reply to: [The Events Calendar] 404 error on ALL Event Pages after UPDATE to 4.6.22Login into wordpress dashboard and go to Settings > Permalinks, select Postname and save changes. Check the URL’s now. If there is still any issue then follow these steps:
Check .htaccess file under wordpress root. If there is not .htaccess file, create it with the following code but if there is .htaccess file then make sure that it contains the following code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
Forum: Plugins
In reply to: [Comments - wpDiscuz] Users not logged in can still commentMay i know your website name so that i can check?
Forum: Plugins
In reply to: [Enable Media Replace] Invalid argument supplied for foreach()Hi,
You can simply turn off these warnings by following these steps:
1. Navigate to your wordpress root directory.
2. Edit wp-config.php file and add the following code in the next line after the php tag:
error_reporting(0);
2. Make sure that WP_DEBUG is set to false in wp-config.php fileForum: Fixing WordPress
In reply to: Need plugin to change post style layoutHi,
May i know the new theme name so that i can check and tell you?
Forum: Fixing WordPress
In reply to: Where do I edit?Awesome!
About the editing of left siderbar content, without looking into the dashboard it would be difficult to tell you how you can edit that. But it seems like this is added by the plugin. You can explore the plugin options (e.g. featured content etc.) by logging into WordPress dashboard.
Forum: Fixing WordPress
In reply to: 8 of my most recent posts missing on importI suggest you to check Trash under Posts > All Posts
Forum: Fixing WordPress
In reply to: Website can′t be found!Hi,
I recommend you to restore the rise theme. You can download the copy of this theme from its author’s website or if you have local copy of this theme then you can upload it. If the site will still experience same problem then you’ll need to restore the database (specially table wp_options).
About resetting the login access, you can follow this link:
https://wpcrux.com/blog/change-wordpress-password-phpmyadmin/Forum: Fixing WordPress
In reply to: What’s the Location of in CPanel for YouTube VideoHi,
May i know your website name so that i can answer your questions better after seeing it?
Forum: Fixing WordPress
In reply to: What’s the Location of in CPanel for YouTube VideoHi,
1) Go to youtube and open video. Click on Share on bottom of video and then click on <>Embed icon. Choose the desired options and click on Copy
2) I think you can use&loop=1
at the end of youtube video URL. For example:
https://youtube.com/embed/somecode&loop=1
4) You can uncheck option Show suggested videos when the video finishes before copying the code
5) You can see the link of your youtube video by following these steps:
a. Open wordpress admin dashboard and go to Appearance > Menus. Select the menu name and see the name where your video is embedded.- This reply was modified 6 years, 3 months ago by Maninder.
Forum: Fixing WordPress
In reply to: How To Fix My WordPress siteHi,
Login into FTP or hosting control panel and check if there is any redirect in the .htaccess file (in wordpress root directory).
For example:
ErrorDocument 503 Site temporarily down for troubleshooting