Support

Home Forums Event Espresso Premium Iced Mocha Settings – Options Missing

Iced Mocha Settings – Options Missing

Posted: February 3, 2016 at 12:40 pm

Viewing 18 reply threads


Brenden Corr

February 3, 2016 at 12:40 pm

Hello – We had set up our site using the Iced Mocha theme. The site: http://www.salesforcegolfpartners.com is live but I need to make updates to the home page. When I go to the settings to change a few things, there are no longer any fields showing for me to change. I am on the latest version of EE-4.

Thank you.


Josh

  • Support Staff

February 3, 2016 at 1:39 pm

Hi Brenden,

Are you on the latest version of the Iced Mocha theme? The latest version is available to download from Github:

https://github.com/eventespresso/iced-mocha


Brenden Corr

February 3, 2016 at 1:50 pm

Using Iced Mocha Theme Version 1.0 in the Github I didn’t see the specified version and it simply stated “updating” So does that mean it has been updated?

Thanks!


Josh

  • Support Staff

February 3, 2016 at 2:35 pm

I don’t think they’re revving the version number over there, so unless you downloaded it since December, your version is out of date.


Brenden Corr

February 4, 2016 at 2:27 am

Hello –

I replaced the files in the theme with the updated version that I downloaded of GitHub. I am still not seeing the options in the dashboard however under: Iced Mocha Settings. The only buttons I see in that area are “reset to default” and “save” there is nothing like there is on this page: https://github.com/eventespresso/iced-mocha/wiki/Presentation-Page with the presentation page option etc. Do I need to somehow erase all of the theme files and then start over? Can you please advise on how to move forward? I have never removed a theme before to start over. Thanks!


Josh

  • Support Staff

February 4, 2016 at 6:59 am

Since Iced Mocha currently doesn’t 1-click updates, the process to update to the current version is as follows:

1) Switch to a default WordPress theme
2) Delete the Iced Mocha theme
3) Download the current version’s zip file (currently 1.0.5)
4) Click Add new on the WordPress > Appearance > Themes page
5) Upload the new zip file
6) Activate theme


Brenden Corr

February 4, 2016 at 10:06 am

Thank you that restored the full panel. However I have some lost some customization that I need to restore. The ticket selector is at the top – I found this instruction here, but I can’t figure out for the life of me where it is saying I can find this new options to move the ticket selector to the bottom. Thanks again for the help.
https://gist.github.com/joshfeck/1151c89082ccb5c0b478
https://www.salesforcegolfpartners.com/events/dallas2016/

I would also like to remove the header:
Event Details

and I would like to rename Ticket Options to something else.


Lorenzo Orlando Caum

  • Support Staff

February 4, 2016 at 10:38 am

Hi Brendon,

The filter is no longer needed. Could you go to your WordPress dashboard and then go to Event Espresso –> Events –> Templates?

Then look for the custom display order option and turn it on. There is one available for the event listings page and the single event pages.

From here, you can drag and drop the order and it will be updated.

The following line of CSS will hide the heading:

.espresso_events h3.about-event-h3.ee-event-h3 { display:none; }

It can be added to your website via a free plugin like My Custom CSS or Simple Custom CSS.

Ticket Options can be changed by using a gettext filter. Please see this link for an example:

https://eventespresso.com/wiki/how-to-change-wording-with-poedit/

You’ll want to create a site specific plugin to hold that customization:

https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/


Lorenzo


Brenden Corr

February 4, 2016 at 11:11 am

Thank you. This is very helpful new feature. Unfortunately – there must be some code somewhere that is still affecting my site. You had previously done a lot of work for us in helping customize this site, and even after changing the order of the custom display settings I am still seeing things in the incorrect order:
https://www.salesforcegolfpartners.com/events/seattle2016/

This is all of the custom code that we have in CSS:
.espresso_events h3.about-event-h3.ee-event-h3 { display:none; }

/* Hide breadrumbs on single event pages */
.single-espresso_events .breadcrumbs {display:none;}

/* Hide upcoming datetimes on single event pages */
.single-espresso_events .event-datetimes {display:none;}

/* Hide icons on single event pages */
.ee-icon, .dash-icons {display: none;}

