Mithilesh Kumar
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?will you plz deactivate tablepress and super cache plugin and please check wp-config.php file ::
define(‘FORCE_SSL_ADMIN’, true)
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?whats your domain, can you tell me the url
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?have u using woocommerce???
Forum: Plugins
In reply to: [WP Super Cache] HTTP to HTTPs?Have you checked your domain is ssl certified or not if yes then you should add the following code in your .htaccess file. i hope it will help you.
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]Forum: Fixing WordPress
In reply to: Lost access in trying to move wp site to roothave u configure your database and wp-config.php file.
Forum: Fixing WordPress
In reply to: Cannot Login Into WP-AdminForum: Fixing WordPress
In reply to: Lost access in trying to move wp site to rootWould you describe your problem with printscreen.
Forum: Fixing WordPress
In reply to: Lost access in trying to move wp site to rootForum: Fixing WordPress
In reply to: CSS only loads completely when logged in?Hello,
Try this code to add css, it will be load in frontend.
<?php
add_action( ‘wp_enqueue_scripts’, ‘mithu_stylesheet’ );
function mithu_stylesheet() {
wp_enqueue_style( ‘prefix-style’, plugins_url(‘style.css’, __FILE__) );
}
?>Forum: Fixing WordPress
In reply to: Homepage only works, error 404 for all other pagesif you are able to login dashboard then change permalink to default and then check your site is working or not. please check your .htaccess file from root folder of wordpress or your site.
Forum: Fixing WordPress
In reply to: Site loads fine on one page, doesn't load on nextif you are able to login dashboard. go the home page from admin panel and select a template for home page then check your site is loading or not.. otherwise js problem..
Forum: Fixing WordPress
In reply to: I forgot my admin passwordyou have to go cpanel and change password from database users table.
Forum: Fixing WordPress
In reply to: Data Base connection Errorhttps://localhost/phpmyadmin and create a database then go the wordpress folder wp-config.php file
Details with your db name
username: root
Password: should be blank
then run your site on localhost
Forum: Networking WordPress
In reply to: You do not have sufficient permissions to access this page.check your wp-config.php file, subdomain should be true and multisite also be true in config file.
Forum: Networking WordPress
In reply to: Multisite Theme Not Working Properlyyou have to change theme from subdomain dashboard not from network.