My list view is not working

Home Forums Calendar Products Events Calendar PRO My list view is not working

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #843921
    fotonoir
    Participant

    Hi
    1. After we updatet our plugin last time, the list view is not working.
    Please let me know what to do?

    2. There is also lot of thing which is not in our languege.
    3. Where to change this http://joxi.ru/v29Q6x0iG4d62G ?

    #844215
    Barry
    Member

    Hi!

    1. After we updatet our plugin last time, the list view is not working.

    Can you visit the Permalink Settings page and then try to access your list view page after doing so? This may clear up any problems in the rewrite table maintained by WordPress.

    2. There is also lot of thing which is not in our languege.

    We want to provide you with the best set of translations we can – but it is very much a community effort! If you see things that need to be corrected please let us know over on the Translations Forum 🙂

    3. Where to change this http://joxi.ru/v29Q6x0iG4d62G ?

    That looks like the category label, is that correct?

    If so, please check out the steps detailed in our Themer’s Guide which explain how to override templates. Essentially, in this case, you would locate the following file:

    plugins/the-events-calendar/views/modules/meta/details.php

    Copy it to your theme:

    themes/YOUR-THEME/tribe-events/modules/meta/details.php

    Within that find the following lines of code:

    echo tribe_get_event_categories(
    	get_the_id(), array(
    		'before'       => '',
    		'sep'          => ', ',
    		'after'        => '',
    		'label'        => null, // An appropriate plural/singular label will be provided
    		'label_before' => '<dt>',
    		'label_after'  => '</dt>',
    		'wrap_before'  => '<dd class="tribe-events-event-categories">',
    		'wrap_after'   => '</dd>'
    	)
    );

    Change the above section to:

    echo tribe_get_event_categories(
    	get_the_id(), array(
    		'before'       => '',
    		'sep'          => ', ',
    		'after'        => '',
    		'label'        => 'YOUR CUSTOM LABEL',
    		'label_before' => '<dt>',
    		'label_after'  => '</dt>',
    		'wrap_before'  => '<dd class="tribe-events-event-categories">',
    		'wrap_after'   => '</dd>'
    	)
    );

    Where, of course, YOUR CUSTOM LABEL can be whatever you want.

    Does that help?

    #856500
    fotonoir
    Participant

    This reply is private.

    #857844
    Barry
    Member

    1. I try to acces the permalinks settings but it’s not working.

    OK. Can you clarify if List View is in fact enabled (check the Events → Settings → Display admin page) – when I view your site it doesn’t seem possible to navigate to it. Could that be the problem?

    Can you perhaps confirm if the issue is a conflict by following our complete troubleshooting steps?

    I have a new question how to add so the month are hierarchical correct

    We’re happy to help as best we can, but we do try hard to stick to one issue per thread and this is actually the 4th you’ve asked in this thread already!

    Can you create a new thread for this new issue? One of the team will be happy to help as quickly as they can 🙂

    #861931
    fotonoir
    Participant

    1. No because I dissable it so people can’t see that it don’t works so I made it unvisible. Until the problems is fixed.

    2. Okay I will make a new thread :-)))

    #862028
    Barry
    Member

    1. No because I dissable it so people can’t see that it don’t works so I made it unvisible. Until the problems is fixed.

    OK, so can you confirm that you ran through our complete troubleshooting steps?

    If that doesn’t help you to identify any conflicts would it be possible to describe in more detail what exactly is going wrong and even provide a URL where we can see this (could you set up a test site, possibly in a sub-directory or something like that? It’s normally pretty fast and easy to do so with via the control panel provided by most web hosts – then you don’t need to worry about the live site being impacted by our troubleshooting processes)?

    Thanks!

    #889282
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘My list view is not working’ is closed to new replies.