beru82
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsletter Sign-Up] Single Line optionHi Danny,
I love the sign up from Seaus website but this CSS code doesn’t work for me ??
I’m using
form.nsu-form{ float:left; } form.nsu-form label{ display:none; } /* like you did already */ form.nsu-form p{ display:inline-block; margin-right:5px; margin-bottom:0; } form.nsu-form p:last-child{ margin-right:0; }
and I need the email field to be 200px wide and the Subscribe button to be on the same line as the field.
See here: https://www.lotto4sure.com.au/
Any ideas?
Thanks, this works like a charm!
I’ve also tried
<strong>Date/Time: </strong> {has_approxdate} #_ATT{ApproxDate} {/has_approxdate} {has_no_approxdate} #_EVENTDATES - <i>#_EVENTTIMES</i> {/has_no_approxdate}
but to no avail either ??
At the moment my Single Event Page looks like this:
<p> <strong>Category: </strong> #_CATEGORIES </p> #_EVENTNOTES <br /> <strong>Date/Time: </strong> #_ATT{approxdate} </p> {has_location} <p> <strong>Location: </strong> #_LOCATIONLINK </p> {/has_location} <p> {has_bookings} <h3>Bookings</h3> #_BOOKINGFORM {/has_bookings}
but it’s not working… The June 2013 is not displayed…
Here is the link if this helps: https://training-counselling.com.au/workshops/test-2/
Hi Marcus and agelonwl,
I’ve added this code to my functions.php:
add_filter('em_event_output_placeholder','my_em_approxdate_placeholder',1,3); function my_em_approxdate_placeholder($replace, $EM_Event, $result){ global $wp_query, $wp_rewrite; $findme = 'ApproxDate'; $pos = strpos($result, $findme); if ($pos === false) { } else { $replace = 'none'; if( $EM_Event->attributes[$result] == '' ){ $sd = new DateTime($EM_Event->start_date .T. $EM_Event->start_time); $replace = $sd->Format("D, d.m.Y") ." <strong>at</strong> ". $sd->Format("g:i a"); } } return $replace; }
I’ve added the attribute #_ATT{ApproxDate} to Event Manager Options -> General Options -> Event Attributes and Event Manager Options -> Formatting -> Single Event Page (I’ve replaced #_EVENTDATES – <i>#_EVENTTIMES</i> with #_ATT{ApproxDate})
The attribute shows up in the back end if I want to add / edit an event but the value (June 2013) is not overwriting the date and time I have to give the event.
What am I missing?
Thanks
Thanks for your reply,
I’m playing around with it and managed to get the attribute to show up but it does not override the date that I have to give an event using the date picker.
How do I set the ‘When’ – box in a single event so it’s not compulsory?
Thanks
I also found this thread here: https://www.ads-software.com/support/topic/plugin-events-manager-new-to-em-a-few-questions
that covers exactly what I want but I don’t know how to create a plugin? Or is there a possibility to add it to the functions.php?
Any ideas?
Or how can I just make the table on the left side a bit bigger so the text doesn’t break onto two lines?
Hi,
this had the same result: text (Charity) on the left, radio button on the right.
I want it the other way around ??
Thanks
Hi,
I can’t link the page yet but I’ve attached a screenshot:
https://everyonecancook.com.au/screenshot.pngI’ve tried the html elements but the same happens: the check box appears on the right hand side but I need it on the left.
Thanks for your help ??
Thanks, worked like a treat!
I love the events calendar! ??
Forum: Plugins
In reply to: [Polylang] Translated pages missingThanks so much Chouby!
I must have been blind!
I’ve checked all languages now and actually like the functionality a lot!
Thanks for your help ??
Forum: Plugins
In reply to: [Polylang] Translated pages missingI’ve tried downgrading to 0.9.6 and disabling and enabling all my installed plugins but nothing works…
I can’t think of any changes I made recently, when the plugin worked – just the WordPress update…
I did find a workaround though. With Polylang activated I create pages and translate them. To get them into the menu I have to deactivate Polylang, put the pages in the custom menu and activate Polylang again.
They now show up the way they are meant to but it’s a tedious workaround…Forum: Plugins
In reply to: [Polylang] Translated pages missingThe plugin does not work in 3.4.2 either anymore?
The correct number of pages is displayed at the top but I can’t see the translated pages. See Screenshot: https://freightplus.de/Pages.png
Even worse is that the pages are not in the custom menu section anymore: https://freightplus.de/Menus.png
Appreciate your help ??
Hey brendebr,
it’s somewhere in the CSS file. I am just looking myself and can’t find it…