Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter melissamott

    (@melissamott)

    Thanks, but this is not the same issue at all. My website loads and works perfectly fine, but I cannot get the media library to load on the backend in order to add/change images.

    Thread Starter melissamott

    (@melissamott)

    Never mind! I figured it out. I just had to make the “Home” page have the “Home Page” template 🙂

    Thread Starter melissamott

    (@melissamott)

    Sorry–the sidebar doesn’t appear, but the content still isn’t full-width.

    Here’s one of the pages: http://melissamott.com/writing-portfolio/

    Thread Starter melissamott

    (@melissamott)

    Here’s the full code for my fullwidth.php

    <?php
     /*
     Template Name: Full Width
     */
    
    get_header();
    ?>
    <div id="mainCol" style=width:100%>
    	<div class="container">
    		<div class="row">
    			<div id="primary" <?php bavotasan_primary_attr(); ?>>
    				<?php
    				while ( have_posts() ) : the_post();
    					?>
    					<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    							<h1 class="entry-title"><?php the_title(); ?></h1>
    
    						    <div class="entry-content">
    							    <?php the_content( __( 'Read more', 'matheson') ); ?>
    						    </div><!-- .entry-content -->
    
    						    <?php get_template_part( 'content', 'footer' ); ?>
    					</article><!-- #post-<?php the_ID(); ?> -->
    </div>
    </div>
    </div>
    </div>
    					<?php
    					comments_template( '', true );
    				endwhile;
    				?>
    
    <?php get_footer(); ?>

    I’m also having the same error. Mine says:

    This webpage is not available

    The server at vegetarianlifestyle.melissamott.com can’t be found, because the DNS lookup failed. DNS is the network service that translates a website’s name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accessing the network.

    I followed every step for installing multisite and I don’t know where I went wrong or how to fix this. Please help!

Viewing 5 replies - 1 through 5 (of 5 total)