Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter msgme

    (@msgme)

    Looking at this issuer closer, I’m not sure this is resolved with a php file, but rather being able to “see” the CONTENTS on the “add-event” page.

    The “add-event” page just displays “CONTENTS”. How do I get it to display the actual code, so I can edit it? Is this an issue with the Theme “content-page.php”?

    I am using the “Leaf” Theme and the “content-page.php” editor is showing the following:

    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    			<header class="entry-header">
    				<h1 class="entry-title"><?php the_title(); ?></h1>
    			</header><!-- .entry-header -->
    
    			<div class="entry-content">
    				<?php the_content(); ?>
    				<?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'leaf' ), 'after' => '</div>' ) ); ?>
    			</div><!-- .entry-content -->
    			<footer class="entry-meta">
    				<?php edit_post_link( __( 'Edit', 'leaf' ), '<span class="edit-link">', '</span>' ); ?>
    			</footer><!-- .entry-meta -->
    		</article><!-- #post -->

    Is there something missing in the code that is preventing the “CONTENTS” from displaying?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    sorry for the confusion but can I know what is the issue? after submitting an event you can set to show the form again using options at Events > Settings > General > Event Submission Forms > Show form again =Yes

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    I’m assuming you’re using PayPal in EM Pro for this, if so see the instructions here – https://wp-events-plugin.com/documentation/events-with-paypal/

    If you have further questions, please post on teh pro forums, we can help you there for pro-related stuff.

    Thread Starter msgme

    (@msgme)

    Angelo, Marcus,

    Sorry for the confusion. Here is a screenshot of the page I want to edit: https://s24.postimg.org/t1mq4r7jp/add-event.png.

    This is the page you get after you submit an event and evidently if part of the “add-event” page that is automatically installed with EM.

    The problem is that this page in admin only shows “CONTENTS”. It does not display the actual code.

    My question is, how do I see the code in admin, so I can edit the page?

    Note: I only included the code from the Leaf Theme in my earlier post in case this has something to do with the problem.

    Thanks.

    Do you want to edit the entire page or just the message at the top?

    Thread Starter msgme

    (@msgme)

    I want to edit the entire page.

    Plugin Support angelo_nwl

    (@angelo_nwl)

    that is located under template file at events-manager/templates/tables/events.php

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    Thread Starter msgme

    (@msgme)

    Angelo,

    That was it!

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Editing an Add Event page’ is closed to new replies.