Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter lunaspot

    (@lunaspot)

    see also the Firefox source code
    https://demos.shapedpixels.com/longevity/19-sidebar-positions-for-greater-layout-opportunities/
    line 246 tag h3
    sorry I do not have the forum link

    Thread Starter lunaspot

    (@lunaspot)

    thank you for your reply,
    I work in localhost a child theme for now . look here https://demos.shapedpixels.com/longevity/longevity-blog/ the Firefox source code with the input line 315 is incorrect.
    Thank you good day to you

    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    ok I do like this
    thank you for your answer

    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    with this code I have more errors by cotnre I deleted the page hader header tag and add a hand before the closing div for md 8, I do not know if this is correct

    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    get_header(); ?>
    
    <div id="primary" class="content-area">
      <main id="main" class="site-main" itemprop="mainEntityOfPage" itemscope="itemscope" itemtype="https://schema.org/Blog">
        <div class="container">
          <div class="row">
            <?php // when we use a layout with a left sidebar
                                    if ( esc_attr(get_theme_mod('blog_style','top-featured-right')) == 'top-featured-left' ) : ?>
            <div class="col-md-8 col-md-push-4 <?php echo esc_attr(get_theme_mod( 'blog_style', 'top-featured-right' )); ?>">
              <?php else : ?>
              <div class="col-md-8 <?php echo esc_attr(get_theme_mod( 'blog_style', 'top-featured-right' )); ?>">
                <?php endif;  ?>
                <?php if ( have_posts() ) : ?>
                <?php // If this layout is centered, then use this
    								if ( esc_attr(get_theme_mod('blog_style','top-featured-right')) == 'top-featured-center' ) : ?>
                <header class="page-header text-center" itemscope="itemscope" itemtype="https://schema.org/WPHeader">
                  <?php else : ?>
                  <?php endif;  ?>
                  <?php
                                        senses_lite_the_archive_title( '<h1 class="page-title" itemprop="headline">', '</h1>' );
                                        senses_lite_archive_description( '<div class="taxonomy-description">', '</div>' );
                                    ?>
                </header>
                <!-- .page-header -->
    
                <div class="posts-layout">
                  <?php while ( have_posts() ) : the_post(); ?>
                  <?php get_template_part( 'template-parts/content', get_post_format() ); ?>
                  <?php endwhile; ?>
                </div>
                <?php senses_lite_blog_pagination(); ?>
                <?php else : ?>
                <?php get_template_part( 'template-parts/content', 'none' ); ?>
                <?php endif; ?>
              </div>
              <?php
    				   	if  ( esc_attr(get_theme_mod('blog_style','top-featured-right')) == 'top-featured-left' ) :
    						get_sidebar( 'left' );
    					endif;
    					?>
              <?php
                            if (esc_attr(get_theme_mod('blog_style','top-featured-right')) == 'top-featured-right' ) :
                                get_sidebar( 'right' );
                            endif;
                        ?>
            </div>
            <!-- .row -->
          </div>
        </div>
        <!-- .container -->
      </main>
    </div>
    <?php get_footer(); ?>
    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    <header class="page-header text-center" itemscope="itemscope" itemtype="https://schema.org/WPHeader">
                                    <?php else : ?>
                                       <header class="page-header">
                                    <?php endif;  ?>
    
    								<?php
                                        senses_lite_the_archive_title( '<h1 class="page-title" itemprop="headline">', '</h1>' );
                                        senses_lite_archive_description( '<div class="taxonomy-description">', '</div>' );
                                    ?>
                                    </header><!-- .page-header -->
    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    before main

    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    I’ll bother you a little .. fichier archivephp in the file, it seems that the header tag is not closed and a pimp div closing tag before hand
    hereusement ago google translation , I speak really good English
    Thank you very much for your update

    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    Hello anything with pleasure.
    Anyway thank you very much for your very reactive support.
    friendly
    Patricia

    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    Hello, see extras php lines 76
    element not closed span commentdate
    we do not see this error on posts that have no comments
    friendly

    Forum: Reviews
    In reply to: [Senses Lite] code
    Thread Starter lunaspot

    (@lunaspot)

    Bonjour merci de votre réponse, désolée mais je parle très mal anglais.
    sauf erreur de ma part, l’ennui vient des asides et la balise read more ou la balise fermante </p> est manquante.
    les balises de fermeture aside sont fermées à l’envers,(fichier right-sidebar.php) enfin toujours si je ne me trompe pas!

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