Forum Replies Created
-
AuthorPosts
-
Mad Dog
ParticipantThis reply is private.
Mad Dog
ParticipantThanks, that’s what I needed to know. I do want a separate User Role for people who can post events but wasn’t sure whether I needed to give them any special capabilities other than the barest minimum — as in what a Subscriber has.
Thanks for getting back to me quickly.
MD
Mad Dog
ParticipantIt’s at the standard Events page: http://thaihealingalliance.com/events/
It’s find in Chrome. In Firefox or IE if you use the search bar (for example, select date Sept 2) the loading indicator spins … and never stops.
It’s definitely Nivo Slider because if I disable it, all browsers work. And I’m not getting any errors showing up in my Dev Console for any browser!
Any thoughts are gladly welcomed….
THANKS
Mad Dog
ParticipantSince I never heard back and for some reason changing the file wasn’t doing anything, instead of deleting the link tag I did it using CSS.
`body.events-list .tribe-events-venue-details span a {
pointer-events: none !important;
cursor: default !important;
}’I’m still curious why changing that file wasn’t affecting anything, but it’s not critical at this point.
THANKS
Mad Dog
Participantsorry to keep this up but I’m doing great with this adding the template tags.
I decided not to worry about eliminating the +Google Map link, at least for now, and just used display:none. Inelegant, but that’s fine.
One hopefully last piece to this that’s related to the Google Map link:
– I want to remove the link from the Venue. I see in the forums I can change tribe_get_venue() but I still have that problem. I have the file at /tribe-events/modules/meta/venues.php but changes there don’t get reflected in the single page. That is the right directory for it, isn’t it?
Thanks!
Mad Dog
ParticipantBTW…..that previous post should have said “Removing the
<a>tag”, but since I didn’t make it cide it which turned the whole freakin’ reply into link styling! Sorry about that. And I don’t see that I can edit it.Mad Dog
ParticipantThanks for the leads…..it starts okay, then with the nested templates gets bolluxed up.
For instance, I have no problem, say, going into single-event.php and removing the from the Title. Easy enough.
Then I want to get rid of the “+ Google Map” link and text. True, I could use CSS and hide it, but I’d rather just get rid of it….at least as an example of what works. So I go to venue.php and comment out, then delete, the offending code, save it in [your-theme]/tribe-events/modules/meta/venue.php as the file says I should, but no matter what I do to that file nothing changes when I look at list view.
Do I have the wrong file somehow? Or is it in the wrong place?
THANKS
Mad Dog
ParticipantWell that was fun.
It turns out the “Profile Builder – Labels Edit Add-On” plugin was the culprit.
Case closed. THANKS
Mad Dog
ParticipantThanks. I’ll give it a shot.
Mad Dog
ParticipantI switched to Twenty Fifteen and it didn’t help. I have to wait until tonight to mess with plugins since it’s a live site and I can’t go messing with functionality easily.
In the meantime, the page source code shows this where the Google Map should be if it’s any help:
<div class="tribe-events-venue-map"> <div id="tribe-events-gmap-Send an email with my login and password information" style="height: 350px; width: 100%"></div><!-- #tribe-events-gmap-Send an email with my login and password information --> </div> -
AuthorPosts
