lichtermeer

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Style the date items seperately #1565082
    lichtermeer
    Participant

    Hi Geoff, I have no clue what to do in this files. The out put right now is:

    <span class=”tribe-event-date-start”>Samstag, 21. Juli 2018 von 14:00</span> – <span class=”tribe-event-time”>16:00</span>

    What I need is:

    <span class=”tribe-event-day”>Samstag,</span> <span class=”tribe-event-date”>21. Juli</span> <span class=”tribe-event-year”>2018</span> <span class=”tribe-event-connector”>von</span> <span class=”tribe-event-time”>14:00</span><span class=”tribe-event-connector”> – </span> <span class=”tribe-event-time”>16:00</span>

    Can you send me a code-snippet to include?

    in reply to: Dropdowns not working #1560423
    lichtermeer
    Participant

    Hi Cliff, problem solved. Thanks for your patience.

    in reply to: Dropdowns not working #1560225
    lichtermeer
    Participant

    Cliff, please read my posts carefully. I am NOT saying your plugin is causing this error message, I just posted it, because you wanted me to send you ANY error message stated by the console when using your Plugin. This message is shown all the time. All I say is that the dropdowns in the backend of your Event-Calendar-Plugin are not shown because of an error or bad CSS statement. They seem to be positioned absolutely and have a style of “left: -300something px” which puts them out of the viewport. Would you please notice that? I can handishly override the style in the dev tools to make theplugins appear, but my customer cant. So would you please show me a way to fix that?

    Dennis

    in reply to: Style the date items seperately #1560224
    lichtermeer
    Participant

    Hi,
    as far as I can see is the whole date including time outputted by
    <?php echo tribe_events_event_schedule_details() ?> in the single-event.php

    I cannot see any way to seperately style parts of “tribe_events_event_schedule_details()” like only the year. But thats exactly wthat i want to do.

    Dennis

    in reply to: Dropdowns not working #1558967
    lichtermeer
    Participant

    I downloaded the Plugin yesterday, so any part should be newest version.

    This WP-Installation is a live-system, no switching to other themes are possible, no debug-mode.

    Console states: “Diese Website verwendet anscheinend einen scroll-verknüpften Positionierungseffekt. Dies könnte mit asynchronem Verschieben (Panning) schlecht zusammenspielen; siehe https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects für weitere Details und nehmen Sie an der Diskussion über damit verbundene Werkzeuge und Funktionen teil!”

    As I said, its the inline-style of the dropdown which causes it to appear outside the visible viewport.

    in reply to: Dropdowns not working #1557984
    lichtermeer
    Participant

    Found an error(?) in the CSS for .select2-drop which positions the dropdown outside the visible area. Using left: 300px shows it. Could you please fix?

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