melissamott
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media library won’t loadThanks, 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.
Forum: Themes and Templates
In reply to: [Square] How to Create Separate Blog Page?Never mind! I figured it out. I just had to make the “Home” page have the “Home Page” template 🙂
Forum: Themes and Templates
In reply to: How to Make a Full-Width Page?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/
Forum: Themes and Templates
In reply to: How to Make a Full-Width Page?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(); ?>Forum: Networking WordPress
In reply to: Multisite not available when create subdomainI’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!