AmandaEve
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category Widget FormattingMost excellent my friend. Thanks!
Forum: Plugins
In reply to: [The Events Calendar] add event calendar to a pageI don’t need this feature anymore, I found a work around. Thanks for your time though.
Forum: Plugins
In reply to: [The Events Calendar] Date Nav alignmentThanks. I fixed it, not sure how – but it was probably something with css.
thanks for getting back to me.
Forum: Fixing WordPress
In reply to: Sidebar take over entire pageI editing a lot of css to resolve this issue, it’s dirty, but it works.
Thanks, that’s a great resource.
I got it working … but it’s not very pretty. And I think it might be bothersome in smaller resolutions and on mobile devices.
I added some messy inline styles<header class=”entry-header” style=”margin:20px 20px 10px 15px;”><h1 class=”entry-title”>Event: <?php echo $EM_Event->output(‘#_EVENTNAME’); ?></h1></header>
<div style=”width: 750px; float: left; margin-left:20px”>
<?php echo $EM_Event->output(‘<div style=”float:right; margin:5px 50px 10px 15px;”>#_LOCATIONMAP</div>Is this a bad idea? I haven’t tested it in other resolutions yet.
Sorry, that didn’t work. Thanks for trying though. Would it be helpful if I disabled the Coming soon app and you take a look at the site like that?
if not … the pastebin link to the page that I’m having trouble with is: http://pastebin.com/YC5aUwbH
the page.php code is here:
http://pastebin.com/S5QsmYf7Hope this helps.
I could disbale the coming soon app for a short while … that would help better – right?
no, that wasn’t the case … well … not that I can see anyway.
<?php
get_header();
?>
<?php
global $post;
$EM_Event = em_get_event($post->ID, 'post_id');
?>
<header class="entry-header"><h1 class="entry-title">Event: <?php echo $EM_Event->output('#_EVENTNAME'); ?></h1></header>
<div class="four columns"><div class="entry-content">
<?php echo $EM_Event->output('<div style="float:right; margin:0px 0px 15px 15px;">#_LOCATIONMAP</div>
<p>
Date/Time:
#_EVENTDATES<i>#_EVENTTIMES</i>
</p>
{has_location}
<p>
Venue:
#_LOCATIONNAME
</p>
{/has_location}
<p>Admission: #_ATT{price}
</p>
<p>
Category
#_CATEGORIES
</p></br></br></br></br></br>
<p>
<h3>< Back to Events Calendar</h3>
</p>
<br style="clear:both" />
#_EVENTNOTES');?>
</div>
</div><div class="sidebar">
<?php if (!dynamic_sidebar('events')) :
endif; ?>
</div>
<?php
get_footer();
?>Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Ticket PriceYes – I believe you’re right. Thanks so much.
Funny, I thought about that last night in bed. Sometimes I can be so dense. That’s great. It helped, but my sidebar is now at the bottom … is that a missing div tag you think?
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Ticket PriceYeah, I don’t know what I mean either. I guess I thought it would create a field somewhere where I could enter the price on each event.
Forum: Plugins
In reply to: [Contact Form 7] Circle Arrows Hanging – not sendingNo, just checking it out now. It never worked.
Forum: Plugins
In reply to: [Contact Form 7] Circle Arrows Hanging – not sendinglets hope someone on this forum can help. I’ll let you know if I come up with something.