/* Change color of register button */
.ticket-selector-submit-btn {
border-top: 1px solid #2B59FF !important;
background: #2B59FF !important;
padding: 5px 10px !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
box-shadow: rgba(0,0,0,1) 0 1px 0 !important;
text-shadow: rgba(0,0,0,.4) 0 1px 0 !important;
color: white !important;
font-size: 14px !important;
text-decoration: none !important;
vertical-align: middle !important;
}
.ticket-selector-submit-btn:hover {
border-top-color: #2B59FF !important;
background: #FFFFFF !important;
color: #2B59FF !important;
}
.ticket-selector-submit-btn:active {
border-top-color: #2B59FF !important;
background: #2B59FF !important;
}

/* Hide powered by message */
.event-espresso-powered-footer {display:none}

/* Hide sponsor events on events page */
.type-espresso_events.sponsors {display: none;}

I have already deleted from the site this css code that I had previously:
/* Hide event ticket details */
.display-tckt-slctr-tkt-details.display-the-hidden.lt-grey-text.smaller-text {display:none}

// add tickets after the content
function my_add_event_tickets( $content ) {
return $content . EEH_Template::locate_template( ‘content-espresso_events-tickets.php’ );
}
.type-espresso_events.sponsors {display: none;}

So I am at a loss to what else I need to change or what code might be hiding. I already deleted the theme entirely and uploaded the most recent version.

Thanks!


Lorenzo Orlando Caum

  • Support Staff

February 4, 2016 at 11:19 am

Hi, are you seeing any existing site specific plugins on the site in the WordPress plugins screen?


Lorenzo


Brenden Corr

February 4, 2016 at 11:28 am

Not sure I 100% follow – but yes I do have plugins (which I had previously) installed. Including “Custom Post Type Page Template”. Is that what you might be referring to?


Josh

  • Support Staff

February 4, 2016 at 1:31 pm

Hi Brendan,

It turns out that Lorenzo wasn’t aware that there was some work left to be done to add support to the movable template parts feature. It’s done now, and in version 1.0.6. Since you’ve updated to 1.0.5, you can enable 1-click updates for the Iced Mocha theme by installing the Github Updater plugin, which you can download for free. After you install, you can update the Iced Mocha theme from the WordPress > Updates page.


Brenden Corr

February 4, 2016 at 2:18 pm

Thank you – I will do that. I did notice I am actually on iced mocha version. 1.0.4 – can I still do the one click update?

And are there any more detailed instructions somewhere for setting up the Github after installation (Uri number?) and updates page? I am not seeing any update notifications for the theme or plugins. Thanks again so much!


Brenden Corr

February 4, 2016 at 2:40 pm

Ah – found it. Once I did the them updater – I then had to actually activate the new uploaded version of 1.0.6 and yes – now the ticket selector is finally at the bottom. Thanks for all the help!


Josh

  • Support Staff

February 4, 2016 at 2:55 pm

You’re welcome.


Brenden Corr

February 8, 2016 at 12:32 pm

Hi guys!

Sorry – I followed everything that I had done above for one of our other sites for a different site, and for some reason it is not working for me this time:
https://www.salesforcegolfclients.com/events/bedminster/

this link here still has the ticket options at the top. I have updated the Ice Mocha Theme, Updated to the most recent EE-4 version and I have saved in “Events” “templates” settings the ticket options toward the bottom. I have exactly duplicated all of my CSS custom code from my other site – and for some reason this site just doesn’t seem to want to move the ticket selector to the bottom. Any ideas? Thanks again!


Josh

  • Support Staff

February 8, 2016 at 1:12 pm

Hi Brendan,

I checked the site that you linked to and it has Version: 1.0.4 of Iced Mocha Activated. You might have two copies of Iced Mocha installed on that site, and if you do, you need to activate the one that’s version 1.0.6.


Brenden Corr

February 8, 2016 at 1:23 pm

Ahha – I forgot it made a duplicate, vs. just updating the version. Thanks!


Josh

  • Support Staff

February 8, 2016 at 1:34 pm

You’re welcome.

Viewing 18 reply threads

The support post ‘Iced Mocha Settings – Options Missing’ 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.

Event Espresso