• Resolved swelt

    (@swelt)


    Hello!

    Thanks for you amazing event calendar, first of all!

    Here’s just a strange behaviour, maybe: the rich text formating is shown in different ways on different views. In this example we’re missing the line break inbetween the two paragraphs:

    Any idea how to show the formating correct always?

    Just to fullfill my personal list, less important-nice-to-have issues:

    • Is there a way to show 24h time format also in the backend? It’s fine in the fronent but backend view still show am/pm
    • Last but not least: can i deactivate items (like end date, duration, weather, etc) in the backend easily. Right now i set it via custom css to display: none (Update: just found it! 😉 New question: may i skip the 2nd col (#ep-sl-right-area) in the desktop view?

    Thank you so much and keep on coding!
    Love PrimeEvents!

    Cheers,
    swelt!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter swelt

    (@swelt)

    Ah, and is there a possibilty to adjust css setting like .ep-text-small?
    Right now it’s “overwritten” by

    .ep-text-small {
    font-size: .900em !important;
    }

    so i can’t increase the font size. At least, where can i get rid off the !important without editing the template css?

    Plugin Support epsupport1

    (@epsupport1)

    Thank you so much for your kind words and for sharing such detailed feedback — we truly appreciate it!

    Rich Text Formatting Issue

    We have checked at our end, and everything appears to be working correctly. Could you please try again on another device and let us know the browser and OS version of the device where you are experiencing this issue? If possible, please also share a screencast, as this will help us replicate the issue and investigate further.

    Hide Right Column in the Backend

    You can hide the second column (#ep-sl-right-area) on desktop using this CSS:

    @media (min-width: 768px) {
    #ep-sl-right-area {
    display: none;
    }
    }

    Adjusting .ep-text-small

    .emagic .ep-text-small {
    font-size: 1em !important;
    }

    If you have any further questions, please don’t hesitate to reach out to us.

    • This reply was modified 5 months, 1 week ago by epsupport1.

    I had what may be a similar issue. Here’s what epsupport told me to do. It solved the issue for me. Don’t know if yours is the same issue, but it’s worth a try.

    Please go to EventPrime → Settings → General tab → SEO sub-tab and enable the SEO setting.

    Plugin Support epsupport1

    (@epsupport1)

    @lpint Thanks

    @swelt Looking forward to your reply. Could you also please confirm which page builder you are using?

    Thread Starter swelt

    (@swelt)

    @epsupport1 Thanks for your reply.
    Guess you might see my problem on the live site, see url above.
    Except the native Blocks Editor there’s no page builder. I prefer simple and native 😉

    @lpint Thanks for your feedback, i’ll try that. Update: Thanks a lot! It was just so easy – that fixed my problem, event pages are now pretty formated!

    @epsupport1 Update:
    display: none for #ep-sl-right-area seems not to show any effect, min-width 768px nor without @media.
    Strange.
    But that’s more a nice to have and not that urgent.

    Thanks you all!!
    Happy weekend!

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

You must be logged in to reply to this topic.