Posted: December 12, 2017 at 6:03 pm
|
How do I obtain a layout similar to this? http://demoee.org/use-cases/events/conference-superconf-2017/ How do you get the image and text before the event listing? |
Hi qtwebhost, The demo there is using the twentysixteen WordPress theme. You’ll get the same layout and styling if you download and activate that theme. The borders, table layout, and styling that you’re asking about are all controlled by the theme in this case. The image is set as the event’s featured image, and the twenty sixteen theme just outputs it at the top of the event post. Then, to get the text before the event listing, you can go to Event Espresso > Events > Templates and change the “Use Custom Display Order” option to Yes. Then you drag the Event Description to the top of the ordered list. The settings will look like this: |
|
|
Ok, what if I’m using a different theme? Are you saying that any theme will dictate the layout of that area?? |
|
I added the image as the events featured image but don’t see it anywhere. I also don’t see any content at all on this page. And the page where you choose the number of tickets doesn’t show any of my description or image. http://66.39.36.122/events/gulke-group-2018-winter-conference/ |
I’m saying the theme controls not only the layout but also the styling (like border styles). Beyond the basic “Display Order” options included in Event Espresso, EE adds a bit of styling but generally the role of styling and layouts belongs to the theme. If you’re using a different theme and want to make that theme look more like another theme then it’s possible to modify the theme by adding some custom CSS. |
|
|
gotcha, do you know why the content doesn’t appear on that page and the image isn’t appearing anywhere? |
Quite likely the theme has some code that’s preventing the content from displaying, and the theme doesn’t include the code to display the featured image. If you temporarily preview one of the twenty* themes by clicking on the Customize link at the top of the page, does the content begin to display? |
|
|
yes, when i try 26 theme the content appears, uggh. That’s not good. |
While they’ve made some improvements, there are still some themes available from Themeforest that were not coded very well. If there’s a way we can download a copy of the theme that’s installed on the site we can point you in the direction on how to at least get the basic content to display on the page. It won’t look exactly like twentysixteen but the content will display. |
|
|
http://www.gulkegroup.com/wp-content/uploads/espresso/pearl.zip |
|
Click this link. http://www.gulkegroup.com/wp-content/uploads/espresso/pearl.zip |
Hi there, This is a very interesting theme in that it doesn’t seem like the author of the theme author planned on the users of the theme installing plugins that add custom post types. Here’s how to fix this oversight: 1) Open up the child theme folder and add a
5) Add this code after the above:
6) Save the changes. You should now see content on the Event Espresso event pages now. |
|
|
That works and I contacted the developer of the theme about the issue and what you mentioned to fix. thank you! |
The support post ‘event layout’ 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.