This topic has 24 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #211547
     emmanuel
    Participant

    hi how can i get the default register with facebook button link that the theme has to paste it to another button i created in elementor see attachment

    Attachments:
    You must be logged in to view attached files.
    #211551
     Kieran_SQ
    Moderator

    Hi,

    You can paste in this HTML to generate the Facebook register button. This is a direct copy of the HTML output on the page and is therefore not dynamic, that is to say, it will show to logged in and logged out users.

    <a href="#" class="facebook_connect radius small button facebook"><i class="icon-facebook-sign"></i> &nbsp;Register With Facebook</a>

    This will only render the button style and will not function as a button to register outside of the modal.

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211552
     emmanuel
    Participant

    ok where in elementor can i paste the html

    #211553
     emmanuel
    Participant

    hi thanks could you send my the same for the login with facebook button

    #211558
     Kieran_SQ
    Moderator

    Hi,

    The HTML can be used by adding a HTML element from the left bar of Elementor, search HTML in the bar for ease.

    The HTML for the login button is as follows

    <a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook-sign"></i> &nbsp;Log In With Facebook</a>

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211563
     emmanuel
    Participant

    Hi thanks in elementor is there a way i can hide a button or something from logout users and only show it to login users

    #211564
     Kieran_SQ
    Moderator

    Hi,

    Currently there is not a way within Elementor to limit the view of an item. I am also unaware of any third party plugin that adds this functionality to Elementor.

    Edit: Feel free to add your name to a list of other Elementor users requesting the same functionality https://github.com/pojome/elementor/issues/1592

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211566
     emmanuel
    Participant

    ok could i also get the login/profile buttom link too to add to the html in elementor see attachment

    Attachments:
    You must be logged in to view attached files.
    #211570
     Kieran_SQ
    Moderator

    Hi,

    The full HTML output for the elements you highlighted is as follows

    COPY CODE
    <div class="eight columns login-buttons">
        <ul class="button-group radius right">
    
            <li class="header-login-button">
                <a href="#" data-reveal-id="login_panel" class="tiny secondary button radius">
                    <i class="icon-user hide-for-medium-down"></i>
                    LOG IN </a>
            </li>
    
            <li class="header-register-button">
                <a href="#" data-reveal-id="register_panel" class="tiny button radius">
                    <i class="icon-group hide-for-medium-down"></i>
                    SIGN UP </a>
            </li>
    
        </ul>
    </div>

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211571
     emmanuel
    Participant

    hi thanks but how to get the login button to turn to the profile button when a user is login

    #211572
     Kieran_SQ
    Moderator

    Hi,

    As explained in my earlier reply, this is static output, it is not dynamic and will not respond in that way when used as HTML.

    There is no shortcode to add modal or menu content other than where it appears in the theme header already.

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211574
     emmanuel
    Participant

    ok is there a html for the profile button

    #211575
     Kieran_SQ
    Moderator

    Hi,

    I’d need to be logged in to generate the specific HTML for your site with the profile button. Please update this ticket, in a private reply, with login credentials for your site so I can send this to you.

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211576
     emmanuel
    Participant
    This reply has been set as private.
    #211577
     Kieran_SQ
    Moderator

    Hi,

    The full HTML output for the logged in buttons, both profile and logout, is as follows

    COPY CODE
    <div class="eight columns login-buttons">
        <ul class="button-group radius right">
    
            <li class="relative btn-profile">
    
                <div href="#" class="tiny secondary button split dropdown" data-options="is_hover:true">
    
                    <a href="https://www.eumello.com/members/admin/" class="tiny secondary button radius">
                        <i class="icon-user hide-for-medium-down"></i>
                        PROFILE </a>
                    <span></span>
                    <div class="kleo-notifications">
                    </div>
                    <ul class="no-hover" style="top: 23px;">
                        <li><a href="https://www.eumello.com/members/admin/activity/">Activity</a></li>
                        <li><a href="https://www.eumello.com/members/admin/settings/">Settings</a></li>
                    </ul>
    
                </div>
    
            </li>
    
            <li>
                <a href="https://www.eumello.com/login/?action=logout&redirect_to=https%3A%2F%2Fwww.eumello.com&_wpnonce=decd2c9c6c "
                    class="tiny button radius btn-logout">
                    <i class="icon-off hide-for-medium-down"></i>
                    LOG OUT </a>
            </li>
    
        </ul>
    </div>

    Note: You will obviously need to update any href=”” value that you wish to use as these are specific to an account

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211579
     emmanuel
    Participant

    thanks on my site i would like to remove the header from only the home page on the mobile website could you please help me to do that see attachment i am replacing with another one from elementor

    Attachments:
    You must be logged in to view attached files.
    #211582
     Kieran_SQ
    Moderator

    Hi,

    If you use Elementor to build a header it will completely remove the header for the page(s) you define regardless of device. Therefore it isn’t possible to sent you CSS to only hide the header on mobile.

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211583
     emmanuel
    Participant

    yes it’s going to be ok to remove the header from the home page and mobile website and to my site on the mobile and you will see i have one to replace it and is working fine

    #211584
     Kieran_SQ
    Moderator

    Hi,

    The CSS to hide the menu on the home page for mobiles only would be as follows

    COPY CODE
    @media screen and (max-width: 765px) {
    .home-page header {
        display: none;
    }
    }

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211585
     emmanuel
    Participant

    thanks bro could you also remove the message page in the menu on the mobile website see attachment

    Attachments:
    You must be logged in to view attached files.
    #211588
     Kieran_SQ
    Moderator

    Hi,

    This is not from SweetDate, it’s an element of either Elementor or one of your menus. You should adjust it there.

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211589
     emmanuel
    Participant

    ok it’s an element of Elementor and it use the menu the primary menu i setup of the hold site can’t the message item be hidden with css see attachment

    Attachments:
    You must be logged in to view attached files.
    #211593
     Kieran_SQ
    Moderator

    Hi,

    Removing menu items on a per device basis is going to be tricky for any amount of items. You can actually do it with the method I show below. This is not an issue with the theme but a question of development, and is not something we can do for you as a back and forth within the scope of the support offered with the theme.

    COPY CODE
    @media screen and (max-width: 765px) {
    li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1274 {
        display: none;
    }
    }

    If you want to do this with other menu items you’ll need to duplicate that CSS from in-between the media query and change the menu item ID, you can get this by right clicking the menu item.

    Thanks,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #211596
     emmanuel
    Participant

    thanks a lot for the assistance

    #211598
     Kieran_SQ
    Moderator

    Hi,

    You’re welcome. Feel free to open a new topic with any other questions or issues and one of the available support team members will be happy to assist.

    All the best,

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?