Chika Ibeneme
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Calendar with events from one categoryThanks for reaching out.
I’m not entirely sure I follow what you’re looking for, can you start up another thread clarifying it further, please?
Forum: Plugins
In reply to: [The Events Calendar] Calendar with events from one categoryThanks for getting back to me.
You wouldn’t be able to achieve it without the PRO version. As for Php functions, you can take a closer look at them in our dev docs here: https://docs.theeventscalendar.com/
Forum: Plugins
In reply to: [The Events Calendar] Issue in the Gmap APIThanks for reaching out, I’ll be happy to help!
I checked the page that you mentioned here: https://blog.aumet.me/medical-exibitions/medical-exhibition-befe-babyfair-2020-20-aug-2020-in-seoul-korea-south-coex-convention-exhibition-center/ and the calender does appear to be displaying properly. Please let me know if you’re having difficulties with it
Forum: Plugins
In reply to: [The Events Calendar] Cant uploaded a imageThanks for hearing out, I’ll be happy to help!
Can you try downgrading and letting me know if that resolves your issue, please?
Please ensure that you backup your site before performing this. I’m also investigating this issue.
Forum: Plugins
In reply to: [The Events Calendar] can’t add feature image to events pageThanks for reaching out, I’ll be happy to help!
Are you experiencing this issue after updating to the latest version of WP? can you also share your system information with me as well, please?
Please go to Events > Help, there you will see a big black box halfway down the page.
Above the box there is a button saying ‘Copy to Clipboard’. Click that and then paste it in a reply. Thanks a lot for this!Forum: Plugins
In reply to: [The Events Calendar] Calendar with events from one categoryThanks for reaching out, I’ll be happy to help!
If you’re trying to achieve that with the main calendar, you’ll have to make some customization to it, however, you’ll be able to achieve that with shortcodes, we have more information on that here:
Forum: Plugins
In reply to: [The Events Calendar] Will it work with WordPress 5.5?Forum: Plugins
In reply to: [The Events Calendar] Search bar displayting improperlyThanks for reaching out, I’ll be happy to help!
Can you provide me with the link to your site and ensure that it is set to the default template, please? I should be able to provide you with some code to resolve this for you.
Forum: Plugins
In reply to: [The Events Calendar] Change Online Event TextHi @nycplugged
Thanks for reaching out!
We have a guide here that goes over how you can get text changed throughout the calender:
https://theeventscalendar.com/knowledgebase/k/change-the-wording-of-any-bit-of-text-or-string/Forum: Plugins
In reply to: [The Events Calendar] H1 appears as … on calendar pageHi @mj187
Can you provide me with a screenshot of the area on the page so that I can assist you better, please?
Forum: Plugins
In reply to: [The Events Calendar] Simple Search Bar to use on other pagesThanks for reaching out, I’ll be happy to help!
At the moment that functionality isn’t supported/available with our plugin. However, you can submit that as a feature request here https://tribe.uservoice.com/forums/195723-feature-ideas and it’s something that we can take a look at for you as best we can ??
Forum: Plugins
In reply to: [The Events Calendar] Changing Date to Coming SoonThanks for reaching out, I’ll be happy to help!
That functionality won’t be possible right out of the box and would have to be added in via a customization. I believe you can use a combination of custom fields and some customization to achieve that.
Forum: Plugins
In reply to: [The Events Calendar] Featured Icon ColorThanks for reaching out!
You’ll have to replace the image that is used with your own image, or you can just set the background to red, however, this will not maintain the current image’s shape.
To change the image, you can change the URL value within the brackets to that of your own.
Here is the CSS code to achieve that:
.tribe-common .tribe-common-svgicon–featured {
background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width=’16’ height=’20’ xmlns=’https://www.w3.org/2000/svg’%3E%3Cpath d=’M0 0h16v20l-7.902-5.122L0 20z’ fill=’%23334AFF’/%3E%3C/svg%3E);
background: red;
}You can add it to your theme’s Custom CSS area.
Forum: Plugins
In reply to: [The Events Calendar] individual calendar for each userThanks for reaching out, I’ll be happy to help!
This won’t be possible to achieve with our calendar, however, we do have a community events plugin that allows users to submit their events, that is something that you can look into if you’d like.
https://theeventscalendar.com/product/wordpress-community-events/Forum: Plugins
In reply to: [The Events Calendar] Passed events / hide datesHi @siramericano,
In order to do that you would have to make some modifications to your plugin, we currently don’t have any code that I can provide you with that would do that, however, we have a few guides here that can show you how you can go about editing the single events templates.
https://theeventscalendar.com/knowledgebase/k/customizing-template-files-2/
https://theeventscalendar.com/knowledgebase/k/template-customization-example/