Forum Replies Created
-
AuthorPosts
-
Mel
ParticipantHi,
yes hiding the test is of no value with the background still showing…
I look at the article you suggested and add the snippet:
add_filter( ‘tribe-events-bar-should-show’, ‘__return_false’, 9999 );
and activated it, but nothing?
mmmmmmm
melMel
ParticipantHiiii again…
I fixed the hosting problem so I hope I can continue here…
Here is the CSS including yours……
/* TEC CSS */
#tribe-bar-views label {
display: none !important;
}/* move nav to top */
#tribe-events-footer .tribe-events-sub-nav {
display: none !important;
}#tribe-events-header .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav li a {
display: block !important;
}/* change next/prev */
.tribe-events-nav-previous, .tribe-events-nav-next {
background: white none repeat scroll 0 0;
border: 1px solid gray;
border-radius: 10px;
padding: 10px;
}div.tribe-bar-date-filter {
display:none !important;
}See attached pic ….. I have not added events yet so that is why the no results msg…
http://www.makethiswork.info just click on calendarThank You
MelMel
ParticipantHiii
My hosting site has a problem so i am moving the site…
I will close this for now…
Thank you
MelMel
ParticipantThanks……….
Mel
ParticipantHi,
The code snippet you gave me worked fine! I want the links to look more like buttons so removing the
border is not an option.Is there a way to add a today link at top so the user does not have to click prev/next to get back to
the current month? Because now with the code you gave me users can click several months back and forward.Thanks
MelMel
ParticipantHi,
The same with the 2017 theme….. its not a theme issue…. I cant find the css that I used before to
remove the O in the next or prev when no events are there! I am using some css that TEC staff give me
to move the nav buttons to the top./* move nav to top */
#tribe-events-footer .tribe-events-sub-nav {
display: none !important;
}
#tribe-events-header .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav li a {
display: block !important;
}/* change next/prev */
.tribe-events-nav-previous, .tribe-events-nav-next {
background: white none repeat scroll 0 0;
border: 1px solid gray;
border-radius: 10px;
padding: 10px;
}
.tribe-events-nav-next > a {
color: gray !important;
}div.tribe-bar-date-filter {
display:none !important;
}Any ideas….. 🙂
Thanks
melMel
ParticipantThis reply is private.
Mel
ParticipantHi,
The Css worked fine for removing the filter bar, but the circle (see pic before) still shows
in the prev or next button if no dates are scheduled.Thanks
MelMel
ParticipantHiii..
Sorry for the late reply…. Thank you for update everythings fine so on to another issue
in a new topic…Thanks
Mel
ParticipantHi
1. I WANT TO DISABLE THE EVENTS FOR THE MONTH VIEW….
2. WHAT DO U SUGGEST?
THANKS
MELMel
ParticipantHi,
Problem: As I stated above, I want to disable clicking on events in the full calendar. Pro version.
I tried the steps above that were suggested to me before. the pics show the ftp directory of my site.
But my ftp directory does not match the steps suggested before. So what do you suggest.Thank You
MelMel
ParticipantHi,
Thank you for update… I just edit the pics and using the customizer changed the font size of the text.
Added the CSS that you suggest and it worked great…
Thanks
MelMel
ParticipantHi….
That worked perfect!!!! 🙂 Support here is super good…..
Thanks
MelMel
ParticipantThanks for the nice support……
MelMel
ParticipantHi Geoff,
Q3: OK I will ignore that red pointer…
Q2: what would I need to change in the snippet (see pic) to make the weekly list only show the current day + 30 days? If possible it would be nice to have this feature….
Thanks
Mel -
AuthorPosts
