Rachna
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: white screenHi,
enable wp_debug and wp_debug_log, look at wp-content/debug.log to see if anything gets logged there. And If you enable both n not working then check this link, you will get to know what are you missing. https://codex.www.ads-software.com/Debugging_in_WordPress.
Might this helps!.
Forum: Fixing WordPress
In reply to: Images Don’t CenterHi mathsection,
Are you talking about this post https://mathsection.com/friendship-paradox/.
This is the CSS you can add, to align pictures.
.wp-block-image, .wp-block-image img{ margin-left: 75px; }
To add CSS: use the “Additional CSS” option in the customizer. https://codex.www.ads-software.com/CSS#Custom_CSS_in_WordPress
Forum: Fixing WordPress
In reply to: .htaccess file got corruptedInternal server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/
and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue.If that does not resolve the issue, it’s possible that a
.htaccess
rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the.htaccess
file. If you can’t find a.htaccess
file, make sure that you have set your SFTP or FTP client to view invisible files.If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.
Forum: Everything else WordPress
In reply to: Translate WordPress 4.9.8You can simply refer to link below, It has different steps/possibilities which can guide you.https://codex.www.ads-software.com/Multilingual_WordPress.
Might this helps you
Forum: Fixing WordPress
In reply to: Using Burmese fonts in WordPressHi there,
You can simply refer to link below, It has different steps/possibilities which can guide you. https://codex.www.ads-software.com/Multilingual_WordPress.
Hope this helps.
Forum: Networking WordPress
In reply to: Multisite installing afterwardsHello there,
You don’t need to install WordPress 2 times. To create a subsite in WP multisite, simply go to Sites — Add New in the Network Admin dashboard. If you are using subdomain type multisite, you do NOT need to create the subdomain in your hosting. Multisite will do this for you using the wildcard domain that you set up in your hosting account.
Multisite is more complicated than single site WP, however, so you will want to look at the skills required to create and manage a multisite network before diving in. There are step-by-step instructions for setting up multisite in the WP codex.
Hope this helps! you.Forum: Fixing WordPress
In reply to: Like This button not loadingHi Kernix,
I recommend asking at https://www.ads-software.com/support/plugin/wordpress-seo so the plugin developer’s and support community can help you with this.
Thanks
Forum: Fixing WordPress
In reply to: Get youtube link title in post titleHi Tri Paloski,
Yes, you can change the URL into whatever title you like, above the video, there is an edit button, just click on the edit button and it will redirect you to Insert Media page, there can change the URL.
Might this helps!.
Forum: Fixing WordPress
In reply to: can’t access dashboard or site looks wrongTry manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.
If that does not resolve the issue, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to
/wp-content/themes/
and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue (theme functions can interfere like plugins).Forum: Fixing WordPress
In reply to: Images Don’t CenterHello,
can you please make your website live, right now it is showing admin login. So that we can give you proper guidance for your query.
ThanksThis may be a plugin or theme conflict. 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.
If you can install plugins, install “Health Check”: https://www.ads-software.com/plugins/health-check/ On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.
Hi,
Edit the file C:\xampp\htdocs\savidorcodes.org\wp-content\themes\seosight\functions.php, proceed to line 73 and look for REQUEST_URI. Put single quotes around it (REQUEST_URI) and save the file.
Change(Add single quote on REQUEST_URI)
$path = $_SERVER[‘HTTP_HOST’] . $_SERVER[REQUEST_URI];
to
$path = $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’];
Might this helps you.- This reply was modified 6 years, 2 months ago by Rachna.
Forum: Fixing WordPress
In reply to: “Looks like there is something wrong” errorHi there,
Remain calm and carefully follow this guide. When you’re done, you may want to implement some (if not all) of the recommended security measures.
Hope this helps! you.Forum: Fixing WordPress
In reply to: Product stock isn’t displaying on product pagesHi,
I recommend asking at https://www.ads-software.com/support/plugin/woocommerce/#new-post so the plugin developer’s and support community can help you with this.Thanks.
Forum: Fixing WordPress
In reply to: Recent post widget not showing the post after change publushed dateHello Naresh,
I suggested adding this plugin https://www.ads-software.com/plugins/recent-posts-widget-extended/ for displaying Recent posts.
And Here is tutorial how to display recent post.Hope this helps! you.
Thanks