Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Abz

    (@abzlevelup)

    Hi @andrewleonard, thanks for reaching out to us. Sorry to hear that you’re having this issue here.

    I went ahead and investigated the issue, and I was able to replicate it. This looks like a bug in our plugin. We do have an existing internal bug ticket for this, and I have added your case to it. Thanks for all the details, I will definitely pass it along to our devs.

    As a workaround, I would suggest applying a Custom CSS on your current style selecton. Go to Appearances → Customize → Additional CSS, and insert this CSS here:

    .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
      width: 300px !important;
      padding: 10px !important;
    }

    Or you could hide the SVG using the Skeleton Styles using this Custom CSS here:

    svg.tribe-common-c-svgicon--cal-export{
    display: none;
    } 
    
    .tribe-common .tribe-common-c-svgicon { 
    display: none;
    }

    I am unable to provide an exact date or time estimate for when this bug will be fixed, but you’ll be notified when there are any updates.

    Appreciate your patience, and we’re looking forward to helping you solve this. If you do have other concerns or issues you need help with, please create another ticket, as it helps us track different issues.

    Again, thank you for your patience.

    Cheers,
    Abz
    ________________________

    Internal Bug Ticket Reference:
    TEC-4399

    Thread Starter Andrew Leonard

    (@andrewleonard)

    Thanks for the prompt reply
    I tried your Custom CSS and it does not work very well
    see:https://dev.ebps.org.uk/event/ea-peter-and-nicks-indoor-meeting/

    I had more luck when I inspected the item and changed the viewBox to “0 0 300 300” but the container was still too big and I cannot yet work out how to change it

    Thread Starter Andrew Leonard

    (@andrewleonard)

    My clever friend Herb sugests:

    svg.tribe-common-c-svgicon--cal-export{
    height: 25px;
    } 
    .tribe-common button {
    	padding: 10px 30px 11px;
    }
    Plugin Support Abz

    (@abzlevelup)

    Hi @andrewleonard, that’s awesome! I hope you are having a great weekend. Does this last snippet by your friend work for you as a workaround?

    Rest assured that I’ll notify you about the bug ticket in this thread.

    Have a great week ahead, Andrew.

    Best,
    Abz

    Plugin Support Abz

    (@abzlevelup)

    Hey @andrewleonard, this thread has been inactive for a while, so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up, and we’d be happy to help.

    Cheers,
    Abz

    Plugin Support Guga Alves

    (@gugaalves)

    Hi @andrewleonard,

    We’re back with good news for you.

    The issue causing a big “Add to Calendar”svg icon is fixed!

    Please update your Events Calendar plugin to apply that to your site.

    Best Regards,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Add to Calendar Drop down Option’ is closed to new replies.