Discussion on Olympus - HTML Social Network Toolkit

Discussion on Olympus - HTML Social Network Toolkit

By
Cart 3,747 sales
Well Documented

Crumina supports this item

Supported

This author's response time can be up to 2 business days.

578 comments found.

The profile blog posts list page is pretty (11-ProfilePage-BlogPosts.html), but not functional for a real site. The blog posts popping up in a modal, instead of opening their own page, is very bad for SEO and generally hurts usability.

Could we get a blog page for those? An individual page that clicking on the Read More would take you to.

My site itself, as a company, we’re going to blog too. So we need a page that is not a user’s blog posts, but the actual main blog for the site. Would it be possible to get a version of that individual blog page, that is a bit more generic and for the overall site, instead of for a specific user?

Hi Greg,

The concept of this HTML template is to be a social network, not a regular WordPress site. This is why standard blog page is not available in it. But you can easily modify the given blog page according to your needs. Simply edit 11-ProfilePage-BlogPosts.html page and replace modal popup links with links to the inner single post pages. Take a look here http://prntscr.com/g48b0p

The examples of single post pages you can see on this page https://theme.crumina.net/html-olympus/04-PostVersions.html You can choose any of the post versions represented on it, turn it to full width (12 columns) and get a single post page.

We will also try to add a single post page example in the future update.

Best regards, Crumina

I realize it isn’t a Wordpress theme. I am very glad it isn’t, I am programming in Laravel and Vue :)

But every major social network has a company blog built in to the platform. So having a page that is designed that allows for that is important:

https://newsroom.fb.com https://blog.twitter.com https://blog.linkedin.com

Every other known social network has one too. So a standard blog page is absolutely something good social networks need.

I love this theme, and plan on using a lot of it. So thank you. I am not trying to be argumentative.

Hi Greg,

Next week we will upload an update with several examples of single post page. And blog page can be edited by replacing the link as in the example in my previous reply.

BTW, our designer is going to create a standard blog page. And we will try to implement it asap.

Best regards, Crumina

Hello I have purchased the template but the login wont display properly applisource.com is it missing files? Thanks Matt

Hi!

You copied all files properly. But issue in your 3-rd party stylesheet.
<link href="http://www.applisource.com/corecss.css" rel="stylesheet" type="text/css">

Please disable that stylesheet on this page.

Best Regards

Love the theme. This is great. One thing though, you use xlink:href in your svg/use tags. That is depreciated and will be removed from browsers really soon:

https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href

You should just use href now, without the xlink:.

Hi Greg,

Thank you for information! We will fix this in the next update ;)

Best regards, Crumina

Hi Greg,

We learnt this question more detailed and decided not to make any changes for a while. The thing is that not all modern browsers, especially not mobile browsers support SVG 2.0. yet. This is why we will keep SVG links as is for now to avoid any problems on our customers’ sites.

However once SVG 2.0. is fully supported, we will make all needed changes.

Best regards, Crumina

Hi I am unable to purchase this theme, as it is regularly showing error in payment gateway. I have tried with all possible way.. so please provide me detail and look after this error, TIA

Hi!

Thanks for choose our template. ( Please note – Olympus that HTML Template, not WordPress theme )

Unfortunately we can’t manage payments / order processing

One market administration can help you with such issues. Please write to Envato support and we think that help you quickly

https://help.market.envato.com/hc/en-us/requests/new

Thanks.

hi we are waiting wp version for a long time to buy. could you give me any information about releasing time? our project is waiting your theme. thank you.

Hi,

Unfortunately, we cannot specify the ETA, because this theme is very complex and time frame for its implementation depends on many factors. Approximate release time is end of August. But we recommend you to follow the development progress bar here and subscribe to our newsletter here and we will notify you about theme release.

Best regards, Crumina

thank you. yes I’m following progress bar every day but its still same. never change.

Hi,

No worries, the progress bar is working. But it is not automatic, we move it manually once a specific part of work is done. Unfortunately, this happens unevenly.

Best regards, Crumina

Lovely theme, I’d just like to admit that I tried to copy your login page and it was so wonderful that I decided to purchase it. Thanks for this.

Thank you for becoming our customer and for beautiful words! We appreciate it very much! :)

