Hassan

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Hassan
    Participant

    Hi Victor!

    the code you send me worked fine for our website! Thanks!

    The code snippet you shared is the one we have in place as a workaround for the moment. You mention that you see some progress with it, could you explain this? Does it work for you or do you still experience problems. Please let me know.

    When the code snippet in my first post is applied the selected view in settings–>display works but you can not select any other view on mobile view. It works for a second and then returns to the setted settings.

    Let me know if you need to know more about how the code snippet affects websites.

    Thanks again and have a wonderful day!

    Greetings,

    Hassan

    in reply to: Open event links in new window/tab #1381956
    Hassan
    Participant

    Hi Patricia!

    it finally worked!

    The lines you suggested did not work entirely because line 196 in single-events.php had different coding, so I adjusted it a bit and now it’s working.

    This is what I had in single-event.php file from the-events-calendar/src/views/month:

    <h3 class="tribe-events-month-event-title"><a href="<?php echo esc_url( $link ) ?>" class="url"><?php echo $title ?></a></h3>

    And I changed it into this:

    <h3 class="tribe-events-month-event-title"><a href="<?php echo esc_url( $link ) ?>" target="_blank"< class="url"><?php echo $title ?></a></h3>

    And now it finally works! Superthanks!

    Greetings,

    Hassan

    Hassan
    Participant

    Hi Victor!

    thanks for helping out.

    the checkbox for sharing system information is now marked and should work.

    I deactivated the Yoast Seo and the calendar is now working as it should. I don’t know how to remove the code snippet. The day view as set in settings is showed at first in mobile view. Is there a way around this so that if I perhaps still want Yoast activated and that the events calendar keeps working like when the Yoast SEO plugin is deactivated?

    I also want to ask if there is a way to adjust the mobile view of the calendar? The table of with all the dates in mobile view is too big now. I want it to be smaller and that the two digits of the date (for example 10th of month) are placed next to each other instead of under each other. How can I adjust the size (width, height) and other cosmetical settings of the table and where to do so. Perhaps by using @ media? And how do I use @ media and where do I place @ media?

    Also why is the calendar first shown in month view before switching to day view (as set in settings) while loading? Can we fix this?

    Thank you and greetings,

    Hassan

    Hassan
    Participant

    Hi Patricia,

    Thank you for your reply.
    Awaiting your message once issue is fixed. Thanks!
    Hassan

    in reply to: how to import future (more than 1 month) facebook events #1373054
    Hassan
    Participant

    Thank you Victor!
    Yes, this seems to be it.

    Best,
    Hassan

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