Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter agthalim

    (@agthalim)

    Dear Camille,
    Thank you for having looked.
    However, your answer puzzles me : Ichecked that there was no unwanted deletion of the previous content of the template for the opening page. I had made a theme from
    underscores. Here’s the code :

    <?php
     /* The template TemplateAnthologieCartigraphiee.php, qui sert de page d'accueil pour le site ecopoetique
    /* Template Name: TemplateAnthologie_cartographiee  */
    get_header();
    ?>
    <main id="primary" class="site-main">
     
    <div class="container-fluid"; style="background-color: blue;">
          <div class="row">
          <!--1ere colonne, pour le menu ;
          La classe bg-info ajoute un fond bleu à l'élément-->
               <div class="col-md-3 bg-info">
               				ici un menu ?>
                </div>
            <!--2ème colonne, pour la carte-->
                    <div class="col">
                                                    
    					<?php
                		while ( have_posts() ) :
                			the_post();
                			get_template_part( 'template-parts/content', 'page' );
    
                			// If comments are open or we have at least one comment, load up the comment template.
                			if ( comments_open() || get_comments_number() ) :
                				comments_template();
    	               		endif;
    
    	               	endwhile; // End of the loop.
    	       			?>
                    
                        </div>
                   </div>
                 	
                </div>
            </div>
        </body>
    
    	</main><!-- #main -->
    
    <?php
    get_sidebar();
    get_footer();
    ?>
    

    Please tell me how else can I help you help me ?

    Thank you !
    (by the way : I don’t see why there are many scripts loaded ?…)

    Thread Starter agthalim

    (@agthalim)

    Dear Camille,
    Thank you for the answer.
    The media replace should be enough for me.
    In case I have a look at the database : in which table are the markers url ?

    These things happen…

    Thread Starter agthalim

    (@agthalim)

    Indeed you found what I was missing !

    Thank you again.

    Thread Starter agthalim

    (@agthalim)

    Thank you very much !
    I’m gonna dip in the doc, and try to fix it along what you said.
    Thanks for helping a beginner !
    Amal

    Thread Starter agthalim

    (@agthalim)

    I deactivated JSON Basic Authentication plugin : same result.

    Thread Starter agthalim

    (@agthalim)

    tried

    Thread Starter agthalim

    (@agthalim)

    Dear Camille,
    Thanks for answering so fast. I had tries indeed to add a mere map, without shortcodes, and it gave the same result.
    Thanks for the settings page tip !

Viewing 7 replies - 16 through 22 (of 22 total)