• Resolved sinitita

    (@sinitita)


    Hi, could you please help me to implement that Organiser in single view is shown but not clickable? In which file do I have to make adjustments and how to implement it in my child theme?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sinitita

    (@sinitita)

    How can I get Pro support? I have the pro version of the plugin and need help with my question to disable the links!

    Hey @sinitita!

    Thanks for posting your request!
    Please contact our team directly for Premium support. You can do that using this form.

    We will share the provided solution under this forum topic also. Please make sure to include its link in your message.

    Cheers!

    Hi @sinitita!

    Please firstly note, that the archive page of all organizers works properly. You can check that here:
    https://www.kampagne-bergwerk-peru.de/organizer/

    However, for individual organizers, could you please var_dump something in /views/ecwd-organizer-content.php file, and see if the file runs on your website at all?

    Thanks! Have a great day!

    Hello @sinitita!

    Please follow these steps to remove the links from organizers on single event pages. Open /event-calendar-wd/views/single-event.php file of your website and find the following code:

    <a href="/<?php echo get_permalink($organizer['ID']) ?>"><?php echo $organizer['post_title'] ?></a>

    If you replace it with this, the links will be removed:
    <?php echo $organizer['post_title'] ?>

    Let us know if this works.
    Thanks! Have a great day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event Organiser shall not be clickable’ is closed to new replies.