• Resolved webworklife

    (@webworklife)


    In the new Events Calendar calendar view this tooltip message displays after the Venue/Location name NOT before. Are you planning to update your plugin to work with the new calendar view?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Michael Weiner

    (@vikings412)

    Hey @webworklife,

    I am sorry to hear that you are having issues with the plugin. The most recent version (v3.0.2) supports both the old and new calendar views. Could you please reply with a link to your calendar page?

    I am running v3.0.2 on several different development staging websites of mine and the tooltip is functioning like it should be, so I am not able to replicate this error.

    Thanks!
    Michael

    Thread Starter webworklife

    (@webworklife)

    Sure thing, here you go – https://208.117.38.97/~townofmercer/event/

    Plugin Author Michael Weiner

    (@vikings412)

    Yeah, that is most definitely not what it should be doing.

    It is hard for me to diagnose what is going on without direct access. Can you do a couple things for me, please?

    1 – Can you deactivate and uninstall my plugin, and then re-install? Let’s see if that fixes it. That will also make sure everything is running the latest version. Sometimes, installs can go haywire.

    2 – Have you made any other customizations to the The Events Calendar plugin?

    3 – Is there anyway that you can test this with the WordPress 2017 or 2019 theme activated. I realize this might not be an option if this site is live for public viewing.

    Thanks,
    Michael

    • This reply was modified 4 years, 9 months ago by Michael Weiner. Reason: fix typos
    Thread Starter webworklife

    (@webworklife)

    I found the issue, there was a function added to $venue for the older calendar view.
    Once I removed that it works now, thanks for the check list, I forgot that was added. This site has been on hold for 8 months…

    While I have your attention, what CSS class can I add to change the font size?

    Plugin Author Michael Weiner

    (@vikings412)

    Glad that worked!

    Was the function was being added for $venue something that you had added? Just curious.

    More than willing to help with the font size. Do you want all of the font to change, or just the font with the “Location: —-” that the plugin adds?

    May I also say your site is awesome! I have not come across many towns doing something like this, and it is awesome to see!

    Thread Starter webworklife

    (@webworklife)

    It was a function I added previously, so nothing you will probably run across again.

    I think I want all the Venue font including the “Location:” to be the same size. Probably the same size as the event title, just not bold.

    Thanks for the kind words on the site!

    Plugin Author Michael Weiner

    (@vikings412)

    Good to know, so I can help people in the future.

    You can add this CSS to change the font size of the “Location: —” text (Note: If you ever enable the full address to be displayed, this CSS will also modify that text as well):

    .deltec-tribe-events-location {
    	font-size: 14px;
    }

    Note: This CSS is very basic and is just meant as a starting point. It could be overwritten by a more specific CSS call.

    You might need to modify the 14px font size a tiny bit up or down because every theme looks slightly different. However, that should get you real close!

    There is more information about this class that allows you to modify how the text looks on the plugin listing page, under the Arbitrary Section (just under the plugin description): https://www.ads-software.com/plugins/display-event-locations-tec/

    • This reply was modified 4 years, 9 months ago by Michael Weiner. Reason: add note about basic css
    • This reply was modified 4 years, 9 months ago by Michael Weiner. Reason: fix type to make more clear
    Thread Starter webworklife

    (@webworklife)

    Worked perfectly!

    Thanks for all your help and the quick responses. I will bookmark your plugin page for future reference.

    Plugin Author Michael Weiner

    (@vikings412)

    Sweet!

    If there is not anything else, can you go ahead and mark this issue as resolved at the bottom of the page? It helps me keep track of open issues.

    Once you have used this more, feel free to leave a review. It is greatly appreciated as it helps me get a better understanding for what users like and don’t like.

    Feel free to submit a feature request in the future as well: https://github.com/mike-weiner/display-event-locations-tec/issues/new/choose

    Thanks for the patience!

    • This reply was modified 4 years, 9 months ago by Michael Weiner. Reason: add clarity for resolving issue
    Thread Starter webworklife

    (@webworklife)

    Thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Tooltip Message Before Venue/Location Name’ is closed to new replies.