Deactivating Export function and some other

Home Forums Calendar Products Events Calendar PRO Deactivating Export function and some other

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #719003
    fredw
    Participant

    Hi,
    Just got the pro version and on the calendar page (front-end) there is a export button below the calendar. Is it possible to remove it for non logged in users (or totally remove it) ?

    And is it possible to have a calendar with just tooltips and not a click through to the single event page ?

    Thanks,

    Fred

    #720163
    Brian
    Member

    Hi Fred,

    I can help you out with your questions and provide some ways to get both things done. Please see each section below for some help.

    Export Button

    This is possible and we have two tutorials to do it for the site please check this out:

    https://theeventscalendar.com/support/documentation/remove-export-links-from-single-event/

    https://theeventscalendar.com/support/documentation/removing-the-ical-import-link/

    Tooltips Only

    For this customization please look at our themer’s guide to move and modify the templates in your theme.

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    You are going to want to get the views/month/single-event.php and move it to your theme according to the Themer’s guide

    Then at the bottom you are going to want to change this line:

    <h3 class="tribe-events-month-event-title entry-title summary">" class="url"><?php the_title() ?></h3>

    To this:

    <h3 class="tribe-events-month-event-title entry-title summary"><?php the_title() ?></h3>

    Please let me know if you have more questions or get stuck.

    Thanks

    #727833
    fredw
    Participant

    Hi Brian,
    Thanks for your reply. First issue is solved. The second (tooltips only) is working but since I’m also using the plugin to chance the colors of the categories that plugin isn’t working correctly anymore; meaning the background colors are still ok but the text color changes to grey instead of the color selected by the plugin.

    #730579
    Brian
    Member

    Hello!

    Glad the first issue is fixed.

    Do you have an URL(can be sent as a private reply to this topic) for the Tooltip Title Text? It is hard to tell without see it what is going on or where I can make a suggestion without seeing it

    If for some reason you do not have a url, can you please provide more information on what the settings are for the category colors, what the text color should be, and what it is doing instead.

    Let me know about that and then I can add a bit more tips.

    Brian

     

     

     

     

    #730722
    fredw
    Participant

    Hi Brian,
    Thanks again for your reply.
    I can send you a url, but it will not show what is happening, since I changed the suggested line in views/month/single-event.php to:
    <h3 class=”tribe-events-month-event-title entry-title summary”><?php the_title() ?>

    Then it still shows the category colors as defined in the plugin (tekst in white, bold with the selected background colors).

    If I change that line (at views/month/single-event.php) to the line you suggested, the tekst color become grey and not white as defined in the category color plugin.

    The only thing that is not really nice in the way I solved it is that the event is still a url, so the visitor can still click on it.

    Any case the url is: http://www.lekkerstijldansen.nl/dans-kalender/

    If you like I can change it back to the suggested line within the single-event.php, just let me know.

    Another question (or should I add another topic ?) (I did a search but could not find an answer) is:

    How to change the word “Event”(in Dutch “Evenementen) on top of the month-view to another word (in my case: Dance Events) ?

    Regards,

    Fred

    #730730
    fredw
    Participant

    sorry, the correct line what I have in views/month/single-event.php is :

    <h3 class=”tribe-events-month-event-title entry-title summary”><?php the_title() ?>

    and not the one mentioned in my earlier reply…

    #730738
    fredw
    Participant

    very strange, copy-paste did not work correctly… the line I have is:

    <h3 class=”tribe-events-month-event-title entry-title summary”><?php the_title<> ?>

    (I’ll guess your script doesn’t allow the “a h ref ” commend

    #730744
    fredw
    Participant

    Still again the line is not added correctly in my reply.
    But the line is still the same as your Original one, only without the u r l link

    #733230
    Brian
    Member

    Hello fredw,

    I see what you mean about the text being grey (or would be with the coding I gave) as it removed the link, which the Category Color Plugin was using to change the text color.

    I think your best option is to keep them as links or you will have to modify how Category Color Add On generates a text color since it does it based on the background color so for example yellow has black text while most are white text.

    Changing Words
    If you follow along with this topic and the coding Brook provides it will help you change the word. If you need some help on that please create a new topic and reference this one, thanks.

    Change the word "Events" throughout the system to "Meetings"

    Let me know if you would like some more help, if you get stuck.

    Thanks

    #781470
    Brian
    Member

    Since I haven’t heard back from you here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Deactivating Export function and some other’ is closed to new replies.