Posted: April 7, 2014 at 6:14 pm
|
The “Start and End Times” are displaying on the same line as the price. http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png
|
|
The “Start and End Times” are on the same line as the price. http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png
|
|
The “Start and End Times” are on the same line as the price. http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png
|
|
The “Start and End Times” are on the same line as the price. http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png
|
|
The “Start and End Times” are on the same line as the price. http://budovitch.com/artfactory/wp-content/themes/dreamy/style/img/StartEndTimes.png
|
|
The “Start and End Times” are on the same line as the price. |
Hi Eric, Could you post a link to the event page? — |
|
|
Lorenzo, |
|
Also, the date isn’t lined up correctly and the featured image is missing. |
|
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. |
|
That worked! Thanks so much. |
|
Can anything be done about the overlapping grey title bar? |
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 🙂 |
|
|
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. |
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 🙂 |
|
|
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.