No problem, one question, I never used SCSS before, how do I change the main/primary color of all links and so on? Cause I’m looking into the files and it says that $brand-primary is $blue, but everything is orange? I would like to change the color of all the links and borders on inputs when focused.

Hi!

If you are going to work with this template we’d recommend you to read about SCSS basics.

You change primary color in sass/theme-styles/_variables.scss. After that you need to compile it to css, for this you can use this utility: http://koala-app.com/

Or the second variant is just to change needed styles in all css files by Search&Replace.

Best Regards, Crumina

If i buy this HTML, will i get the PSD’s as well? Cause i will need to modify some things on PSD for my CTO :)

Hi,

Unfortunately, no. PSD files are sold separately. You will find them by this link.

Best regards, Crumina

Hi,

Do you have an ETA for the Wordpress version, i’m very interested!

Hi,

Unfortunately, we cannot specify the ETA, because this theme is very complex and time frame for its implementation depends on many factors. Approximate release time is end of August. But we recommend you to follow the development progress bar here and subscribe to our newsletter here and we will notify you about theme release.

Best regards, Crumina

When you make the WordPress version of this please consider doing a version of it that is integrated with peepso.com

Hi John,

Thank you for the suggestion!

At first we are going to create a Wordpress version for bbpress and buddypress as we initially planned. And only after release we will consider implementing new features according to customers requests.

Best regards, Crumina

Do you by now know when the WordPress version will be ready?

Hi John,

Unfortunately, not yet. There is still a long way until we finish this theme. But we will notify all our subscribers without fail, once it is ready.

Best regards, Crumina

Calendar navigation button are not working here https://theme.crumina.net/html-olympus/03-Newsfeed.html

Hi Hasan,

If you refer to navigation arrows in month section, it has no functionality there, it is just a HTML widget.

Please, describe the issue more detailed.

Thanks!

Best regards, Crumina

Yes I mean the month navigation button..if you click on the button it generates an error in the console..this is a legit calendar right? not just a static display of a month..also another issue..the tabs (status multimedia blog post)..if u hover over the camera icon it does not show a tooltip..becuase it has a data-toggle=modal and not tooltip..this should be fixed..also when u click on each tab the page dances right and left..any idea when these bugs will be solved?

Hi,

For the moment we collect bugs and will release a new update in the nearest time.

As for the calendar and dancing tabs while switching, I added these issues to our bugtracker. Our coders will try to fix them in the next update.

As for the tooltip, the thing is that when you click on the camera icon, a modal window opens. I don’t know if both modal and tooltip can be enabled at the same time. Nevertheless I added this task too and our coders will investigate if it is possible. If yes, it will also be implemented in the update.

Best regards, Crumina

Is it possible to change language or translte the website?

Hi,

This template is not a ready social network script. It is just a HTML template, that provides a set of social networks elements. This template is a product for developers and it requires high coding skills to be converted into a fully working software.

So since it is just a HTML template, all text strings can be changed directly in HTML files.

Best regards, Crumina

Hi there, I just downloaded the updated. The forum feature is cool. I had wanted to suggest something like “group” but I think the Forum could be customized for that purpose.

A few suggestions. I’ve worked on some of these myself but I still just want to mention it.

1. What do you think of having a pup up notification feature. I’m currently using “snackbar” for my own project but it doesn’t really have a feel that matches the site theme yet. I dont know if the developers would consider something like that (like Facebook notification popup/alert)

2. Consider a situation whereby a user has a long profile name. It won’t fit in well on the profile page. Currently I programmatically did a little hack to shorten and add an ellipsis if the profile name exceeds a certain length. Another option is to have the name wrap to a new line. I don’t know what you think of this.

3. I noticed the profile completion progress bar on the left sticky menu isn’t working on this new update.

4. I’m finding it hard to make my dropdowns (messages/ notifications etc.) show on ‘click’ and not on ‘hover’. How can I go about this please.

5. I’ll like to have more icons and I know you can’t possibly create every kind of icon every buyer wants so please are there guides to create the kind of icons that comes with this template. My project is football-related and as such I dont need the weather or music icons but I want to create my own football-related icons and fonticons and other tools haven’t been much of help.

