Support

Home Forums Ticketing Add-on Start and End dates displaying on same line as price

Start and End dates displaying on same line as price

Posted: April 7, 2014 at 6:14 pm


Eric Budovitch

April 7, 2014 at 6:14 pm

The “Start and End Times” are displaying on the same line as the price.
Here is a screenshot off my site:

http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png


Eric Budovitch

April 7, 2014 at 6:16 pm

The “Start and End Times” are on the same line as the price.
Here is a screenshot of my site.

http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png


Eric Budovitch

April 7, 2014 at 6:17 pm

The “Start and End Times” are on the same line as the price.
Here is a screenshot of my site.

http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png


Eric Budovitch

April 7, 2014 at 6:19 pm

The “Start and End Times” are on the same line as the price.
Here is a screenshot of my site.

http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png


Eric Budovitch

April 7, 2014 at 6:19 pm

The “Start and End Times” are on the same line as the price.
Here is a screenshot of my site.

http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png


Eric Budovitch

April 7, 2014 at 6:20 pm

The “Start and End Times” are on the same line as the price.


Lorenzo Orlando Caum

  • Support Staff

April 7, 2014 at 6:29 pm

Hi Eric,

Could you post a link to the event page?


Lorenzo


Eric Budovitch

April 7, 2014 at 10:08 pm

Lorenzo,
Here’s the link: http://www.budovitch.com/artfactory/event-registration/?ee=2
(Sorry for the multiple posts but I was getting a pop-up warning me about what I thought was a failed attempt to post)


Eric Budovitch

April 7, 2014 at 10:21 pm

Also, the date isn’t lined up correctly and the featured image is missing.


Dean

April 8, 2014 at 12:57 am

Hi,

Your theme’s styles have change the structure. adding the following to your themes style.css file or to a plugin such as My Custom CSS, will revert it back to separate lines:

#event_espresso_registration_form p {
display: block;
}

Featured images need to be turned on in the Template Settings page.


Eric Budovitch

April 8, 2014 at 9:19 am

That worked! Thanks so much.


Eric Budovitch

April 8, 2014 at 9:22 am

Can anything be done about the overlapping grey title bar?
http://www.budovitch.com/artfactory/event-registration/?ee=2


Tony

  • Support Staff

April 8, 2014 at 11:15 am

Hi Eric,

Again this is the sites theme applying styles which is altering the layout.

Something like

#event_espresso_registration_form .event_title {
width: auto;
float: none;
}

Should fix that issue 🙂


Eric Budovitch

April 8, 2014 at 11:57 am

You all have been so helpful and responsive regarding my uncooperative theme that I hate to ask but what would be the code to either eliminate (preferred) the voucher option on the registration page or at least bring it into alignment with the rest of the text fields when viewed on a mobile device? I was looking for the file “event_espresso_registration_form” but couldn’t find it to make the attempt myself.


Tony

  • Support Staff

April 9, 2014 at 2:51 am

Hi Eric,

The event-registration page you linked to has been removed so we can not view this any longer.

If the fields is for a Voucher Code, that would be the Groupon/Social Coupon Add-on, if the event does not use Groupon codes simply set ‘Allow Groupon Codes’ to No within the Event Editor http://take.ms/AC7R2

However if the field lists ‘Promo Code’ this would be the internal Promo codes http://take.ms/Sf2iC

Both of these fields can be hidden for mobile devices using media queries, but we’ll need to know which field it is 🙂


Dean

April 9, 2014 at 2:58 am

This should work for most phones

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	#registration_form .coupon_code{
		display:none;
	}
	
}

No need to edit a template file, just add it to either your themes style.css or a plugin like My Custom CSS.

The support post ‘Start and End dates displaying on same line as price’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso