• Resolved Vipul

    (@vipul87)


    Hello,

    + EXPORT .ICS FILE & ADD TO ICALENDAR this both link is not working. Can any one please help me asap?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @vipul87,

    Thanks for getting in touch, and sorry to hear about your experience.

    With regard to adding to iCalendar, when I tested it, it was working properly. Perhaps you have an ad or pop-up blocker turned on during testing?

    There should no longer be an “Export to .ics file” button, so what you’re seeing is a bug.

    Please could you insert this snippet of code into your snippet plugin or functions.php file:

    add_filter( 'tec_views_v2_single_subscribe_links', function( $subscribe_links ) {
    	unset( $subscribe_links[2] );
    
    	return $subscribe_links;
    }, 12 );

    The snippet above will remove the unwanted button.

    We have an internal bug ticket for this, and I have added your case to it. I will definitely pass along the details you shared with our dev team.

    What’s next?
    Our product team will assess the severity of this problem in relation to other open bug reports and new features. Based on their assessment, the bug report will be given a priority level. Our developers work on the highest priority issues first. This means we cannot give you an estimate of when they’ll start working on your report.

    If you have any further information that may affect the prioritization or help our development team solve this bug, please feel invited to reply to this email. As soon as our development team has a clear indication in which release this concern will be solved, we’ll send you a message to inform you.

    Thanks, and again, so sorry for this.

    Kind regards,
    Allen
    TEC Support

    Thread Starter Vipul

    (@vipul87)

    Hello Allen,

    Thanks for your reply.
    I hope this will fixed very soon.

    Still one more button is not working its called “+ ADD TO ICALENDAR”

    Can you help me for that asap?

    Hi @vipul87,

    Nice to hear from you again, sorry that the issue with + ADD TO ICALENDAR is still going on

    It was working yesterday. When I tried to test it on again on your site today, the button was gone, was it removed? Please can you let me know?

    Thanks!

    Plugin Author Gustavo Bordoni

    (@bordoni)

    We launched a fix to your problem on our latest version.

    If it was not resolve please let me know and I will make sure log a bug for our Development team to handle the problem in the near future.

    best regards,

    Is the ‘add to icalendar’ missing link fixed? We still do not see it. We see the ‘add to google calendar’ but not the ‘add to icalendar’ link. This has been missing for months. I saw a thread where it was acknowledged as a bug and have been waiting for a fix.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘+ EXPORT .ICS FILE & ADD TO ICALENDAR not working’ is closed to new replies.