Posted: October 19, 2015 at 7:20 am
|
Hi Thanks for your help so far! I’m just wondering if there is an easy(ish) way to move the text at the bottom of the page here: http://www.teachersfp.co.uk/seminars/warrington-retirement-seminar/ To under the page heading / title but above the ticket table. Thanks Ged |
Hi Ged, We are working on a drag and drop editor for the event elements. That is currently undergoing testing. You could wait until that is available within a couple weeks or if you need a solution now, then see this option: https://gist.github.com/lorenzocaum/a33405557a2a065779ea — |
|
Hello again Ged, As of Event Espresso 4.8.21, there is a custom display re-order option available in the WordPress dashboard. Backup your WordPress and update your software https://eventespresso.com/wiki/how-to-back-up-your-site/ You can see the change log for Event Espresso 4 here: https://eventespresso.com/wiki/ee4-changelog/ Remove existing filters for adjusting the order If you have used some of the suggested filters to adjust the order of your event elements, then you’ll want to first remove those from your website and they may have been added to your child theme’s functions.php file or a site specific plugin. Set a custom order through the Templates screen Afterwards, go to your WP dashboard (WP-admin) –> Event Espresso –> Events –> Templates. The Use Custom Display Order options in the Templates screen can be used to reorder the events elements on the single event page as well as the events listing page. Again, be sure that any of the filters for adjusting the order have been removed from your site specific plugin or your child theme’s functions.php file before turning on the template reorder option. Otherwise, you may see duplicate content. Thanks — |
|
|
Thanks for the update! Is there any way to remove the times and dates blocks on the single events pages? Also is there anyway to make the featured image appear its actual size, it’s appearing not quite as a thumb nail but much smaller than it should be? Thanks Ged |
Hi Ged, you can hide the datetimes information using CSS. Could you post a link to one of your event pages? — |
|
|
Thanks http://www.teachersfp.co.uk/seminars/preston-retirement-seminar/ How can I make the images appear normal size as well? Thank again! |
Hi Ged, This line of CSS will hide those on the single event pages: .single-espresso_events div.event-datetimes { display:none;} The following CSS in the custom-style.css file is making the featured image small: body.single-espresso_events .wp-post-image { float: right; margin-left: 0px; width: 200px; height: auto; margin: -40px 0px 30px 0px; } Specifically, it is the width of 200px. Try raising that and that should fix the image size. — |
|
|
Thats great thanks!! Whereabouts can I find the custom-style.css? Cheers |
Hi Ged, That may be available through your theme’s settings area as this is the location of the file: http://www.teachersfp.co.uk/wp-content/themes/teachers/library/css/custom-style.css If you are unable to find a place that is holding those custom styles, then try setting up Simple Custom CSS and adding the CSS and then increasing the width. — |
|
|
I had simple css installed so dropped both in. Thank you again for your help Ged |
The support post ‘Moving Text’ 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.