khushbu desai
Forum Replies Created
-
Forum: Plugins
In reply to: [10WebSocial] Css problem – white line appears.wdi_feed_thumbnail_1 .wdi_feed_container {
width: 100%;
background-color: #FFFFFF;
border-bottom: 5px solid #FFFFFF;
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: rgb(255, 255, 255);
}change above border-bottom-color to
element.style {
}
.wdi_feed_thumbnail_1 .wdi_feed_container {
width: 100%;
background-color: #FFFFFF;
border-bottom: 5px solid rgba(0,0,0,0);
border-bottom-width: 5px;
border-bottom-style: solid;
border-bottom-color: rgba(0, 0, 0, 0);
}- This reply was modified 6 years, 7 months ago by khushbu desai.
- This reply was modified 6 years, 7 months ago by khushbu desai.
Forum: Networking WordPress
In reply to: Redirect mapped subdomain back to actual subdomainHey patbell101,
Syntax would be:
RewriteCond %{HTTP_HOST} ^subdomain\.mydomain\.co.uk$ [NC]
RewriteRule ^(.*) https://subdomain.org/%1 [R=301,L]Tell me if it works
Forum: Networking WordPress
In reply to: WordPress Multisite Site Redirecthi there,
The problem looks like rewrite rules in .htaccess file.
Please check .htacess file for redirection.
Maybe there is a rule in your .htaccess that forces subdomain to the primary domain?
Forum: Networking WordPress
In reply to: WordPress Multisite Site Redirecthey ayu1,
Are you saying that your website URL is example.com and subdomain site URL is website.com.
In a multisite network, there is only one main site others site are subdomain site.
In Network settings page, Registration is disabled. So you are getting the message for disallowing registrations.
Forum: Networking WordPress
In reply to: htaccess change not taking effect.You haven’t mentioned your site url earlier and then if you have changed it. There might be issue with uploading path in database.
Forum: Networking WordPress
In reply to: htaccess change not taking effect.Hi
Which version of wordpress are you using.. This might be issue with older wordpress mu installation
Forum: Networking WordPress
In reply to: Multisite redirect www to non wwwHi there
To redirect from non-www to www, following link may be of use
https://www.ostraining.com/blog/wordpress/non-www/