6. The chat window: I was thinking when a user clicks one of the names of friends on the right sidebar, the chat window appears on the browser window and sits just like facebook chat. Isn’t this the expected functionality I thought would be implemented or is that left for we the developers to work out?

Thanks a lot guys for the great job on the theme. There’s a lot more minor improvements to be made but I just feel it isn’t necessary to mention them all since it’s something a developer can tackle after some digging around into the code.

Hi,

Thank you for such an extended suggestions list! Appreciate it!

1, 2, 6. Good ideas! I’ll pass them to our designer and coders for further consideration.

3. You are right! We will fix it in the nearest time and will release another update with bug fixes.

4. There is a documentation tutorial how to open notification boxes on click. You will find it here.

5. The icons in the template are just SVG icons generated into a font pack via Icomoon service https://icomoon.io/ You can create your own icon packs by following Icomoon documentation.

Best regards, Crumina

Thank you for the update. I suspect there might be missing some files. I have removed previous installation and uploaded the new /app directory. I have issues with Header/Footer and all forums components.

Here’s an example of the Forum: http://i.imgur.com/NjBnQ1U.png Here’s an example of the Header/Footer: http://i.imgur.com/VjtMRp7.png

Thank you :)

Hi and Thank you for your support.

it wasn’t a cache issue, I did clear them but after uploading a second time, everything went well.

I have a little request/comment, is it possible when a field is filled to have the title less compressed with the content. If you look at this screenshot: http://i.imgur.com/Hm9betS.png when there’s information it would look better if it’s like the field pointed out by the arrow compared to the others.

Thank you :)

Hi,

Thank you for letting us know! This issue will definitely be fixed in the next update. Now you can fix it yourself. Simply edit the page and remove class ‘is-empty’ from the form input divs http://prntscr.com/fss64z

Thanks! Best regards, Crumina

Hi,

Awesome Support – Thank you <3

Hi,

I’m using my own widgets with you awesome theme and i have one problem with my datapicker.. i have to use position sticker to stick it under the textbox, but move all content down… i cant use display block (i dont know why… please, can you help me with some css solution to this? thank you so much.

Hi,

We can look into this issue, if you send us link to your site. Please, mail it to info@crumina.net and describe the problem more detailed. It would be also helpful, if you provide some screenshots too.

Thanks!

Best regards, Crumina

Thank you.

if you can’t use this with wordpress which hosting site can it be used with ?

Hi,

This template is not a social network script. This is a pure HTML template, that provides a set of social networks elements. This template as well as other in this category is a product for developers. It can be converted to any CMS. And of course it requires specific coding knowledge to turn it into a fully working software.

In the current state, this template doesn’t require hosting, because it is just a set of HTML, CSS and JS files. It can be uploaded on any hosting or be stored on your computer.

Best regards, Crumina

hello, is there any wordpress / buddypress version available in next month ? thanks that’s great !!!

Hi Eyne,

Olympus Wordpress for Buddypress is expected at the end of July – start of August. You might want to subscribe to our newsletter here and get notification once it is released.

Best regards, Crumina

Yesssss ! awesome :D

I am looking for a template for a site that has social features, this template seems to take care of that but since my site is more than just a profile page do you also have a header and footer with navigation menus?

Hi,

For the moment there are no header and footer sections for this template. But we are working on them now and plan to implement them next week.

Best regards, Crumina

Just bought this theme and found an error in the gulpfile.js
browserSync({
        server: {
            baseDir: 'html'
        }
    })
should be
browserSync({
        server: {
            baseDir: 'app'
        }
    })

as that is the folder containing the files. There is no html directory.

Nice theme anyway .. Keep it up!

Hi!

Probably we’ve missed to change the directory. Thank you! Will improve in the update!

Best Regards, Crumina

Hi! I have noticed small error on https://theme.crumina.net/html-olympus/03-Newsfeed.html

When you click image icon it will show “Update Header Photo” but when you close it and re-open same time it not showing.

Hi!

We will fix that for the nearest update. Thank you!

Best Regards, Crumina

When is the next update?

Hi,

The update is almost finished. As for the new icons, you can ask our designer about it directly. Here is the link to his profile page https://themeforest.net/user/odin_design

Thanks!

Best regards, Crumina

are we gonna have the update this week guys?

Yes, the update will be released this week.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey