Hi:
We would like to create a page template with no title area. Is the best way to do this to modify page.php? If so, which part of the code should we modify?
Thanks!
Hi:
We would like to create a page template with no title area. Is the best way to do this to modify page.php? If so, which part of the code should we modify?
Thanks!
I should clarify that we want to KEEP page.php. What we're looking to do is to create a SECOND page template to use with Events Calendar. (It looks like removing the title would help the calendar to display correctly, as here you can see the problem:
http://fshstest.wpengine.com/?post_type=tribe_events&eventDisplay=month
Thanks!
Hi steve4640,
It seems that you can fix the problem by adding this code in Quick CSS (located in Propulsion > Theme Options > Styling) or custom.css (located in wp-content/themes/propulsion/css):
#tribe-events-calendar-header {
margin-top: 120px;
}
or this code:
#tribe-events-calendar-header {
margin-top: 120px !important;
}
Hope this helps. :)
Regards,
Ismael
We're headed in the right direction, but I noticed that it also moved down the text on the Events List page, as shown here:
Is there a way to constrain the margin adjustment so that it only applies to the calendar grid and not the list page?
Thanks!
Hi steve4640,
Try adding this code:
.term-28 #tribe-events-calendar-header {
margin-top: 0 !important;
}
Hope this helps. :)
Regards,
Ismael
Hi Ismael, I deleted the prior code from Quick CSS and added this, but got back to the original issue. Then tried including both sets of above suggested code, which also got us back to the original issue. Other ideas would be appreciated, and we'll continue to look into it as well.
Thanks!
Hi steve4640,
I checked this two pages:
http://fshstest.wpengine.com/?post_type=tribe_events&tribe_events_cat=deadlines&eventDisplay=upcoming
http://fshstest.wpengine.com/?post_type=tribe_events&eventDisplay=month
and it seems to be looking fine. Try clearing the browser cache.
Regards,
Ismael
Yep, it worked great after I restarted everything, looks fantastic! Thanks, Ismael!
Hey,
Glad it worked.
Regards,
Ismael
You must log in to post.