Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Conflict with Spacious Theme by ThemeGrillI got ya, thanks for clarifying.
In that case that is intended behavior/title-structure in newer versions of the plugin. If you wish to modify it though you definitely can. This snippet allows you to change the title on each of those pages to be anything you want: http://pastebin.com/QU2aMwBJ
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Full wisth no sidebarsHowdy orenlebbo,
There probably is. It depends a bit on your theme. Try going to WP-Admin > Events > Settings > Display and changing the Template. Try applying each template. One of them typically will be full width. If not, then you might need to create one for your theme, which unfortunately requires a decent amount of WP theming knowledge.
Cheers!
– BrookHowdy Helej,
You might find this tutorial especially helpful: Changing the word ‘events’ to something else
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] linking events in one pageHowdy thetimeisnow,
It sounds like you figured out how to change the URL and thus move the events page anywhere. Awesome! In order to link to it we have a guide for this, and many other questions common to users of the calendar (click here) It will walk you through adding that link and such.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Custom CSS not workingHowdwy Suzanne,
I am not sure that would not be working for you. There could be any number of reason. The override was not setup quite right so your special tribe-events.css never gets loaded. Or it is getting loaded, but your CSS rules are not specific enough and are getting overriden. There are any number of things. We might be able to offer more insight if we could see your site. DO you have a link?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Install error and vanishing calendarI appreciate the update. Thanks ON Noah!
– Brook
Forum: Plugins
In reply to: [The Events Calendar] Background Color in Month ViewHowdy lewis947makecentswebdesign.com,
That is definitely possible using CSS. There are many background so I am not sure what rule you will need, but just target the proper element using CSS and then change the background color. If you need more detailed help you might provide a link to your site. Sometimes thr volunteers here are willing to take the time to write the code for you, but of course being a volunteer forum it doesn’t always happen that way.
Cheers!
– BrookHowdy kbeebalm,
Such a solution could be written using the WP function wp_is_mobile() : https://codex.wordpress.org/Function_Reference/wp_is_mobile
You could put a forward to the events page if the above function is true and if tribe_is_month() is true.
I hope that helps. Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] HolidaysHowdy krscovill,
Our calendar supports universal CSV files. If you download one for the holidays in your country, you can import it into the calendar. I know there are many for the US for instance, just Google “usa holidays csv” and you will find more than a few.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Missing header / footer on the events pageHowdy mundo3d,
It sounds like you might have better luck with a different template. Do you see a list of templates if WP-Admin > Events > Settings > Display ? If so, try saving/applying each of them to y our calendar. Does on of them look like you want?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] [resolved]Unable to translate View All %Howdy Jazzpark,
I see you marked this resolved in the title. Is there anything we can still help you with? If so, mind specifying which translation you are using?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Order of events at the last addedHowdy indosta,
You could do that if you are experienced with WP Queries. Using pre_get_posts, and a priority of 60 or higher, you could alter the orderby from “event_date” to “post_date”.
Would that work?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] How to change the SHOPHowdy smusial,
Thanks for sharing a link to your site. I am not seeing anything mentioning SHOP anywhere on your site. Are you trying to add that word or perhaps a link somewhere? If so, where?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Guest checkout not workingHowdy milauskas,
I doubt the expired license is the reason the guest checkout addon stopped working. An expired license does not disable anything on the calendar, all it does is prevent you from getting support via the PRO forums, and prevent you from getting future updates. The current version still works the same as it always did.
Have you tried asking the author of your guest checkout addon what might be happening? What addon specifically are you using?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Calender view is only posts no month calenderHowdy Greg.
It looks like something other than the calendar is trying to show up on /events/. What happens when you change the slug\URL from events to somthing likes “gregstestevent” in WP-Admin > Events > Settings ?
Cheers!
– Brook