Alicadabra
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Importer] Seriously WP??? THIS DOES NOT WORK!You need to tick the box that says “Download and import file attachments”. That’ll take a copy of any images and add them to your media library.
Hope that helps.Forum: Plugins
In reply to: [Event Espresso - Event Registration & Ticketing Sales] VenuesI’m having the same issue. Here’s an example of the single event page https://stanmore-choral.org.uk/events/spring-concert-2015/
Forum: Plugins
In reply to: [Mail Subscribe List] Styling the widgetHi christianv,
There are several CSS classes built in to the plugin which you can use.
e.g. to style the button, add.sml_subscribe input[type="submit"]{your-css-goes-here;}
to your normal stylesheet, or to fix the size of the input form, use something like.sml_subscribe input[type="text"]{width:yourchosenwidth;}
Forum: Plugins
In reply to: [Simple Social Share] Bug when turn off tooltip animation.Hi Perials,
Many thanks for such a quick response – and for fixing those error messages.
I’ve realised that I wasn’t using the shortcode in the way you intended. I was hoping to use it to include icons on selected Pages (having used the settings to display icons on Posts only). I now see that it’s for adding icons in other locations on the page/post, not for cherry-picking where on the site the icons appear.
Thanks,
AlicadabraBrilliant! Many thanks for replying so quickly.
Forum: Plugins
In reply to: [Event Registration] Event Registration: Showing Open Seats on main pageHi swzp, I assume you mean the event description page. You should be able to hide the Open Seats by editing line 69 in /public/evr_public-show_event_list.php
$codeToReturn .= '</b></br>Open Seats {EVENT_AVAIL_SPOTS}</td>
change this to:
$codeToReturn .= '</b></br></td>
Alternatively, use the Accordion view (in the settings under ‘Page Config’) which doesn’t show Open Seats.
Forum: Plugins
In reply to: [Event Registration] Coupon code won't save any digits after decimal pointThis works for me – many thanks!
Forum: Plugins
In reply to: [Event Registration] Coupon code won't save any digits after decimal pointThanks Radices, I’ll give that a try.
Interestingly, I haven’t had any issues with the registration fees saving pounds and pence correctly – it’s only the coupon values where the pence are ‘dropped’.