Forum Replies Created

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

    (@joshjimenez)

    Actually I did see what you mentioned on deleting the div class from the actual page, but im not sure why it doesnt display on the template listed?

    If I go into chromes inspect element, I can see the actual file with the div you mentioned. Then I removed the code and I see it display full screen as you mentioned.

    Thread Starter joshjimenez

    (@joshjimenez)

    Thank you for your response theisel!

    Hmmmm, it looks like that particular left area was commented out to begin with? What am I missing here? I did remove it and now the code reads:

    ———————————————————-

    <?php

    /**

    * Template Name: Shop Full Width
    * Description: A Page Template for Shop Full Width
    *
    * @package WordPress
    * @subpackage Twenty_Eleven
    * @since Twenty Eleven 1.0

    */

    get_header(); ?>

    <div id=”primary” class=”content-area”>
    <div id=”content” class=”site-content” role=”main”>
    <div class=”container”>
    <!–<div>–>
    <?php /* The loop */ ?>
    <?php while ( have_posts() ) : the_post(); ?>
    <article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
    <header class=”entry-header”>
    <h1 class=”entry-title”>

    Shop
    </h1>
    </header>

    <!– .entry-header –>

    <div class=”entry-content”>
    <?php the_content(); ?>
    <?php wp_link_pages( array( ‘before’ => ‘<div class=”page-links”><span class=”page-links-title”>’ . __( ‘Pages:’, ‘twentythirteen’ ) . ‘</span>’, ‘after’ => ‘</div>’, ‘link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’ ) ); ?>
    </div>

    <!– .entry-content –>

    <footer class=”entry-meta”>
    <?php edit_post_link( __( ‘Edit’, ‘twentythirteen’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
    </footer>

    <!– .entry-meta –>

    </article>

    <!– #post –>

    <?php comments_template(); ?>
    <?php endwhile; ?>
    </div>

    <!–.end left-area –>

    <br class=”clear”/>
    </div>

    <!– end .container –>

    <!– </div>–>

    <!– #content –>

    </div>

    <!– #primary –>

    <br class=”clear”/>
    <?php get_footer(); ?>

    Yes that is correct. I’m not sure why the site wasnt loading, but I did not change anything and it just started working as intended. Any idea what may have temporarily caused that?

    I have also just updated tonight and the plugin seems to have broken the whole site. The map page was located on purespoon.com/buy – any suggestions? We have been using store locator since late 2015 with no other issues.

    Hi, I am working on the site Purespoon.com. We have been using the store locator since late 2015 with no issues. Now that I have updated, the plugin seems to crash the whole site. I have since disabled the plugin, but I don’t want to. Can you assist in locating if I’m having the same issue as the Google Maps API? I didn’t see it in the footer.php file.

    The map page was located on https://purespoon.com/buy

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