agthalim
Forum Replies Created
-
Forum: Plugins
In reply to: [Travelers' Map] Can’t find whyDear 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 ?…)Forum: Plugins
In reply to: [Travelers' Map] update iconsDear 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…
Forum: Plugins
In reply to: [Travelers' Map] leafletJS files are missingIndeed you found what I was missing !
Thank you again.
Forum: Plugins
In reply to: [Travelers' Map] leafletJS files are missingThank you very much !
I’m gonna dip in the doc, and try to fix it along what you said.
Thanks for helping a beginner !
AmalForum: Plugins
In reply to: [Travelers' Map] leafletJS files are missingI deactivated JSON Basic Authentication plugin : same result.
Forum: Plugins
In reply to: [Travelers' Map] leafletJS files are missingtried
Forum: Plugins
In reply to: [Travelers' Map] leafletJS files are missingDear 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 !