Events List Navigation

Home Forums Additional Help Translations Events List Navigation

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1129785
    Brian
    Guest

    I’m trying to remove the text “Events List Navigation” from the List view. It shows up right under the
    “Upcoming Events” navigation header. Does anyone know which php this is in? Screen shot here: http://cl.ly/1T2k3o1N220a

    #1129801
    Brook
    Participant

    Howdy Brian,

    I would love to help you with this. You might have good success with a third party plugin like Say What? for changing that string. Specifically the string “Upcoming %s” is probably the one you want to edit.

    If you need further help would you mind logging in so I can verify your support access? Since this is the translation forum, not the support one we need to move this to the support area. Or, if you don’t have/want a license (which includes a year of support) you should checkout the volunteer community on WordPress.org: The Events Calendar. It’s not the same level of support, but it’s free! We even check those forums once each week and help to the extent we can.

    Cheers!

    – Brook

    #1129837
    Brian
    Guest

    Hey Brook,

    I did try using Say What but it didn’t seem to work. I don’t have a license as of yet, but I’m about to purchase the filter bar with 1 year of support. Would that help?

    #1129957
    Brook
    Participant

    Howdy Brian,

    That would certainly help. Basically any license you purchase means you get a year of support for the Core plugin as well, so we could keep helping you.

    Once you do have a license would you mind letting me know what about Say What did not work? Did you find the string and it not adjust? Can you take a screenshot of what you are doing in Say What? and post it here?

    Thanks for your understanding Brian. It is my pleasure to help here. I wish we did not have to be such sticklers about licenses, but in fairness if we did not offer paid support we would quickly go bankrupt and not be able to offer any updates. Cheers!

    – Brook

    #1129982
    Kelly
    Participant

    Ok, license purchased. I didn’t really understand Say What I think. I didn’t know what to fill in for Text Domain, Text context or replacement string. Here’s what I originally did: http://cl.ly/240c291Q2P2N

    #1130108
    Brook
    Participant

    I just realized you said you were trying to remove that line of text, I thought you said you were trying to rename it. My mistake!

    Either way I can definitely help you get there. You won’t need the plugin Say What? but you might want another plugin to make this super easy. You will want to insert this into one of your CSS files:

    div#tribe-events-header { display: none !important; }

    If you have not inserted stuff into your CSS files before, no worries. The easiest way to do it is the plugin Simple Custom CSS. With that installed, paste the above into the box, hit Update Custom CSS, and the header should disappear.

    Feel free to uninstall Say What? Sorry again for the confusion. If the above is still giving issues, mind sharing a link to your site here? Now that you have an account you can check the box “Set as Private Reply” if you wish to not share the link publicly.

    Cheers!

    – Brook

    #1130304
    Kelly
    Participant

    Hey Brook,

    Still no luck. I did just what you said but that title is still there. Here is link to the page I’m referring to: http://newyorkcitybrewersguild.com/events/

    Also, i don’t see the option for private reply. Currently im on the support forums page of the events calendar.

    #1130311
    Brook
    Participant

    Oh we are so close. You successfully got the CSS on that page, I can see it, but there are some funky characters included. It looks like this on my computer:

    div#tribe-events-header { display: none !important; }

    If you go back to edit the CSS are you see the funky Â characters? Can you remove those? If you are not seeing them, try replacing the entire bit of code with this which has no extra spaces on those edges:

    div#tribe-events-header{display: none !important;}

    Now hit update. Did that work?

    Also, i don’t see the option for private reply. Currently im on the support forums page of the events calendar.

    Ahh, that must be because this thread started out as a presales one. My mistake. If you do need to share something privately feel free to open a new topic in the relevant forum and we can continue the discussion there.

    Cheers!

    – Brook

    #1130327
    Kelly
    Participant

    Got it!! Thanks!! There is also another instance at the bottom but i just changed that code to footer and it removed that as well. Thanks for the help!

    #1130778
    Brook
    Participant

    Perfect! Thank you for getting back. Let us know if you ever need anything else. Cheers!

    – Brook

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Events List Navigation’ is closed to new replies.