msgme
Forum Replies Created
-
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.
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?
Found the answer. This is edited in the Events Manager “Settings”, not a php file.
Ok, thanks for the suggestions. It seems to be theme specific as when preview other themes the problem is not there.
Ok, understand. As I don’t have any coding experience, do you know of any Search widgets that would do this? I have found some that will do a single taxonomy (baseball) search, and then present a “results” page, but not any that will do both a taxonomy and meta (City, “Los Angeles”) search together.
Is it possible then to set the “results” page, so each user can return to their “results”?
Thanks for your help.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Address Map LinksOk, figured it out. Here’s the full code:
<a href="https://maps.google.com?q=#_LOCATIONADDRESS+#_LOCATIONTOWN +#_LOCATIONSTATE+#_LOCATIONPOSTCODE"> #_LOCATIONADDRESS #_LOCATIONTOWN #_LOCATIONSTATE #_LOCATIONPOSTCODE </a>
Works great!
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Address Map LinksThanks for the suggestion!
Well, that solved the “Address” problem from not displaying. Now everything is showing and it is linking to Google Maps. However, the link is only linking to the “numbers”, not the full address.
For example: The address of the event is
355 Main St
Boston, MAThe link is only picking up the “355” and nothing else (even though the entire address is showing as a link), so Google doesn’t know what to display.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Address Map LinksMarcus, yes, that is what I would like to do. However, I must be using the wrong tags around the code as it is not working.
Under Events>Settings>Formatting>Single Event Page>
Default single event format: I have entered the following:<a href=https://maps.google.com/?q=
#_LOCATIONADDRESS
#_LOCATIONTOWN
#_LOCATIONSTATE
#_LOCATIONPOSTCODEWhat’s happening, is that on the Event page, only the Town, State, and Zip are displaying, and they are displaying as a link. However, it just takes you to a general Google Map.
The Address (#_LOCATIONADDRESS) is not displaying at all.
I am not that familiar with HTML tags, so please excuse.
Thanks.
Forum: Plugins
In reply to: Address Map LinksGreat. Thanks!
Forum: Plugins
In reply to: Address Map LinksSorry, I am new to posting in the forum and wasn’t sure where to post. I am using the “Events Manager” plugin. Do you have a link to their dedicated forum? I don’t see any headings here pointing to it. Thank you.