Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Dan

    (@wkndwlk)

    All working, thanks!

    Thread Starter Dan

    (@wkndwlk)

    Hi @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!

    Thread Starter Dan

    (@wkndwlk)

    Hi 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.

    Thread Starter Dan

    (@wkndwlk)

    Thanks 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

    Thread Starter Dan

    (@wkndwlk)

    Hi 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

    Thread Starter Dan

    (@wkndwlk)

    Nice one, thanks, That worked!

    Thread Starter Dan

    (@wkndwlk)

    Thanks 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();
    
    Thread Starter Dan

    (@wkndwlk)

    No problem, thanks!

    Thread Starter Dan

    (@wkndwlk)

    hi 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!

    Thread Starter Dan

    (@wkndwlk)

    Thanks 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.

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