Dan
Forum Replies Created
-
Forum: Plugins
In reply to: [Waymark] Links Within Waymarks on Collection MapsAll working, thanks!
Forum: Plugins
In reply to: [Waymark] Links Within Waymarks on Collection MapsHi @morehawes,
Nothing has changed for me, I’ve tried unpublishing and re-publishing and added new maps from scratch and none of the waymarks include links.
My plugin is up-to-date. But either way, nothing too concerning from my side, just a weird one. Let me know if you find a solution.
Thanks!
Forum: Plugins
In reply to: [Waymark] Links Within Waymarks on Collection MapsHi Joe,
Link to Maps was set to Yes.
When I changed it to No, the other routes’ links to their map pages disappeared on reloading.
When I changed it back to Yes, the links reappeared on the two routes they were already on, but not on the one where they weren’t in the first place… So it’s definitely linked in some way…
Not an urgent one by the way, I only noticed it on the off chance. But ideally it would be great if all the waymarks had links to their map pages.
Forum: Plugins
In reply to: [Waymark] Collection Shortcode – Include Walk DetailsThanks Joe, I see what you mean now.
Final question on this from me would be:
Do you have a workaround to display a Collection Archive page as the homepage?
I have created an “all maps” Collection which I plan to simply add the shortcode to the homepage, however as discussed in this thread, ideally this would include each individual map in the collection.
Therefore, instead if I could simply make the Collection Archive page appear as my homepage, that would work.
Dan
Forum: Plugins
In reply to: [Waymark] Collection Shortcode – Include Walk DetailsHi Joe,
Thanks for the update, but your link to the Collection Archive page is 404ing for me?
I will explore the solution you suggest. Thanks
Forum: Plugins
In reply to: [Waymark] Collection pages to show collection mapNice one, thanks, That worked!
Forum: Plugins
In reply to: [Waymark] Collection pages to show collection mapThanks for your suggestion, however, it doesn’t seem to work for me. Any thoughts on where to paste the code:
<?php get_header(); /** Left sidebar */ get_sidebar( 'left' ); ?> <main id="primary" role="main"> <?php if ( have_posts() ) { ?> <header class="page-header"> <?php the_archive_title( '<h1 class="page-title">', '</h1>' ); the_archive_description( '<div class="archive-description">', '</div>' ); ?> </header><!-- .page-header --> <?php /* Start the Loop */ while ( have_posts() ) { the_post(); /** * Include the Post-Type-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Type name) and that will be used instead. */ get_template_part( 'template-parts/content', get_post_type() ); } /** * Aeonblog_post_navigation hook. * * @since AeonBlog 1.0.0 * * @hooked aeonblog_posts_navigation - 10 */ do_action( 'aeonblog_action_navigation' ); } else { get_template_part( 'template-parts/content', 'none' ); } ?> </main><!-- #primary --> <?php get_sidebar(); get_footer();
Forum: Plugins
In reply to: [Waymark] Adding Images in MetaNo problem, thanks!
Forum: Plugins
In reply to: [Waymark] Adding Images in Metahi Joe,
See my example walking route. If you scroll down, you will see an image gallery, which I’ve inserted into Waymark meta using a shortcode of a separate Photo Gallery plugin.
Sometimes we might have more photos that don’t work as markers, so a gallery like this would be good. But it’s also easy enough to use another plugin, so no worries if not!
Forum: Plugins
In reply to: [Waymark] Map and Collection slugsThanks Joe. Seems to work perfectly.
Could there be any functionality issues with using the same slug for both collection and map?
For instance, Woocommerce don’t allow your shop categories and products to have the same preceding slug?
Again, top marks for the plugin – really enjoying using it.