RoseBruford1
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Changing from http to https (multisite)The WordPress guide doesn’t help because my Dashboard looks very different.
Forum: Networking WordPress
In reply to: Changing from http to https (multisite)Thanks, I’ll try
I’m now even more lost.
The define(‘SUNRISE’,’on’); line is now missing from sunrise.php.
Here is what I can see:
<?php
if ( defined( ‘COOKIE_DOMAIN’ ) ) {
die( ‘The constant “COOKIE_DOMAIN” is defined (probably in wp-config.php). Please remove or comment out that define() line.’ );
}// let the site admin page catch the VHOST == ‘no’
$wpdb->dmtable = $wpdb->base_prefix . ‘domain_mapping’;
$dm_domain = $wpdb->escape( $_SERVER[ ‘HTTP_HOST’ ] );if( ( $nowww = preg_replace( ‘|^www\.|’, ”, $dm_domain ) ) != $dm_domain )
$where = $wpdb->prepare( ‘domain IN (%s,%s)’, $dm_domain, $nowww );
else
$where = $wpdb->prepare( ‘domain = %s’, $dm_domain );$wpdb->suppress_errors();
$domain_mapping_id = $wpdb->get_var( “SELECT blog_id FROM {$wpdb->dmtable} WHERE {$where} ORDER BY CHAR_LENGTH(domain) DESC LIMIT 1” );
$wpdb->suppress_errors( false );
if( $domain_mapping_id ) {
$current_blog = $wpdb->get_row(“SELECT * FROM {$wpdb->blogs} WHERE blog_id = ‘$domain_mapping_id’ LIMIT 1”);
$current_blog->domain = $_SERVER[ ‘HTTP_HOST’ ];
$current_blog->path = ‘/’;
$blog_id = $domain_mapping_id;
$site_id = $current_blog->site_id;define( ‘COOKIE_DOMAIN’, $_SERVER[ ‘HTTP_HOST’ ] );
Forum: Networking WordPress
In reply to: Font changes size when I make edits to in Theme AppearanceOk, here’s the link https://theatrefutures.org.uk/.
Forum: Themes and Templates
In reply to: Changing Text Colours, Fonts and Sizes in CanvasThe version I am using is Canvas 5.3.0
Forum: Networking WordPress
In reply to: Font changes size when I make edits to in Theme Appearance‘When I have gone back to check the admin panel the font size of these areas has not changed, but it looks very different’ > This is incorrect. The changes do appear in the admin panel.
Forum: Networking WordPress
In reply to: Font changes size when I make edits to in Theme AppearanceIt’s version 5.3.0
Forum: Fixing WordPress
In reply to: Website doesn't loadNot yet, but could it be a problem with WordPress?