Support

Home Forums Event Espresso Premium Minor Issue: Button Colour & Link problems

Minor Issue: Button Colour & Link problems

Posted: April 11, 2016 at 5:15 am


ceo@bargo.com.na

April 11, 2016 at 5:15 am

Good day,

When using my mobile phone to book an event I have a minor problem. (My website address is http://www.bargotickets.com/demo2016). Please remember to use the featured event on the homepage to test.

When I click on the “add to cart” button, it says event added successfully and the text on the button changes to “view cart”. But then when I tap on the view cart button, nothing happens. It is supposed to direct me to the checkout URL, but it does not. I have to go to the menu and choose “checkout” in order to view the cart. Using a computer, does not help either; the same problem persists. So basically I just need the “View Cart” button to point to the same URL that the checkout menu item points to.

PROBLEM 2:
Then when I am on the checkout page (bargotickets.com/registration-checkout) using my mobile phone, the buttons are white. I want them to be orange aswell. On a computer the buttons are orange, but on my mobile phone it is not. Why the different colour and how do I get them to always be orange?

Admin access to my wordpress admin has been sent via the secure form. 🙂

Thanks so much for your help!


Josh

  • Support Staff

April 11, 2016 at 12:11 pm

Hi there,

Your demo2016 URL returns a 404 error. Can you let us know the current URL so we know where to take a look?


ceo@bargo.com.na

April 11, 2016 at 1:48 pm

sorry about that.

Please proceed to http://www.bargotickets.com


ceo@bargo.com.na

April 12, 2016 at 12:24 am

I need my live site buttons (www.bargotickets.com) to look the same as the development server (dev-server.bargotickets.com) when they reach the checkout page.

To reach that screen simply click om the nig orange “register now” button on the homepage of either the live or dev server. Then choose your tickets. Click add to cart. Then click checkout from the menu.

Please remember to use your phone. Not a computer.


ceo@bargo.com.na

April 12, 2016 at 10:32 am

Good day,

When using my mobile phone to book an event I have a two minor problems.

PROBLEM 1: (use your computer for this)

(My website address is http://www.bargotickets.com). Please remember to use the featured event on the homepage to test.
When I click on the “add to cart” button, it says event added successfully and the text on the button changes to “view cart”. But then when I tap on the view cart button, nothing happens. It is supposed to direct me to the checkout URL, but it does not. I have to go to the menu and choose “checkout” in order to view the cart. Using a computer, does not help either; the same problem persists. So basically I just need the “View Cart” button to point to the same URL (https://www.bargotickets.com/registration-checkout/?event_cart=view#checkout) that the checkout menu item points to.

PROBLEM 2: (use you mobile phone here please)

Then when I am on the checkout page (https://www.bargotickets.com/registration-checkout/?event_cart=view#checkout) using my mobile phone, the buttons are transparent or white. I want them to be orange aswell. On a computer the buttons are orange, but on my mobile phone it is not. Why the different colour and how do I get them to always be orange? On my development server (dev-server.bargotickets.com) the checkout buttons are as they should be (orange with white text). But on my live site its not like that. I need my live site buttons (www.bargotickets.com) to look the same as the development server (dev-server.bargotickets.com) when they reach the checkout page.

Thanks so much for your help!


ceo@bargo.com.na

April 12, 2016 at 10:34 am

Good day,

Please attend to this post. I think you guys may have forgotten about it.

https://eventespresso.com/topic/minor-issue-button-colour-link-problems/

thanks


ceo@bargo.com.na

April 12, 2016 at 10:34 am

hello? anyone there?


Josh

  • Support Staff

April 12, 2016 at 11:56 am

Hi there,

Where you have the embed html code that includes an iframe, can you change it so instead it’s this short code:

[ESPRESSO_TICKET_SELECTOR event_id=303]


ceo@bargo.com.na

April 12, 2016 at 12:31 pm

okay let me try. one momment please…


ceo@bargo.com.na

April 12, 2016 at 12:34 pm

That seems to help for now.

Could you please tell me how to change the text on the button which says “Proceed to registration” to just “Proceed”. This button is located on the page where the customer needs to enter attendee details.


ceo@bargo.com.na

April 12, 2016 at 12:40 pm

The Button says “Proceed to finalize registration”. I would like it to only read “Proceed”.


Lorenzo Orlando Caum

  • Support Staff

April 12, 2016 at 2:56 pm

Hello,

Here is an example of a filter that can be added to a site specific plugin so you can change the button text used in registration checkout:

https://gist.github.com/anonymous/375503a1fbec18d7f125eb3709dc61cf

Change the entry for Proceed to Payment Options to Proceed.


Lorenzo


ceo@bargo.com.na

April 12, 2016 at 3:04 pm

Can you please direct me on how I can implement that filter?


Tony

  • Support Staff

April 13, 2016 at 4:36 am

You can add that function to either your themes functions.php file, or create functions plugin and add any custom functions there. We have a guide on creating a plugin here:

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

Here is an example of a site specific plugin using that function:

https://gist.github.com/Pebblo/b1eece8c8e34d28b710169beca3e781f


ceo@bargo.com.na

April 14, 2016 at 8:10 am

I put that code into the theme functions file but then my site crashes. When i remove the code ny website works…am i missing something….am i pasting it in the wrong place?
I pasted the code just before the ?> part…is that correct? Screenshot would be nice and i would appreciate it.


Lorenzo Orlando Caum

  • Support Staff

April 14, 2016 at 10:25 am

Hello,

Tony created a site specific plugin that is actually ready to go. You could download it as-is and then zip it. Then upload as a WordPress plugin through your WP dashboard.

If you have an existing functions.php or a site specific plugin, then you could copy the code into one of those.

Here is the section that can be copied (starting at line 8 through the end):

http://cl.ly/232i2z2M3r3W


Lorenzo


ceo@bargo.com.na

April 14, 2016 at 12:11 pm

Oh no… that just messed up my website. please visit http://www.bargotickets.com to view. its giving Warning: session_start(): Cannot send session cache limiter – headers already sent

I have sent you login information admin details via the form.

Please help this is urgent now…


ceo@bargo.com.na

April 14, 2016 at 12:18 pm

i deleted the plugin. it seems to have resolved now. I guesse maby the code Tony coded was coded badly?


Josh

  • Support Staff

April 14, 2016 at 4:44 pm

It’s more than likely you had a space before the opening php tag.


ceo@bargo.com.na

April 14, 2016 at 4:48 pm

How so? I installed the plugin… unless maby the plugin has that space in the code?


Josh

  • Support Staff

April 14, 2016 at 5:10 pm

The plugin doesn’t have a space before the opening PHP tag, but you said that “I pasted the code just before the ?> part…is that correct? ”

The answer is, no that’s not correct. Do you have a PHP developer on your team? If not, someone from Event Espresso support staff can add the code for you, and we generally ask for you to purchase a support token to cover the time it takes to add the code.

The support post ‘Minor Issue: Button Colour & Link problems’ 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