Posted: June 3, 2019 at 11:14 am
|
When hovering over an event on the Calendar , the popup is to large, gores of screen user has to scroll up and down to read all details. where can an adjustment be made for this issue? |
Hi, Can you post a link to the calendar page of your site so we can take a look? Thank you. |
|
|
http://corkandboardstudios-dev.com/ Client would also like to edit some of the native text, is this a core file |
Hi, You can add/modify the following CSS to make those headings smaller, which will make the tooltips a more reasonable site:
If you’re not sure where to add CSS, the Appearance > Customize > Additional CSS page in the WordPress dashboard is an excellent place. Any of the text can be changed by using a translation function, and you’ll find a code example here: https://eventespresso.com/wiki/how-to-change-wording-with-poedit/#custom-function |
|
|
just an FYI, i haven’t tried this yest for changing the text. “This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.” |
I recommend using the custom function outlined at the end of the wiki. The plugin that you’re referring to is probably overkill, and as you’ve noted, isn’t maintained often. |
|
|
We are new to EE, where is the functions.php located |
Functions.php is located in your WordPress theme, but you probably shouldn’t add the code there. You can follow this guide instead: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ Then you’ll add the code to your plugin. |
|
|
I realized what you were referring to, but i am new to this, they would like to change “Registrations / Spaces: 0 / 20″ to”Seats Reserved and Seats Available” |
Ideally you’ll add the code to your plugin, and not into functions.php unless your site is going to use a child theme. Then, you’ll copy that entire block of code from the tutorial into your plugin, then you’ll modify the code starting on line 9. The code from lines 9-12 are examples and you can remove them. You’ll replace with: ‘Registrations / Spaces: ‘ => ‘Seats Reserved and Seats Available ‘, |
|
|
I am sorry I am an intern and was tasked with this, I want to be sure I understand. I download the (ee4-events-calendar cut and paste the code into the header part of the plugin, and change lines 9-12 to (‘Registrations / Spaces: ‘ => ‘Seats Reserved and Seats Available ‘,) Thank you in advance for your help. |
The part about downloading the ee4-events-calendar isn’t correct. You already have that plugin installed, and you do not edit that plugin’s files. Instead, you’ll make a new plugin from scratch. This is the EE guide that shows how to make the new plugin from scratch: and it’s actually based on this other guide: You can follow either of the above guides, whichever one makes more sense to you. |
|
The support post ‘Calendar hover pop up to large’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.