kelligirl

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Can't have event post with sidebar with X theme #1069220
    kelligirl
    Participant

    Hi… Just wanted to supply a workaround since I just ran into the same problem.

    I made a custom template for X and uploaded the files (2 of them) to my child theme. I used the formats for the template-layout-content-sidebar.php files (located in the main X folder, as well as the x/framework/views/stack folder).

    To get sidebars working, in the file that goes in the childtheme/framework/views/stack/ folder, I replaced
    <?php get_sidebar(); ?> with

    <aside class=”x-sidebar right” role=”complementary”>
    <?php dynamic_sidebar(‘sidebar-main’); ?>
    </aside>

    Once you’ve got your new template files uploaded, choose your new template the Events Calendar settings and…Voila! Your main sidebar should appear. Of course, if you make a custom sidebar for the events, you can replace ‘sidebar-main’ with whatever your new sidebar ID is.

    Hope that helps!!

    in reply to: Change Organizer email link? #54834
    kelligirl
    Participant

    Thanks for your reply, Leah…
    While I see and appreciate your workaround, I would much rather show a “Send Inquiry” link in replace of the Organizer’s actual email address appearing on the single event page as I just don’t think it’s a wise idea to open up the spambot door to lots of potential users/clients.
    That being said, can you steer me in the right direction about customization, or maybe even how to change it to a “Send Inquiry” link that, when you click it, opens a contact form? That would be ideal…

Viewing 2 posts - 1 through 2 (of 2 total)