This topic has 18 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #170279
     robererik
    Participant

    Hello,

    Thank you for the Kleo theme.. I think that it’s one of the best on the market 🙂

    For the next update of my project I woud like to allow my users to upload videos that will appear on the blog.. do you know how can I do that?

    At the moment I’m using “User Submitted Posts” and it’s working with photos but not with videos..

    Thank you very much.

    With kind regards,
    Erik

    #170347
     Laura
    Moderator

    Hello, do you mean so the videos can be played at the blog? Because if any user puts the video link at the content wordpress should embed the youtube video automatically 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #170390
     robererik
    Participant

    Hello, Yes exactly.. I want the users to be able to upload video and then these videos will be played at the blog 🙂 I know that wordpress can play youtube embed links but I would like the users to be able to upload directly videos on my website (without going to youtube).. is this possible?

    #170527
     Laura
    Moderator

    Hello, then you would need to add kleo oembed to the post publishing plugin, and it would require some development as its a bit complicated, i suggest to use the wordpress embed instead or hire a freelancer to do the custom development of the plugin

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #170571
     robererik
    Participant

    Hello Laura, ok thank you very much for your explanations 🙂 ok I’ll think about it 🙂

    #170637
     Laura
    Moderator

    Let me know if you need anything else 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #170834
     robererik
    Participant

    Hi Laura, Yes please, I have another question 🙂

    Could you please tell me how can I setup a “Welcome gate” so that people have to login to see the website?

    This page should appear when someone arrives to the website but is not logged in but should not appear when a logged visitor arrives on the website (see attached the example of the website Pinterest) 🙂

    Erik

    Attachments:
    You must be logged in to view attached files.
    #170916
     Laura
    Moderator

    Hello, maybe this helps https://wordpress.org/plugins/wp-force-login/ 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #170942
     robererik
    Participant

    Hello Laura, thank you, the plug-in is great and the Log-in works perfect (the Facebook log-in works as well)!

    The only problem is that the “Sign in” link is not working because the user has to be logged in to see the page.. So new users can not register and this is a big problem 🙂

    Any idea how to solve this issue? 🙂

    #170966
     robererik
    Participant

    It’s ok Laura, I think I’ve found a solution 🙂

    The plugin has an option to specify some exceptions for certain pages or posts, so I’ve added the “inscriptio” page to the list and now it’s working, people can register!

    Many thanks again 🙂

    #170971
     robererik
    Participant

    Ok now, in order to have a more coherent design I would like to clean-up the inscription page!

    See on attached 001.png how it is now and see 002.png how I would like the page to be 🙂

    Do you know how can I remove some elements and reorganize the inscription page? 🙂

    Attachments:
    You must be logged in to view attached files.
    #171112
     Laura
    Moderator

    Hello, i see it different now, did you resolve it?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #171197
     robererik
    Participant

    Hello Laura, no the problem is not yet resolved 🙂

    In fact what you have seen is the login page and what I want to redesign is the sign-in page.

    You can see this page here:
    https://www.deliscovery.com/inscription/

    I’ve joined to this message a new screenshot of how I would like this page to look (see 003.png).

    Do you know how I can do that? 🙂

    Erik

    Attachments:
    You must be logged in to view attached files.
    #171305
     Laura
    Moderator

    Hello, try the following 🙂
    Add to style.css of child theme

    COPY CODE
    
    .registration .sidebar.sidebar-main.col-sm-3.sidebar-right {
        display: none !important;
    }
    .registration .template-page.col-sm-9.tpl-right {
        border: none !important;
        width: 100% !important;
    }
    .registration div#socket {
        display: none !important;
    }
    .registration div#buddypress {
        width: 90%;
        margin: auto !important;
        padding-bottom: 50px;
    }
    .registration input#signup_password {
        width: 90% !important;
    }
    .registration input#signup_password_confirm {
        width: 90% !important;
    }
    .registration .col-sm-12 {
        background: white !important;
        border-radius: 20px;
        width: 60%;
        margin: 0 auto !important;
    }
    .registration div#header {
        display: none !important;
    }
    .registration section.container-wrap.main-color {
        background-image: url(https://www.deliscovery.com/wp-content/themes/kleo-child/login/home-bg.jpg) !important;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .registration .col-sm-12:before {
        content: url(https://www.deliscovery.com/wp-content/themes/kleo-child/login/login-logo.gif);
        margin-left: 24% !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #171307
     Laura
    Moderator

    Should look like this

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    Attachments:
    You must be logged in to view attached files.
    #171370
     robererik
    Participant

    Thank you very much Laura, it looks awesome 🙂

    I’ve just noticed a bug at the bottom of the page, the logo appears several times (look attached).

    You can also test the page here (I’ve left the CSS active)
    https://www.deliscovery.com/inscription/

    Do you know why we have this bug? 🙂

    Erik

    Attachments:
    You must be logged in to view attached files.
    #171395
     Laura
    Moderator

    Hello, this should fix it

    COPY CODE
    
    .registration div#socket {
        display: none !important;
    }
    

    😀

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #171401
     robererik
    Participant

    That’s wondefull, thank you very much 🙂

    #171451
     Laura
    Moderator

    Always happy to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?