lunaspot
Forum Replies Created
-
Forum: Reviews
In reply to: [Longevity] hello code erreursee 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 linkForum: Reviews
In reply to: [Longevity] hello code erreurthank 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 youForum: Reviews
In reply to: [Senses Lite] codeok I do like this
thank you for your answerForum: Reviews
In reply to: [Senses Lite] codewith 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] codeget_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<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] codebefore main
Forum: Reviews
In reply to: [Senses Lite] codeI’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 updateForum: Reviews
In reply to: [Senses Lite] codeHello anything with pleasure.
Anyway thank you very much for your very reactive support.
friendly
PatriciaForum: Reviews
In reply to: [Senses Lite] codeHello, see extras php lines 76
element not closed span commentdate
we do not see this error on posts that have no comments
friendlyForum: Reviews
In reply to: [Senses Lite] codeBonjour 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!