Apex forum: finding my topics older than 2018

Hi there,

For some reason, only my topics/threads from 2018 are showing up in the Apex forum.
Where can I find my topics from the previous years (2015/2016/2017)?

I have quite a few codes within my older threads that I need to find, but they no longer show up?

Thanks!

Hi @Jeypolitan,

Thanks for writing in.

They are probably in old forum where no longer use, our current forum is a bit new and transitioned around 2017. May I know what you’re looking, maybe I could search them in google as the old forum URLs are still searchable in google.

Thanks!

Hi Rad,

Thank you so much :slight_smile:

I’m looking for an old thread on Jeypolitan where the Theme X staff gave me a CSS code for making a logo/image appear in the navbar when scrolling down. It’s just like on this website, the navbar appears when you scroll down: https://thrivemdvail.com/

I highly appreciate your help!
Thanks :slight_smile:

Hey @Jeypolitan,

I’m sorry but I wasn’t able to find your old thread.

This is not a feature offered in X but is possible using Pro. I’d recommend you upgrade to Pro.

If you wish to continue with X, I’ll give you a custom code example but please note that this should be your responsibility to maintain and enhance. Below is the code:

.x-brand {
    opacity: 0;
    transition: 0.5s
}

.x-navbar-fixed-top .x-brand {
    opacity: 1;
}

You can see how that works in this screencast.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.