Reply to: tickets(163417)

Thank you for this but I am a little confused.  I tested adding as a snippet with the code below but nothing happened.  I figured if I could see anything then I would know better how to edit it, but nothing showed up at all. ALL I NEED is to add “Invite a Guest” next to the envelope in the attached image. Wouldn’t I do that inside the Eventon plugin?

add_filter(‘evo_single_sharable’, ‘settings’,10,1);

function settings($array){
$array[] = array(‘id’=>’eventonsm_sn’,’type’=>’yesno’,’name’=>’Social Network’);

return $array;
}
add_filter(‘evo_se_social_media’, ‘fe_media’,10,1);

function fe_media($array){
$array[‘SocialNetwork’] = array(
‘key’=>’eventonsm_sn’,
‘counter’=>1,’favicon’ => ‘linkedin.png’,
‘url’ => ‘<a class=”em evo_ss” href=”HREF” target=”_blank”><i class=”fa fa-envelope”></i></a>’
);

return $array;
}

 

Reply to: tickets(165370)

Thank you but:

/home/eliances/public_html/wp-content/plugins/eventon-tickets/includes/class-integration-woocommerce.php

Does not display . ” #”.($Q +1) on line 682 or anywhere in the file. Am I in the right place?

Reply to: tickets(167932)

No issues on Firefox anymore:

Please clear Firefox’s cache and send us a screenshot.

We are also seeing that single event pages do not show any of the plugins

Please go to EventON > Events Paging > disable Stop using eventON single event template for single event pages

Reply to: tickets(167882)

Unfortunately, this issues comes from your server, so we cannot do much from our side. It seems that there is some kind of caching functionality that loads css files from a different domain name for better performance. Could you contact your hosting about this?

Reply to: tickets(167002)

Yes, that is correct. It is a variable ticket, but there are still only so many seats in the room. I must be missing something, this is pretty standard. Just not sure what I am doing wrong.