move "Enable event views" box

Home Forums Calendar Products Events Calendar PRO move "Enable event views" box

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1295339
    mark
    Participant

    I have my default view set to DAY and have Enabled: List, Day and Calendar.

    Is it possible to move this box to the bottom of the page, or at least center the box? SEE ATTACHMENT

    #1296279
    Jennifer
    Keymaster

    Hi Mark,

    Thanks for reaching out!

    You can center the bar by adding this to the custom CSS area in Appearance > Customize (if your theme provides one), or in the style.css file of your child theme:

    .events-archive .tribe-bar-disabled {
    float: none;
    max-width: 50%;
    }

    Setting a max width is optional, but leaving it out will let the bar span the entire width of the screen.

    To move it to the bottom, you can follow the instructions in our themer’s guide to copy the list template (found at /wp-content/plugins/the-events-calendar/src/views/list.php) into your child theme and edit it from there.

    You can move this line:

    <?php tribe_get_template_part( 'modules/bar' ); ?>

    to underneath the main events content you see in the template. You can do this for other views as well.

    Let me know if that works for you!

    Thanks,

    Jennifer

    #1315296
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘move "Enable event views" box’ is closed to new replies.